BeBot - An Anarchy Online and Age Of Conan chat automaton

General => General discussion => Topic started by: ubermensch on June 14, 2010, 11:28:58 pm

Title: what am i doin wrong
Post by: ubermensch on June 14, 2010, 11:28:58 pm
-------------------
   $ao_username = "username";            // Account username
   $ao_password = "pass";            // Account password
   $bot_name = "mybot";            // Name of the bot-character
   $dimension = "1";            // The name of the server you play on, or (1, 2 or 3 for AO)
   $guild = "xxxx xxxxx";            // Name of the guild running the bot (AOC only)

   /*
   Suggested values for owner and super_admin:
   We suggest that the owner should be the main characer on the
   account for $ao_username.
   super_admis should be alts on the same account.

   Defining a superadmin in the config file prevents their removal and banning.
   You are able to add more superadmins with the ingame interface.
   Superadmins defined in game are able to be removed and banned.
   */
   $owner = "john";             // Owner of the bot.
   //$super_admin["janny"] = true;// Bot superadmins.
   // $super_admin["rudolf"] = true;


   //$other_bots[""] = true;    // All other bots that are guildmembers/raidbotmembers
   // $other_bots[""] = true;


   $guildbot = TRUE;            // false if its a raidbot.
   $guild_id = 11083777;         // only if its a guildbot.
-------------------------
the code above is what we r tryin to implement.
but there is a problem,no matter how hard we try ,it doesnt work as a guild bot..it works some kinda other bot u need /tell botname !join each time...
what we should do?
Title: Re: what am i doin wrong
Post by: Khalem on June 15, 2010, 03:59:23 pm
Does the bot detect the guild name correctly in the console?
Does the bot see the guild chat in the console?

A common problem is often that the bot character will have been online long enough that org tax kicks in when logging it off. If it has 0 credits, it won't be able to pay and will be automatically suspended from org chat.

Log the bot character ingame and verify that you are able to see org chat and write to org chat.
Title: Re: what am i doin wrong
Post by: WeZoN on June 16, 2010, 09:44:10 am
The problem was solved by topic starter thanks to your advice
SimplePortal 2.3.7 © 2008-2024, SimplePortal