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_hugel.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_hugel.txt')
-rw-r--r-- | npc/quests/quests_hugel.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt index 99549715a..6c8a8978f 100644 --- a/npc/quests/quests_hugel.txt +++ b/npc/quests/quests_hugel.txt @@ -3868,7 +3868,7 @@ OnTimer20000: end; } -hu_fild06,155,309,1 script Moks Bugs#Bug1 1053,{ +hu_fild06,155,309,1 script Moks Bugs#Bug1 THIEF_BUG_,{ if (hg_tre > 29 && hg_tre < 35) { mes "- You found big brown Moks Bugs in the bushes. -"; next; @@ -3923,7 +3923,7 @@ OnTimer20000: end; } -hu_fild06,218,320,1 script Moks Bugs#Bug2 1053,{ +hu_fild06,218,320,1 script Moks Bugs#Bug2 THIEF_BUG_,{ if (hg_tre > 29 && hg_tre < 35) { mes "- You found big brown Moks Bugs in the bushes. -"; next; @@ -3978,7 +3978,7 @@ OnTimer20000: end; } -hu_fild06,249,329,1 script Moks Bugs#Bug3 1053,{ +hu_fild06,249,329,1 script Moks Bugs#Bug3 THIEF_BUG_,{ if (hg_tre > 29 && hg_tre < 35) { mes "- You found big brown Moks Bugs in the bushes. -"; next; @@ -4033,7 +4033,7 @@ OnTimer20000: end; } -hu_fild06,218,373,1 script Moks Bugs#Bug4 1053,{ +hu_fild06,218,373,1 script Moks Bugs#Bug4 THIEF_BUG_,{ if (hg_tre > 29 && hg_tre < 35) { mes "- You found big brown Moks Bugs in the bushes. -"; next; |