Archive > AO 0.6 support

setting up bebot

(1/1)

elrojo:
hi guys,

I have a new computer and so I am needing to set up bebot again.  All seems fine except when the bot attempts to connect to the AO Chat server it is being denied.  I am 99% sure I have the correct username/password/character name for the account.

If the org has changed names I assume it keeps the same Org ID?  If so then this cannot the the problem as I have used the "current" ID as per the search screen on forums

Please help^

Shelly:
I would suggest checking your "<bothome>/conf/ServerList.php" file.

This is what mine looks like:

--- Code: ---<?php
        // AO
        $server_list['ao']['Testlive']      = array('server'=>'chat.dt.funcom.com', 'port'=>7109);
        $server_list['ao']['Atlantean']     = array('server'=>'chat.d1.funcom.com', 'port'=>7101);
        $server_list['ao']['Rimor']         = array('server'=>'chat.d2.funcom.com', 'port'=>7102);
        $server_list['ao']['Die neue welt'] = array('server'=>'chat.d3.funcom.com', 'port'=>7103);

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

        // all EU servers use the same login server
        $server_list['aoc']['Bloodbrand']       = $server_list['aoc']['EU'];
        $server_list['aoc']['Ahriman']          = $server_list['aoc']['EU'];
        $server_list['aoc']['Bori']             = $server_list['aoc']['EU'];
        $server_list['aoc']['Crom']             = $server_list['aoc']['EU'];
        $server_list['aoc']['Dagon']            = $server_list['aoc']['EU'];
        $server_list['aoc']['Ymir']             = $server_list['aoc']['EU'];
        $server_list['aoc']['Hyrkania']         = $server_list['aoc']['EU'];
        $server_list['aoc']['Fury']             = $server_list['aoc']['EU'];
        $server_list['aoc']['Aquilonia']        = $server_list['aoc']['EU'];
        $server_list['aoc']['Twilight']         = $server_list['aoc']['EU'];
        $server_list['aoc']['Corinthia']        = $server_list['aoc']['EU'];

        // Spanish Servers
        $server_list['aoc']['Zingara']      = $server_list['aoc']['EU'];
        $server_list['aoc']['Indomitus']    = $server_list['aoc']['EU'];

        // French Servers
        $server_list['aoc']['Ishtar']       = $server_list['aoc']['EU'];
        $server_list['aoc']['Ferox']        = $server_list['aoc']['EU'];
        $server_list['aoc']['Stygia']       = $server_list['aoc']['EU'];
        $server_list['aoc']['Strix']        = $server_list['aoc']['EU'];

        // German Servers
        $server_list['aoc']['Asura']        = $server_list['aoc']['EU'];
        $server_list['aoc']['Ibis']         = $server_list['aoc']['EU'];
        $server_list['aoc']['Mitra']        = $server_list['aoc']['EU'];
        $server_list['aoc']['Aries']        = $server_list['aoc']['EU'];
        $server_list['aoc']['Titus']        = $server_list['aoc']['EU'];
        $server_list['aoc']['Asgard']       = $server_list['aoc']['EU'];

        // 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'];

?>
--- End code ---

Glarawyn:
Assuming you're running Windows, you may want to check the Windows firewall and add php.exe to the list of programs allowed through. Organization ID doesn't have anything to do with authentication, so the bot would connect to the servers and login even if that was incorrect.

Navigation

[0] Message Index

Go to full version