diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-25 20:55:35 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-25 20:55:35 +0000 |
commit | 34b37179c0895f0b0acc4377bf2bfe5edfcff9ce (patch) | |
tree | d650d9bc108404fa0949d5ec2754d96cde31926b /db | |
parent | a93b8b9c2537bd8359d647ae23e90d084d019535 (diff) | |
download | hercules-34b37179c0895f0b0acc4377bf2bfe5edfcff9ce.tar.gz hercules-34b37179c0895f0b0acc4377bf2bfe5edfcff9ce.tar.bz2 hercules-34b37179c0895f0b0acc4377bf2bfe5edfcff9ce.tar.xz hercules-34b37179c0895f0b0acc4377bf2bfe5edfcff9ce.zip |
Rewrote Quest Log system.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13959 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 4 | ||||
-rw-r--r-- | db/packet_db.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/db/const.txt b/db/const.txt index 0698bba85..1e667f204 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1781,3 +1781,7 @@ TW_TOWER 812 4_M_MOCASS1 997 4_M_MOCASS2 998 4_M_MUT1 999 + +HAVEQUEST 0 +PLAYTIME 1 +HUNTING 2 diff --git a/db/packet_db.txt b/db/packet_db.txt index cd6eae1d9..540d92c23 100644 --- a/db/packet_db.txt +++ b/db/packet_db.txt @@ -1003,7 +1003,7 @@ packet_ver: 22 0x02b3,107 0x02b4,6 0x02b5,-1 -0x02b6,7 +0x02b6,7,queststate,2:6 0x02b7,7 0x02b8,22 0x02b9,191 @@ -1017,7 +1017,7 @@ packet_ver: 22 0x02c4,26,partyinvite2,2 0x02c5,30 0x02c6,30 -0x02c7,7,replypartyinvite2,2,6 +0x02c7,7,replypartyinvite2,2:6 0x02c8,3 0x02c9,3 0x02ca,3 |