summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/battle/client.conf2
-rw-r--r--db/packet_db.txt47
-rw-r--r--src/common/mmo.h4
-rw-r--r--src/map/clif.h2
4 files changed, 50 insertions, 5 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf
index 767956090..0b7e44e0d 100644
--- a/conf/battle/client.conf
+++ b/conf/battle/client.conf
@@ -30,7 +30,7 @@
// 0x08000: 2008-08-27aRagexeRE (version 24)
// 0x10000: 2008-09-10aRagexeRE (version 25)
// default value: 0xFFFFF (all clients)
-packet_ver_flag: 0xFFFFF
+packet_ver_flag: 0xFFFFFFF
// Minimum delay between whisper/global/party/guild messages (in ms)
// Messages that break this threshold are silently omitted.
diff --git a/db/packet_db.txt b/db/packet_db.txt
index a6838fb9c..aa0970991 100644
--- a/db/packet_db.txt
+++ b/db/packet_db.txt
@@ -1667,6 +1667,7 @@ packet_ver: 28
0x08a2,12,searchstoreinfolistitemclick,2:6:10
//2012-03-07fRagexeRE
+packet_ver:29
0x086A,19,wanttoconnection,2:6:10:14:18
0x0437,5,walktoxy,2
0x0887,6,ticksend,2
@@ -1696,5 +1697,49 @@ packet_ver: 28
0x0838,12,searchstoreinfolistitemclick,2:6:10
0x0439,8,useitem,2:4
+//2012-04-10aRagexeRE [Judas]
+packet_ver: 30
+0x01FD,15,repairitem,2
+0x089C,26,friendslistadd,2
+0x0885,5,hommenu,2:4
+0x0961,36,storagepassword,0
+0x0288,-1,cashshopbuy,4:8
+0x091C,26,partyinvite2,2
+0x094B,19,wanttoconnection,2:6:10:14:18
+0x0369,7,actionrequest,2:6
+0x083C,10,useskilltoid,2:4:6
+0x0439,8,useitem,2:4
+0x0945,-1,itemlistwindowselected,2:4:8
+0x0815,-1,reqopenbuyingstore,2:4:8:9:89
+0x0817,2,reqclosebuyingstore,0
+0x0360,6,reqclickbuyingstore,2
+0x0811,-1,reqtradebuyingstore,2:4:8:12
+0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15
+0x0835,2,searchstoreinfonextpage,0
+0x0838,12,searchstoreinfolistitemclick,2:6:10
+0x0437,5,walktoxy,2
+0x0886,6,ticksend,2
+0x0871,5,changedir,2:4
+0x0938,6,takeitem,2
+0x0891,6,dropitem,2:4
+0x086C,8,movetokafra,2:4
+0x08A6,8,movefromkafra,2:4
+0x0438,10,useskilltopos,2:4:6:8
+0x0366,90,useskilltoposinfo,2:4:6:8:10
+0x0889,6,getcharnamerequest,2
+0x0884,6,solvecharname,2
+0x08E5,41,bookingregreq,0
+0x08E6,4
+0x08E7,10,bookingsearchreq,0
+0x08E8,-1
+0x08E9,2,bookingdelreq,0
+0x08EA,4
+0x08EB,39,bookingupdatereq,0
+0x08EC,73
+0x08ED,43
+0x08EE,6
+0x0907,5,moveitem,2:4
+0x0908,5
+
//Add new packets here
-//packet_ver: 29
+//packet_ver: 31
diff --git a/src/common/mmo.h b/src/common/mmo.h
index ddcbf1272..c3c2dc06e 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -46,8 +46,8 @@
// 20120307 - 2012-03-07aRagexeRE+ - 0x970
#ifndef PACKETVER
- #define PACKETVER 20111116
- //#define PACKETVER 20100730
+ #define PACKETVER 20120410
+ //#define PACKETVER 20111116
#endif
//Remove/Comment this line to disable sc_data saving. [Skotlex]
diff --git a/src/map/clif.h b/src/map/clif.h
index 51e5f934c..18b5f0031 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 = 28,
+ MAX_PACKET_VER = 30,
MAX_PACKET_POS = 20,
};