Diss Posted May 6, 2013 Posted May 6, 2013 (edited) hi guys please revise my work .. i got this No MSG 5011 when im trying to LOG IN MMO.H #ifndef PACKETVER #define PACKETVER 20120410 #define PACKETVER 20130320 #define PACKETVER 20111116 #endif should put // im using 20120410 packetver CLIF.H enum {// packet DB MAX_PACKET_DB = 0xf00, MAX_PACKET_VER = 30, MAX_PACKET_POS = 20, }; CLIENTINFO.XML <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Diss Ragnarok Online</display> <balloon>the balloon</balloon> <desc>description</desc> <address>122.248.202.205</address> <port>6900</port> <version>30</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </aid> <loading> <image>loadingscreen01.jpg</image> </loading> </connection> </clientinfo> and the is NO MSG 5011 HELP me guys Edited May 6, 2013 by Diss Quote
Jaburak Posted May 6, 2013 Posted May 6, 2013 What client are you using? Did you edit your packet_db.txt too? Quote
Diss Posted May 6, 2013 Author Posted May 6, 2013 im using 20120410aragexeRE yes i edit packet_DB too its look like this packet_db_ver: 30 packet_db_ver: default Quote
Paranoid Posted May 30, 2013 Posted May 30, 2013 Your MMO.H should be #define PACKETVER 20120410 Comment out the others,In db_packets.txt packet_db_ver : 30 //packet_db_ver: default again comment out the unnecessary one.Note : You dont need to change anything in CLIF.H As for your clientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Your Server name</display> <balloon>Server Information</balloon> <desc>Server Description</desc> <address>IP address</address> <port>6900</port> <version>25</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>your admin id here</admin> </aid> </connection> </clientinfo> Quote
Question
Diss
hi guys please revise my work ..
i got this No MSG 5011 when im trying to LOG IN
MMO.H

Edited by Diss3 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.