0 Members and 1 Guest are viewing this topic.
Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\modules\IRC.php on line 682Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\SmartIRC.php on line 1158Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\SmartIRC.php on line 1184Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\SmartIRC.php on line 1219Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\SmartIRC.php on line 1321Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\SmartIRC.php on line 1595Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\IRC\messagehandler.php on line 49Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\IRC\messagehandler.php on line 60Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\IRC\messagehandler.php on line 318Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\IRC\messagehandler.php on line 366Abott [SETTINGS] [SAVED] connected for module irc set to FALSE as datatype bool
Abott [MOD-CUSTOM] [DIR] Loading additional modules in directory custom/modules/Abott [LOGIN] [STATUS] Connecting to aoc server aoc-eu-um.live.ageofconan.com:7000Abott [LOGIN] [STATUS] AuthenticatingSending RPCPacket:0Received RPC Packet:0Sending RPCPacket:1Received RPC Packet:5Received RPC Packet:1Deprecated: Function split() is deprecated in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\AOChat.php on line 564Sending RPCPacket:2628963075Received RPC Packet:1572964753Sending RPCPacket:1783917889Received RPC Packet:543911653Unsupported rpcpacket type (in, 543911653)Received RPC Packet:201968165Sending RPCPacket:3755495822Received RPC Packet:3289695727Sending RPCPacket:4016139958Received RPC Packet:4170821964Received RPC Packet:1334945164Received RPC Packet:590742969Sending RPCPacket:1014796908Received RPC Packet:1525492320Received RPC Packet:598094586Read error: EOFAbott [ERROR] [AOChatWrapper_Core] I was unable to get the user id for user: 'Abott'Abott [SETTINGS] [LOAD] Loaded settings from database.Warning: socket_read(): unable to read from socket [10053]: An established connection was aborted by the software in your host machine. in C:\Users\Jeremiah\Downloads\BeBot-0.6.8\Sources\AOChat.php on line 311Read error: An established connection was aborted by the software in your host machine.Abott [CONN] [ERROR] Bot has disconnected. Reconnecting in 60 seconds.
Here is the patch for 2.7.Changes are in Sources/AOChat.phpChangeAOCP_LOGIN_CHARID => array("name"=>"Login CharacterID", "args"=>"III"),toAOCP_LOGIN_CHARID => array("name"=>"Login CharacterID", "args"=>"IIIS"),Change ( line 468 ish AND 935 ish ) $loginCharacterPacket = new AOChatPacket("out", AOCP_LOGIN_CHARID, array(1,$this->char["id"],$this->serverseed ) );to $loginCharacterPacket = new AOChatPacket("out", AOCP_LOGIN_CHARID, array(1,$this->char["id"],$this->serverseed, "en") );I also attached the whole file if you just want to replace it with the changes.