collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: bot stopped working after merges.  (Read 6487 times)

0 Members and 1 Guest are viewing this topic.

Offline palm521

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
bot stopped working after merges.
« on: January 14, 2009, 11:41:15 am »
i did change the dimension to tyranny and for testing i did on every single server (just to find out if they changed one of the IPs of one of the old servers.

this is what i get just affter all the modules are loaded.


Botbot [LOGIN] [STATUS]        Connecting
Read error: EOF

Warning: Received invalid greeting packet from AOC Chat server. in C:\xxxxxx\xxxxxxx
ta\Desktop\ourguildbot (2)\Sources\AOChat.php on line 228
Appilea [CONN]  [ERROR] Can't connect to server. Retrying in 60 seconds.

and does this every 60 seconds.

i also tried to reinstall the bot. and its a no go.

many thanks in advance for the support.

Offline b1221

  • BeBot Rookie
  • *
  • Posts: 4
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #1 on: January 14, 2009, 03:45:31 pm »
Anyone else with issues from the merge?

I get an error like this:
Evobot [LOGIN]  [STATUS]        Connecting
Read error: EOF

Warning: Received invalid greeting packet from AOC Chat server. in /var/www/html/Bot/Sources/AOChat.php on line 228
Evobot [CONN]   [ERROR] Can't connect to server. Retrying in 60 seconds.


Offline Getrix

  • Contributor
  • *******
  • Posts: 509
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #2 on: January 14, 2009, 05:56:21 pm »
Success is not final, failure is not fatal: it is the courage to continue that counts.
- Sorry, i dont have time to reply question on PM. Make a topic.

Offline b1221

  • BeBot Rookie
  • *
  • Posts: 4
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #3 on: January 14, 2009, 06:09:58 pm »
I don't think that will help since it was last updated on the 11th. The US PVP server merge happened on the 13th.  Will try it though

Offline Vain

  • BeBot User
  • **
  • Posts: 57
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #4 on: January 14, 2009, 06:15:38 pm »
I don't think that will help since it was last updated on the 11th. The US PVP server merge happened on the 13th.  Will try it though

No it wont help... I did a svn update and it still gives you the error message.

Offline b1221

  • BeBot Rookie
  • *
  • Posts: 4
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #5 on: January 14, 2009, 06:17:21 pm »
Correct. Still no go, same error message.

Offline Vain

  • BeBot User
  • **
  • Posts: 57
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #6 on: January 14, 2009, 06:22:20 pm »
Ok I fixed Tyranny.

In /root/bebot6/conf/ServerList.php
change it to 208.82.194.6:7003
« Last Edit: January 14, 2009, 06:32:15 pm by Vain »

Offline b1221

  • BeBot Rookie
  • *
  • Posts: 4
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #7 on: January 14, 2009, 06:39:53 pm »
Bleh.. Always change the ips.

Thanks

Offline palm521

  • BeBot Rookie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #8 on: January 14, 2009, 11:27:23 pm »
i dont have a serverlist.php on my bot folder. im using the latest build (and it was working ok before the merge)

any advices? can anyone upload the file with the new server?

excuse my ignorance.

Offline Allisande

  • BeBot User
  • **
  • Posts: 68
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #9 on: January 15, 2009, 07:42:36 pm »
I changed the name of my server and it seems that that was enough...from Thog to Wiccana, but I'm getting an error that says there are no characters on that account...so I dont know if this would fix your problem or not.

Offline OTGBot

  • BeBot User
  • **
  • Posts: 29
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #10 on: January 15, 2009, 10:20:10 pm »
I am also getting no characters for this account error.

I hope to get this working soon.  Any info by a developer would be a big help.


Offline Serbaa

  • BeBot User
  • **
  • Posts: 22
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #11 on: January 15, 2009, 11:12:14 pm »
Just open your Sources\bot.php file and update the following lines for your server

         case "Tyranny":
            $server = "208.82.194.6";
            $port = 7003;
            break;

also make sure that you log into your bot char and that his char name has stayed the same and didnt have to change due to a duplicate after the server merge.

Offline Allisande

  • BeBot User
  • **
  • Posts: 68
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #12 on: January 16, 2009, 12:15:58 am »
I would do that, but unfortunately I haven't been able to figure out how to find the server IP's.

Offline Serbaa

  • BeBot User
  • **
  • Posts: 22
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #13 on: January 16, 2009, 12:21:32 am »
once you are connected to the server using your game client

open a command prompt and type teh following

c:\>netstat -a

you are looking for something like this


 TCP    192.168.1.102:57756    208.82.194.6:7003      ESTABLISHED

it will say established (make sure you have successfully chatted)

One of the connections to this address block (starting with 208.82) will be the game and one will be the chat server 


« Last Edit: January 16, 2009, 01:53:48 am by Serbaa »

Offline Allisande

  • BeBot User
  • **
  • Posts: 68
  • Karma: +0/-0
Re: bot stopped working after merges.
« Reply #14 on: January 16, 2009, 01:49:06 am »
You my friend are a fkaldiof genius.  worked thanks

case "Wiccana":
   $server = "208.82.194.5";
   $port = 7002;
   break;

For future reference....oh and you meant to say "type something like NETSTAT"

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 640
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal