-------------------
$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?