Jump to content
  • 0

Rejected From Server (3)


xWulfen

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  09/03/13
  • Last Seen:  

From a previous thread I was helped on how to solve a few of the issues in connecting to my own server, but I've run into another problem, which is being rejected from the server(3) after creating a character and trying to enter the world.

 

My mmo.h has packet version 20130807 and I believe my client Ragexe is also the same.

 

There seems to be no weird messages in charserv.exe

 

[info]: sd->version = 45
[info]: Loading Char Data (2000000)
[info]: Loading Char Data (2000000)
[info]: Char load request (150000)
[info]: storage load complete from DB - id: 2000000 (total: 0)
[info]: Loaded char (150000 - Wulfen):  status memo inventory cart storage 0 ski
lls friends hotkeys mercenary
[info]: Selected char: (Account 2000000: 0 - Wulfen)
[info]: Subnet check [177.xx.xxx.14]: WAN
 
 
My clientinfo.xml
 
  <?xml version="1.0" encoding="euc-kr" ?>
- <clientinfo>
  <desc>Ragnarok Client Information</desc>
  <servicetype>korea</servicetype>
  <servertype>primary</servertype>
- <connection>
  <display>Local</display>
  <address>177.xxx.xx.14</address>
  <port>6900</port>
  <version>45</version>
  <langtype>1</langtype>
  <registrationweb>www.ragnarok.com</registrationweb>
- <loading>
  <image>loading00.jpg</image>
  <image>loading01.jpg</image>
  <image>loading02.jpg</image>
  <image>loading03.jpg</image>
  <image>loading04.jpg</image>
  </loading>
  </connection>
  </clientinfo>
 
 
 
 
Any help would be greatly appreciated!

 


EDIT: I actually found an error  in mapserv.bat it says

 

[info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x50
31,l:19).
 
 
Hope this isolates the issue!
Edited by xWulfen
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • -1

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/17/16
  • Last Seen:  

How i can fix this error in 2018? there isnt any

#define PACKET_OBFUSCATION
 
into the \src\config\core.h
 
After Char Choosing i got rejected.
 
 
 
DONE
 found it in /src/config/packets.h
 
 
Edited by noaim90
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  520
  • Reputation:   64
  • Joined:  11/19/11
  • Last Seen:  

 

From a previous thread I was helped on how to solve a few of the issues in connecting to my own server, but I've run into another problem, which is being rejected from the server(3) after creating a character and trying to enter the world.

 

My mmo.h has packet version 20130807 and I believe my client Ragexe is also the same.

 

There seems to be no weird messages in charserv.exe

 

[info]: sd->version = 45
[info]: Loading Char Data (2000000)
[info]: Loading Char Data (2000000)
[info]: Char load request (150000)
[info]: storage load complete from DB - id: 2000000 (total: 0)
[info]: Loaded char (150000 - Wulfen):  status memo inventory cart storage 0 ski
lls friends hotkeys mercenary
[info]: Selected char: (Account 2000000: 0 - Wulfen)
[info]: Subnet check [177.xx.xxx.14]: WAN
 
 
My clientinfo.xml
 
  <?xml version="1.0" encoding="euc-kr" ?>
- <clientinfo>
  <desc>Ragnarok Client Information</desc>
  <servicetype>korea</servicetype>
  <servertype>primary</servertype>
- <connection>
  <display>Local</display>
  <address>177.xxx.xx.14</address>
  <port>6900</port>
  <version>45</version>
  <langtype>1</langtype>
  <registrationweb>www.ragnarok.com</registrationweb>
- <loading>
  <image>loading00.jpg</image>
  <image>loading01.jpg</image>
  <image>loading02.jpg</image>
  <image>loading03.jpg</image>
  <image>loading04.jpg</image>
  </loading>
  </connection>
  </clientinfo>
 
 
 
 
Any help would be greatly appreciated!

 

EDIT: I actually found an error  in mapserv.bat it says

 

[info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x50
31,l:19).
 
 
Hope this isolates the issue!

 

 

Did you skip Packet Obfuscation DIFF?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  98
  • Reputation:   74
  • Joined:  12/04/14
  • Last Seen:  

trunk\src\config\core.h

 

 

look for :

 

#define PACKET_OBFUSCATION

 

disable it:

 

// #define PACKET_OBFUSCATION

 

/no1

Link to comment
Share on other sites

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.

×
×
  • Create New...