thank you for your reply
I added a packet ver in my db/packet_db.txt
packet_db_ver: 31
// packet_db_ver: default
//2011-03-15aRagexeRE
packet_ver: 31
0x01FD,15,repairitem,2
0x0202,26,friendslistadd,2
0x022D,5,hommenu,2:4
0x023B,36,storagepassword,0
0x0288,-1,cashshopbuy,4:8
0x02C4,26,partyinvite2,2
0x0436,19,wanttoconnection,2:6:10:14:18
0x0437,7,actionrequest,2:6
0x0438,10,useskilltoid,2:4:6
0x0439,8,useitem,2:4
0x07E4,-1,itemlistwindowselected,2:4:8
0x0802,18,bookingregreq,2:4:6
0x0803,4
0x0804,14,bookingsearchreq,2:4:6:8:12
0x0805,-1
0x0806,2,bookingdelreq,0
0x0807,4
0x0808,14,bookingupdatereq,2
0x0809,50
0x080A,18
0x080B,6
0x0811,-1,reqopenbuyingstore,2:4:8:9:89
0x0815,2,reqclosebuyingstore,0
0x0817,6,reqclickbuyingstore,2
0x0819,-1,reqtradebuyingstore,2:4:8:12
0x0835,-1,searchstoreinfo,2:4:5:9:13:14:15
0x0838,2,searchstoreinfonextpage,0
0x083C,12,searchstoreinfolistitemclick,2:6:10
0x035F,5,walktoxy,2
0x0360,6,ticksend,2
0x0361,5,changedir,2:4
0x0362,6,takeitem,2
0x0363,6,dropitem,2:4
0x0364,8,movetokafra,2:4
0x0365,8,movefromkafra,2:4
0x0366,10,useskilltopos,2:4:6:8
0x0367,90,useskilltoposinfo,2:4:6:8:10
0x0368,6,getcharnamerequest,2
0x0369,6,solvecharname,2
i got this from http://svn6.assembla...kets/Packet_db/
and this is my mmo.h
#ifndef PACKETVER
#define PACKETVER 20110315
//#define PACKETVER 20111116
#endif
and somebody told me to change my \src\mapclif.h
{// packet DB
MAX_PACKET_DB = 0xA00,
MAX_PACKET_VER = 31, <<-----what packet ver did you used in db/packet_db.txt
MAX_PACKET_POS = 20,
};
and change my clientinfo to version 31(below)
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
<display>klasikRO</display>
<balloon>the balloon</balloon>
<desc>description</desc>
<address>203.87.174.42</address>
<port>6900</port>
<version>31</version> <<--changed this to what packet ver did you used in db/packet_db.txt
<langtype>1</langtype>
<registrationweb>flux.domain.com</registrationweb>
<aid>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
</aid>
<loading>
<image>loadingscreen01.jpg</image>
</loading>
</connection>
</clientinfo>
and after doing all those editing I rebuilt my rAthena, re-build my .grf file and run all my servers.
Still "failed to connect to server"