I ended up clearning the user table :( It kept all the login messages, alts and what not. People just have to re-register themselves on the bot.
Printable View
I ended up clearning the user table :( It kept all the login messages, alts and what not. People just have to re-register themselves on the bot.
Yeah, that is what I just ended up doing myself. The whole issue is the character ids were changed. These ids are used by Funcom and our bots to identify each character, so the char_id field in the bot_users table was wrong.
So it appears a simple solution is to clear the table out, so it can re-fill with correct character ids. This makes me think some random characters out there will have access to different bots if the user tables aren't all reset, hehe. :D
Edit:
Can't believe I didn't notice the other thread here in the technical issues forum where Scaevacas wrote a little Script which will update character ids. Haven't tested it since I cleared the users from my guilds bot already, but it looks like a good solution for others.
http://forums.ageofconan.com/showthr...99#post2063999
i thought all i had to do was change this section
and i left this aloneCode:// AOC
$server_list['aoc']['EU'] = array('server'=>'dm09-nj4.ageofconan.com', 'port'=>7010);
$server_list['aoc']['US'] = array('server'=>'dm09-nj4.ageofconan.com', 'port'=>7010);
$server_list['aoc']['Aoctestlive'] = array('server'=>'testlive.ageofconan.com', 'port'=>7010);
was i supposed to change anything hear?Code:
// all US servers use the same login server
$server_list['aoc']['Gwahlur'] = $server_list['aoc']['US'];
$server_list['aoc']['Set'] = $server_list['aoc']['US'];
$server_list['aoc']['Wiccana'] = $server_list['aoc']['US'];
$server_list['aoc']['Bloodspire'] = $server_list['aoc']['US'];
$server_list['aoc']['Ironspine'] = $server_list['aoc']['US'];
$server_list['aoc']['Tyranny'] = $server_list['aoc']['US'];
$server_list['aoc']['Cimmeria'] = $server_list['aoc']['US'];
$server_list['aoc']['Agony'] = $server_list['aoc']['US'];
and i also noticed all the items DB is all messed up how would i fix that?
thanks for any info that you can give me
Tried Scaeves script - works fine. Bot back up and running as per normal again.
im not having a issue with people in the bot the bot is picking them up as they dot up in guild chat im just haveing a issue on the Item Database because i think is because i ahd to change my bots name but i want to make sure
Thanks for the information!
My bot is shown as offline, even though it is online. Anyone know of a fix for this?
I add it to friends list. It fixes that most of the time
That worked. Thank you very much!
Have the server address's or ports changed? My bot was offline for a few days due to internet connection issues and now it keeps being rejected from connecting - says the address or port is wrong. But I haven't changed anything. :fy: