emilsorita Posted May 30, 2013 Posted May 30, 2013 can you help me with this error? im using 2012-04-10aRagexeRE Quote
emilsorita Posted May 30, 2013 Author Posted May 30, 2013 here :3 ive been browsing some threads connected to mine and ive done everthing posted. :3 Quote
Brynner Posted May 30, 2013 Posted May 30, 2013 your server does not receive anything. have you configure your client correctly? check your data.ini files check if your grf was included there. and also check your clientinfo.xml make sure you put the right ip to make it work. Quote
emilsorita Posted May 30, 2013 Author Posted May 30, 2013 here is my clientinfo.xml: <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>MileRO</display> <balloon>Server Information</balloon> <desc>Server Description</desc> <address>IP</address> <port>6900</port> <version>25</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>your admin id here</admin> </aid> </connection> </clientinfo> and this is my data.ini: [Data] 0=mydata.grf 1=data.grf 2=rdata.grf already fixed the connection server but when i created an account and entered the ro server its says Failed to Connect to the Server? so whats the problem now? :3 Quote
Brynner Posted May 30, 2013 Posted May 30, 2013 what is the version of your kro?is that a ragray? Quote
emilsorita Posted May 30, 2013 Author Posted May 30, 2013 what is the version of your kro?is that a ragray? my kRO is an old one. just copied it in my old laptop. i dont remember what version is it. Quote
Phenomena Posted May 30, 2013 Posted May 30, 2013 1. in clientinfo.xml change <version>25</version> to <version>30</version> 2. check yourServerFolder\src\common\mmo.h Find: #define PACKETVER YourVersion <<< Must be 20120410 3. check your diffs (dont forget use SkipPacketHeaderObfuscation) 4. update your client with Lua/Lubs for your client Quote
emilsorita Posted May 30, 2013 Author Posted May 30, 2013 1. in clientinfo.xml change <version>25</version> to <version>30</version> 2. check yourServerFolder\src\common\mmo.h Find: #define PACKETVER YourVersion <<< Must be 20120410 3. check your diffs (dont forget use SkipPacketHeaderObfuscation) 4. update your client with Lua/Lubs for your client done with it. nothing happened. :3 Quote
Jaburak Posted May 30, 2013 Posted May 30, 2013 trunk/src/common/mmo.h Find: #ifndef PACKETVER //#define PACKETVER 20120410 #define PACKETVER 20130320 //#define PACKETVER 20111116 #endif Replace: #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20130320 //#define PACKETVER 20111116 #endif Recompile after. Quote
emilsorita Posted May 30, 2013 Author Posted May 30, 2013 trunk/src/common/mmo.h Find: #ifndef PACKETVER //#define PACKETVER 20120410 #define PACKETVER 20130320 //#define PACKETVER 20111116 #endif Replace: #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20130320 //#define PACKETVER 20111116 #endif Recompile after. im using this already. #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20130320 //#define PACKETVER 20111116 #endif Quote
Brynner Posted May 30, 2013 Posted May 30, 2013 just switch to latest kro client. since lots of features required the latest client. Quote
emilsorita Posted May 30, 2013 Author Posted May 30, 2013 ok. ill be downloading the latest client. ill let you know if im done XD Quote
Question
emilsorita
can you help me with this error? im using 2012-04-10aRagexeRE
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.