Jump to content
  • 0

Rejected From the server after some time


Question

Posted

Well, I thought that the map-server crashes so I monitored my map-server when I started my server in putty. It doesn't received a crash signal but it kicks the online players, and they get rejected from the server when they try to login back.

I don't have any modified src or what, aside from Harmony.

Any help?

5 answers to this question

Recommended Posts

Posted

was this already solved? Im curious because I have the same problem. No crash dumps/ no signals. if the server received more than 5 players, the map server will be disconnected and it will reject all the players.

Posted

Anyways, I've fixed the problem, Im not sure how and when and why did I change this in "CLIENT.CONF"

// Set here which client version do you accept. Add all values of clients:
// Clients older than accepted versions, and versions not set to 'accepted'
// here will be rejected when logging in
// 0x00001: Clients older than 2004-09-06aSakray (packet versions 5-9)
// 0x00002: 2004-09-06aSakexe (version 10)
// 0x00004: 2004-09-20aSakexe (version 11)
// 0x00008: 2004-10-05aSakexe (version 12)
// 0x00010: 2004-10-25aSakexe (version 13)
// 0x00020: 2004-11-29aSakexe (version 14)
// 0x00040: 2005-01-10bSakexe (version 15)
// 0x00080: 2005-05-09aSakexe (version 16)
// 0x00100: 2005-06-28aSakexe (version 17)
// 0x00200: 2005-07-18aSakexe (version 18)
// 0x00400: 2005-07-19bSakexe (version 19)
// 0x00800: 2006-03-27aSakexe (version 20)
// 0x01000: 2007-01-08aSakexe (version 21)
// 0x02000: 2007-02-12aSakexe (version 22)
// 0x04000: 2008-09-10aSakexe (version 23)
// 0x08000: 2008-08-27aRagexeRE (version 24)
// 0x10000: 2008-09-10aRagexeRE (version 25)
// default value: 0xFFFFFF(all clients)
packet_ver_flag: 0xFFFFFFF

It should be

// default value: 0xFFFFFF (all clients)
packet_ver_flag: 0xFFFFFF

Posted (edited)

bumping this topic, rathena updated the client.conf? the default_ver_flag now is 0xFFFFFFF and not 0xFFFFFF ??

 

That 7 "F" crash my server . but Since after reverting back to 6 "F" again, no more crash signals. weird...

 

 

2012-04-10 ragexere client.

Edited by KoolKat29

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...