BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => AO 0.6 support => Topic started by: m0r72010 on November 24, 2009, 06:17:41 pm
-
Hi there :D
I am trying to set up a raidbot for my org. Using flexible security groups, I set it so that orgmembers automatically belong to the LEADER group. This worked fine. Since it is a bot mostly for use by orgmembers and friends of the org, I set it so that !join and !invite are disabled for members of the ANNONYMOUS group by default. However, I would like to give self-invite and some other permissions to members of some orgs we are friendly with. The intention is to use a flexible group (called Guests) associated with the GUEST group for this purpose. Creating the group and granting command access via !commands seems to work fine, however when I try to add a condition for org = Player on the flexible group the bot returns 'Player is not in any org'.
Below are the commands I used and replies from bot:
To [Bot]: !addgroup Guests Friends of the bot
[Bot]: Created group guests with anonymous level privlages.
To [Bot]: !security changelevel 7 1
[Bot]: Group ID 7 changed to access level GUEST
To [Bot]: !flexible create guests OR
[Bot]: Flexible extension for group guests created, conditions will be OR-combined!
To [Bot]: !flexible condition add guests org = Friend_in_other_org
[Bot]: Friend_in_other_org is not in any org!
When I substitute
To [Bot]: !flexible condition add guests org = Friend_in_other_org
with
To [Bot]: !flexible condition add guests org_id = 12345
I get no reply at all... any ideas??
-
PS:
When I try to assign other conditions such as being of a given faction everything works fine:
To [Bot]: !flexible condition add guests faction = clan
[Bot]: New condition faction = clan added successfully to group guests!
-
PSS: Im using 0.6.6
-
PSSS: btw, the documentation mentions that by default the GUEST access level is disabled for raidbots, but that should be addressed once I create the flexible group GUESTS, right?
If not, could this be the prob and if so is there work-around?
Thanks :)
-
PSSS: Also, the bot is not in the same org as that which is stipulated by either of the conditions, but it is in an org.
Any pointers? Please? :D