diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-10 13:30:49 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-10 13:30:49 +0000 |
commit | 2ef5d159733a6d8ee3fd3ff2d9c887874acc3b5f (patch) | |
tree | ee134a6724a03e2466459c92d2f738e275889eea /db/packet_db.txt | |
parent | 6e2c85e3c1a0cea2230909b4714135369aa35639 (diff) | |
download | hercules-2ef5d159733a6d8ee3fd3ff2d9c887874acc3b5f.tar.gz hercules-2ef5d159733a6d8ee3fd3ff2d9c887874acc3b5f.tar.bz2 hercules-2ef5d159733a6d8ee3fd3ff2d9c887874acc3b5f.tar.xz hercules-2ef5d159733a6d8ee3fd3ff2d9c887874acc3b5f.zip |
Start adding packet DB reading
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@946 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/packet_db.txt')
-rw-r--r-- | db/packet_db.txt | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/db/packet_db.txt b/db/packet_db.txt index e555bcb59..136899fb1 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -1,6 +1,13 @@ -//The packet database allows you to add support for new clients, because packets change every release. -//This only allows 1 type of client at a time, make sure your client is the last one in the list -//EX: You have client 628 and it goes up to 1021, delete or comment (use //) till your client is last. +// The packet database allows you to add support for new clients, +// because packets change every release. +// This only allows 1 type of client at a time, make sure your +// client is the last one in the list +// EX: You have client 628 and it goes up to 1021, +// delete or comment (use //) till your client is last. + +// Version of packet database +packet_db_ver: 16 + 0x0064,55 0x0065,17 @@ -573,4 +580,27 @@ 0x0215,6 0x0143,23,npcamountinput,2:6 0x0145,19 -//0x01f9,6,adopt,5
\ No newline at end of file +//0x01f9,6,adopt,5 + +//2004-12-06aSakexe +0x0190,15,useitem,3:11 +0x0094,14,movetokafra,4:10 +0x009f,18,actionrequest,6:17 +0x00a7,7,walktoxy,4 +0x007e,30,useskilltopos,4:9:22:28 +0x0116,12,dropitem,4:10 +0x008c,13,getcharnamerequest,9 +0x0085,-1,globalmessage,2:4 +0x00f7,14,solvecharname,10 +0x0113,110,useskilltopos,4:9:22:28:30 +0x00f3,8,changedir,3:7 +0x00f5,29,wanttoconnection,3:10:20:24:28 +0x00a2,7,takeitem,3 +0x0089,7,ticksend,3 +0x0072,22,useskilltoid,8:12:18 +0x0193,21,movefromkafra,4:17 +0x009b,2,closekafra,0 +0x0222,6 +0x0221,-1 +0x021d,6 +0x0223,8
\ No newline at end of file |