BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: Vanaja on August 28, 2009, 02:18:28 pm
-
Since AoC 1.05 my old perl bot stopped working so I've recently changed bots to use Bebot instead. (awesome, thanks for the efforts!).
One of the things I had was a periodic creation of our guildroster. I understand that Bebot supports cronlike jobs, but is there an easy way to get the entire roster?
I've searched this forum and found some references to commands like ginfo, but I couldn't find the module that does that.
So if someone could point me in the right direction I'd be grateful!
-
sorry, but what exactly what do you mean with roster? what you have in the guild on members, classes ect?
Jih.
-
I think you'll have to read some player-run database for the roster - as far as I know there is nothing official for AoC.
You might want to take a look into the AO roster file, it reads the roster periodically from the FC website to update the memberlist. Sounds to me like the thing you want, just using a different source for the data.
-
Ah, alright. I was hoping that there was some way to get the info from FC.
I'll use the bot's memberlist then, as that's the closest thing :D
Thanks