diff options
author | Sara <Sara@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-24 01:56:16 +0000 |
---|---|---|
committer | Sara <Sara@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-24 01:56:16 +0000 |
commit | 35d7b2c7661bad6596a48c81f24a044a91fa346b (patch) | |
tree | ba243d910a1aeda54169e536f73e66c7785c542e /db | |
parent | 227a195447ddca43b40555952552c6bfc1381c2e (diff) | |
download | hercules-35d7b2c7661bad6596a48c81f24a044a91fa346b.tar.gz hercules-35d7b2c7661bad6596a48c81f24a044a91fa346b.tar.bz2 hercules-35d7b2c7661bad6596a48c81f24a044a91fa346b.tar.xz hercules-35d7b2c7661bad6596a48c81f24a044a91fa346b.zip |
* Added support for new status change packet, uses new setting display_status_timers in client.conf.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13613 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/packet_db.txt | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index f07674116..5bfc6c651 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -45,6 +45,7 @@ - duration is a fixed 30s, except for stun 5s and bleeding 60s - petrify/stone don't have a 5-second solidifying phase (instant stone) - also lol @ DARKGRANDNESS + * Added new packets, included new status change packet. [Sara] 2009/03/22 * Hopefully fixed NPC_DEFENDER not working [Playtester] (thanks to Brainstorm for the fix) diff --git a/db/packet_db.txt b/db/packet_db.txt index 6d116a200..acf1b6fa7 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -1208,6 +1208,17 @@ packet_ver: 23 0x0437,7,actionrequest,2:6 0x0438,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 +0x043d,8 +0x043e,-1 +0x043f,25 +0x0440,10 +0x0441,4 +0x0442,-1 +0x0443,8 +0x0444,-1 +0x0445,10 +0x0446,14 +0x0448,-1 //Add new packets here //packet_ver: 24 |