diff options
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 6ecae2177..e5874f52f 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1244,6 +1244,8 @@ SC_MTF_RANGEATK 567 SC_MTF_MATK 568 SC_MTF_MLEATKED 569 SC_MTF_CRIDAMAGE 570 +SC_MOONSTAR 571 +SC_SUPER_STAR 572 e_gasp 0 e_what 1 @@ -3220,6 +3222,16 @@ HAVEQUEST 0 PLAYTIME 1 HUNTING 2 +QTYPE_NONE 0x270f +QTYPE_QUEST 0x00 +QTYPE_QUEST2 0x01 +QTYPE_JOB 0x02 +QTYPE_JOB2 0x03 +QTYPE_EVENT 0x04 +QTYPE_EVENT2 0x05 +QTYPE_WARG 0x06 +QTYPE_WARG2 0x08 + FW_DONTCARE 0 FW_THIN 100 FW_EXTRALIGHT 200 |