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/quests_13_1.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/quests_13_1.txt')
-rw-r--r-- | npc/quests/quests_13_1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index 4516ce917..a928466c9 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -7446,7 +7446,7 @@ mid_camp,143,306,5 script Breeder Taab#ep13_alba 4_M_DST_MASTER,{ } } -mid_camp,152,316,3 script Hillsrion#alba01 1989,3,3,{ +mid_camp,152,316,3 script Hillsrion#alba01 HILLSRION,3,3,{ OnEnable: enablenpc "Hillsrion#alba01"; end; @@ -7463,7 +7463,7 @@ OnTouch: close; } -mid_camp,145,313,5 script Tatacho#alba02 1986,3,3,{ +mid_camp,145,313,5 script Tatacho#alba02 TATACHO,3,3,{ OnEnable: enablenpc "Tatacho#alba02"; end; @@ -7484,7 +7484,7 @@ OnTouch: close; } -mid_camp,162,306,3 script Cornus#alba03 1992,5,5,{ +mid_camp,162,306,3 script Cornus#alba03 CORNUS,5,5,{ OnEnable: enablenpc "Cornus#alba03"; end; |