BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: Bhaltair on May 18, 2010, 05:52:28 am
-
Curious, before I attempt to code this, is it possible to have two bots communicate with each other by means of !points? I understand there is a Relay module but not exactly sure what it is capable of.
Say Bot 1 is being run by Guild 1, Bot 2 is being run by Guild 2. Guild 1 and Guild 2 are allies and have similar points structure. When Guild 1 completes a 50 points raid, all of the members who raided will get 50 points as a result. Member Bob types !points and it resulted 650 points.
Member Bob wants to raid with Guild 2. Since both of the bots are in constant communication with each other, Guild 2 completes the raid and updates the points system. Every member in the raid gets 50 points. Member Bob types !points and it resulted 700 points.
Bot 1 and Bot 2 keeps track of Member Bob's points. When Bob loses points, Bot 1 and Bot 2 acknowledges this.
Does Bot Relay have this feature?
-
The guild relay doesn't have this. It was something I was working on at one point. Currently I'm working on getting my code online and organized as I don't have time for AO/bot coding at the moment. I didn't have anything finished, but I may have something you can use as a starting point. Keep an eye on http://code.campalot.info.
You could also look at BrokerBot, which is a BeBot 0.2 module that I never finished. The intent was to allow other raidbot's to hook into BrokerBot and check out/check in points and raid history using AO tells. The code and chat protocol document is at http://zibby.isa-geek.net/brokerbot. Again this isn't finished, but it may give you some inspiration.
-
Thanks Glarawyn!