diff options
author | shennetsind <ind@henn.et> | 2013-01-27 15:59:43 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-01-27 15:59:43 -0200 |
commit | 0af9e036d582113f861f845995fa971751dc9df1 (patch) | |
tree | de480afb3adc72c93487e898e54266c22d485d62 | |
parent | ca1eb76ffd1c8227ea30b0d5cadd67a8b311d932 (diff) | |
download | hercules-0af9e036d582113f861f845995fa971751dc9df1.tar.gz hercules-0af9e036d582113f861f845995fa971751dc9df1.tar.bz2 hercules-0af9e036d582113f861f845995fa971751dc9df1.tar.xz hercules-0af9e036d582113f861f845995fa971751dc9df1.zip |
Support for 2012-04-18a
Special Thanks to Judas for providing the new packet info.
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | db/packet_db.txt | 21 | ||||
-rw-r--r-- | src/map/clif.h | 2 |
2 files changed, 21 insertions, 2 deletions
diff --git a/db/packet_db.txt b/db/packet_db.txt index 36db9a460..f54690bd3 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -1757,5 +1757,24 @@ packet_ver: 30 0x08CF,10 //Amulet spirits 0x0977,14 //Monster HP Bar +//2012-04-18aRagexeRE [Special Thanks to Judas!] +packet_ver:31 +0x023B,26,friendslistadd,2 +0x0361,5,hommenu,2:4 +0x08A8,36,storagepassword,0 +0x0802,26,partyinvite2,2 +0x022D,19,wanttoconnection,2:6:10:14:18 +0x0281,-1,itemlistwindowselected,2:4:8 +0x035F,6,ticksend,2 +0x0202,5,changedir,2:4 +0x07E4,6,takeitem,2 +0x0362,6,dropitem,2:4 +0x07EC,8,movetokafra,2:4 +0x0364,8,movefromkafra,2:4 +0x096A,6,getcharnamerequest,2 +0x0368,6,solvecharname,2 +0x08E5,41,bookingregreq,2:4 //Added to prevent disconnections +0x08d2,10 + //Add new packets here -//packet_ver: 31 +//packet_ver: 32 diff --git a/src/map/clif.h b/src/map/clif.h index cd7fbdb35..45e2fd4f0 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -32,7 +32,7 @@ struct party_booking_ad_info; enum {// packet DB MAX_PACKET_DB = 0xA00, - MAX_PACKET_VER = 30, + MAX_PACKET_VER = 31, MAX_PACKET_POS = 20, }; |