Archive > AoC 0.6.x Custom/Unofficial modules

EU US Merge

(1/3) > >>

Huesos:
Ok from what I gather in conf folder. edited bot.conf botname.conf  make sure its your new server . In my case Crom , set is no longer. Then edit Serverlist.php  Not sure about this part. Changing Port to 7010 works but Crom is listed under EU. So like 

// AOC
   $server_list['aoc']['US']           = array('server'=>'aoc-eu-um.live.ageofconan.com', 'port'=>7000);
   $server_list['aoc']['EU']           = array('server'=>'aoc-us-um.live.ageofconan.com', 'port'=>7010);

it loads up but ... My bot doesn't know who I am  even though listed as owner in Bot.conf same bot names and character name still.  It however does a series of disconnects with these lines

[Conan Login Server] Connected to aoc-us-um.live.ageofconan.com:7010
[Conan Login Server] Received character server address [ dm09-nj4.ageofconan.com:7011 ]
[Conan Login Server] Disconnected. [Done]
[Conan Char Server ] Connected to dm09-nj4.ageofconan.com:7011
[Conan Char Server ] Received guild server address [ 37.18.192.43:7012 ]
[Conan Char Server ] Received chat server address [ 37.18.192.43:7001 ]
[Conan Char Server ] Disconnected. [Done]
Bot is now logged in.



So I'm wondering if the address should be  dm09-nj4.ageofconan.com   for port as 7011 to stay connected to guild chat, but auto add ppl in guild should be on?

Shinystar

Huesos:
The last line dm09-nj4.ageofconan.com will make it cycle reboot error unless it port 7010

Astotherous:
Yes, confirmed - I can get the Bot to load and connect, and it sees my character, but when issuing commands via Guild chat, I get no response :(

Regards,

dragonjr:

--- Code: --- // 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);

--- End code ---
this is how my bot is running atm it logs in and people can use it all they have to do is dot in guild so the bot will pick them up again all there info is there except there timers they have to redo them. the only thing ive noticed with mine is the Item database is messed up and i think that is because i had  to change the bot name. but thats on my other post in the items mod section.


--- Code: ---// all US servers use the same login server
$server_list['aoc']['Crom'] = $server_list['aoc']['US'];
$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'];
--- End code ---

i also added Crom into the US server list and it seems to be working as well i hope this helps and if someone that has better knowledge on this sees that im wrong please let me know and ill fix it.
thanks

smashbamboo:
I had the same problem...bot logged in fine but didn't recognize me even though I am listed as owner in the config file. I noticed that for people who had to rename their character the bot worked fine, but for those who got to keep their name the bot would just reply "I only listen to members blah, blah, blah". Turns out that even if you got to keep your name your character was assigned a new ID number. The bot uses that number to identify your character not your name. To fix the problem I purged all users from MySQL database, which forces the bot to add everyone again but with the correct ID number. That did the trick for our bot. Working fine for all users now, and the alts lists and AA timers retained all their info. Hope that helps.

Navigation

[0] Message Index

[#] Next page

Go to full version