Help...

Hakuryuu

New member
Messages
20
Points
0
Github
samers1
Emulator
Error in console:

[Status]: Map Server is now online.[Info]: Received Fame List of '0' characters.[Status]: Received '40' guild castles from char-server.[Notice]: Abnormal end of connection (ip: 201.11.161.15): Unknown packet 0x5548[Info]: Closed connection from '201.11.161.15'.[Notice]: Abnormal end of connection (ip: 201.11.161.15): Unknown packet 0x5548[Info]: Closed connection from '201.11.161.15'. 
My mmo.h:

20120410

my hexed:

20120410

my clientinfo:



Code:
<?xml version="1.0" encoding="euc-kr" ?><clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>brazil</servicetype> <servertype>primary</servertype> <connection>  <display>ragnarok</display>  <desc>Ragnarok Online</desc>  <balloon>1000x/1000x/500x</balloon>  <address>189.1.169.50</address>  <port>6900</port>  <version>30</version>  <langtype>1</langtype>  <aid>   <admin>2000000</admin>   <admin>2000001</admin>   <admin>2000002</admin>  </aid><loading>			<image>loading00.jpg</image>			<image>loading01.jpg</image>			<image>loading02.jpg</image>			<image>loading03.jpg</image>			<image>loading04.jpg</image>			<image>loading05.jpg</image>			<image>loading06.jpg</image>			<image>loading07.jpg</image>			<image>loading08.jpg</image></loading> </connection></clientinfo> 


 
this exe seems to be a RagexeRE , so be sure to uncomment this line in your   /src/common/mmo.h and recompile your server

Code:
#define ENABLE_PACKETVER_RE
 
Last edited by a moderator:
Back
Top