BeBot - An Anarchy Online and Age Of Conan chat automaton
Development => Module Requests => Topic started by: tylerp on January 09, 2007, 05:40:44 am
-
Description:
Adds a member permanently to a bot like a guild member.
Command: !member add <name>
-------
I know it probably already exists, but I haven't found it anywhere! I've searched this site, Google, and even tried downloading other bots to see if the module was somehow in it already. If someone could post me a link where I could find such a module it would be most appricative.
-
It's been done to death for Bebot already. The bot can add and remove members automatically now btw. It can see the "So-n-So has joined the Org." type messages. The experimental version of Rooster_GUILD I did can handle that as well as manual adds/removes.
1 Post and a thread for you to read through.
See the post by Malosar and attachment here:
http://bebot.link/index.php/topic,612.msg4273.html#msg4273
Or read through my thread here for an idea how it works:
http://bebot.link/index.php/topic,288.0.html
Don't try the links I left in my posts. My FTP server is broken atm.
-
I don't even have the module on the bot, like it doesn't exist.. I've tried so many combinations of "!member add <name>" it's not even funny. Do I have to make a custom group of members and edit permissions on the bot, or is it as easy as the module? Thanks in advance.
-
See the links he posted, they are to updated Roster_GUILD modules which contain the !member command builtin.
-
Oh, well stupid me.. Sorry! =/
-
After adding players to the bot I gives me. "[****]: Player *****has been added to *****'s roster." Yet when they try executing commands on the bot, it gives them "You must be a member of this bot." I'm confused :(
I'm trying to add members the same way Pandebot or Apfbot does. The bot currently is a guild bot, but I would also like it to have raiding capabilities, does it specifically have to be a raid bot for the members command to default such as Apf and Pandebot do?
-
I would stay away from using guild bots as raid bots. Make a separate bot for raids.
Check your console for errors when you add members.
-
After adding players to the bot I gives me. "[****]: Player *****has been added to *****'s roster." Yet when they try executing commands on the bot, it gives them "You must be a member of this bot." I'm confused :(
I'm trying to add members the same way Pandebot or Apfbot does. The bot currently is a guild bot, but I would also like it to have raiding capabilities, does it specifically have to be a raid bot for the members command to default such as Apf and Pandebot do?
If you are using a guildbot only, you could guestlist people which would allow them to join the privategroup, turn relay off and run raid, they would also then be able to join raffles etc. Using !member on a guildbot is futile as the members added will be removed next time the roster updates. The one big disadvantage of using a guildbot is that it makes a mess of the guestlist and of course people can connect to the GC whenever they feel like it (plus it's not possible to include guests in !massinv).
We use both systems in our org, for small raids with visitors, guildchat with relay off works fine. For bigger raids, we have a pure raidbot set up. (And of course if you wanna use points or whatever, this is much easier to handle via raidbot).
Errors when adding !member in guild bot probably means u're using a members table which needs to be updated from a structure point of view (ie, changing to one of Xenixa's roosters). Suggest to drop members table, let it recreate and then check console for errors.
-jj-