Server does not received anything from Client

laylayzi

New member
Messages
22
Points
0
Hi !

there is my problem:

im using:

+ kro client from      http://www.nickyzai.com/?p=kro

+ data folder from      http://herc.ws/board/topic/901-basic-complete-renewal-data-english-folder/

+ ragexe 2013-08-07 from      http://herc.ws/board/topic/630-2013-ragexe-and-diff-up-to-date-2013-08-07/

i copied all data folder into kro folder, replace the Ragexe.exe (20130807 patched with NEMO-master)

edited the clientinfo.xml    

<?xml version="1.0" encoding="euc-kr" ?><clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 /> <extendedslot /> <readfolder /> <connection> <display>Ragnarok</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>127.0.0.1</address> <port>6900</port> <version>30</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> <yellow> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </yellow> <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> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection></clientinfo> 
when i click on the Ragexe.exe my gamewindow open good, without error

SERVER SIDE

+ i got the server from         http://github.com/HerculesWS/Hercules

i'v changed  the    char/map/inter.conf and the mmo.h    match with mySQL and Ragexe (#define PACKETVER 20130807) then build with MS-Visualstudio 2013

but when i try to login, my server does not recived anything

RFi9DGJ.png


im a newbie

i dont know what iv missed

help me please!

 
seems your client doesn't read your modified 'clientinfo.xml' make sure your client exe is patch with 'Read Data Folder First'...

default_ani_meow.gif


 
seems your client doesn't read your modified 'clientinfo.xml' make sure your client exe is patch with 'Read Data Folder First'...

default_ani_meow.gif
work like a charm!

but now i had some problem with the packet (#3 unknow packet version) and still trying to fix it

do you have any susgested client + packet?

 
Back
Top