diff options
author | Haru <haru@dotalux.com> | 2013-11-08 03:09:20 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-08 03:12:33 +0100 |
commit | 0b7b3796ec987cbb1c263722b841cfa5795aa6d3 (patch) | |
tree | cc0aa01be6fdb5fa0e7fb0b0a1397bb2d71cbf90 /npc/quests/the_sign_quest.txt | |
parent | bc9743ce3455f9d9cbc9c934b2a19343ad369fc5 (diff) | |
download | hercules-0b7b3796ec987cbb1c263722b841cfa5795aa6d3.tar.gz hercules-0b7b3796ec987cbb1c263722b841cfa5795aa6d3.tar.bz2 hercules-0b7b3796ec987cbb1c263722b841cfa5795aa6d3.tar.xz hercules-0b7b3796ec987cbb1c263722b841cfa5795aa6d3.zip |
Added support for monster spritename constants
- Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40
- Replaced numeric IDs in NPC definitions and setnpcdisplay calls with
the appropriate constants
- Made possible thanks to Ind
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/the_sign_quest.txt')
-rw-r--r-- | npc/quests/the_sign_quest.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt index 7aed9b696..95421cd2d 100644 --- a/npc/quests/the_sign_quest.txt +++ b/npc/quests/the_sign_quest.txt @@ -960,7 +960,7 @@ prt_in,228,26,5 script Steward#sign 1_M_JOBTESTER,{ } } -prt_in,248,23,3 script Maid#sign 1275,{ +prt_in,248,23,3 script Maid#sign ALICE,{ end; } prt_in,248,23,0 script Maid#sign2 HIDDEN_NPC,{ @@ -1771,7 +1771,7 @@ payon,154,170,3 script Hagin#sign 1_F_ORIENT_04,{ } } -payon_in03,81,22,4 script Maid#a1 1170,{ +payon_in03,81,22,4 script Maid#a1 SOHEE,{ end; } @@ -1784,7 +1784,7 @@ payon_in03,81,22,4 script Maid#a2 HIDDEN_NPC,{ close; } -payon_in03,79,22,4 script Maid#b1 1404,{ +payon_in03,79,22,4 script Maid#b1 MIYABI_NINGYO,{ end; } @@ -1797,7 +1797,7 @@ payon_in03,79,22,4 script Maid#b2 HIDDEN_NPC,{ close; } -payon_in03,81,15,1 script Maid#c1 1170,{ +payon_in03,81,15,1 script Maid#c1 SOHEE,{ end; } @@ -1811,7 +1811,7 @@ payon_in03,81,15,1 script Maid#c2 HIDDEN_NPC,{ close; } -payon_in03,79,15,1 script Maid#d1 1404,{ +payon_in03,79,15,1 script Maid#d1 MIYABI_NINGYO,{ end; } @@ -1825,7 +1825,7 @@ payon_in03,79,15,1 script Maid#d2 HIDDEN_NPC,{ close; } -payon_in03,8,31,4 script Maid#e1 1416,{ +payon_in03,8,31,4 script Maid#e1 WICKED_NYMPH,{ end; } @@ -1845,7 +1845,7 @@ payon_in03,8,31,4 script Maid#e2 HIDDEN_NPC,{ close; } -payon_in03,13,31,4 script Maid#f1 1416,{ +payon_in03,13,31,4 script Maid#f1 WICKED_NYMPH,{ end; } |