BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Age of Conan Archive => AoC 0.6 support => Topic started by: MAGE on December 26, 2011, 04:06:04 pm
-
Hi,
I'm trying to start Bebot (v0.6.8) and I obtain the following error :
Undefined variable: argv in E:\wamp\www\bebot-0.6.8\Sources\Conf.php on line 38
And a lot of others :).
What can I do ?
My config is :
bebot 0.6.8
Windows 7
I use Wamp 2.2 with PHP 5.3.8
Thx.
-
I've modify php.ini to enabled those :
- extension=php_mbstring.dll
- extension=php_sockets.dll
- extension=php_curl.dll
and put on this one :
- register_globals = On
I've modify server address to :
[code]$server_list['aoc']['EU'] = array('server'=>'dm01-sto.ageofconan.com', 'port'=>7000);
[/code]
I got few errors now :).
Now i got those :
Undefined offset: 1 in E:\wamp\www\be\Sources\Conf.php on line 47
-
I'm stuck, what can I do more ?
-
Hi,
I've same error like this topic => http://bebot.link/aoc-0-6-support/no-login-for-bots-after-server-transfer-in-europe/
I've change server adress but no connection :(. Adress has change again ??
-
There error is exact like this?
[Conan Login Server] Could not connect to aoc-eu-um.live.ageofconan.com:7000
Notice: Could not connect to the Loginserver (aoc-eu-um.live.ageofconan.com:7000)
If so you have not changed the adresse for new servers to dm01-sto.ageofconan.com:7000
-
Hi !
No, the error isn't like your example.
My screen error is :
BotName [LOGIN] [STATUS] Authenticating
Sending RPCPacket:0
Warning: Error while reading rpc header. <> in C:\wamp\www\bebot\Sources\AOChat.php on line 503
Warning: handleRPCPackets: Packet is not an object <no RPCPacket?> in C:\wamp\www\bebot\Sources\AOChat.php on line 725
botname [CONN] [ERROR] Failed authenticating to server. Retrying in 60 seconds.
It's the same error with both adress :
$server_list['aoc']['EU'] = array('server'=>'dm01-sto.ageofconan.com', 'port'=>7000);
// $server_list['aoc']['EU'] = array('server'=>'aoc-eu-um.live.ageofconan.com', 'port'=>7000);
-
Did you read this topic: http://bebot.link/aoc-0-6-support/conan-v3-01-0-patch-and-new-login/
-
that works with zip file, thx !! happy new year ! :)