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