Diss Posted May 6, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Share 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 Link to comment Share on other sites More sharing options...
Jaburak Posted May 6, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted May 6, 2013 What client are you using? Did you edit your packet_db.txt too? Quote Link to comment Share on other sites More sharing options...
Diss Posted May 6, 2013 Group: Members Topic Count: 67 Topics Per Day: 0.02 Content Count: 207 Reputation: 1 Joined: 05/01/13 Last Seen: July 23, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Paranoid Posted May 30, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 20 Reputation: 0 Joined: 03/30/13 Last Seen: June 16, 2013 Share 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 Link to comment Share on other sites More sharing options...
Question
Diss
hi guys please revise my work ..
i got this No MSG 5011 when im trying to LOG IN
MMO.H

Edited by DissLink to comment
Share on other sites
3 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.