diff options
author | Haru <haru@dotalux.com> | 2013-11-04 16:30:43 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-04 16:33:53 +0100 |
commit | ba5ca9e100564cecb4a1fb1edabca1c042c10204 (patch) | |
tree | 9e5530d8b9d4d3087d39a7df92a3105223ccef08 /npc/other | |
parent | 7e248a309cc3129a2e790fd413dea80eaa03db56 (diff) | |
download | hercules-ba5ca9e100564cecb4a1fb1edabca1c042c10204.tar.gz hercules-ba5ca9e100564cecb4a1fb1edabca1c042c10204.tar.bz2 hercules-ba5ca9e100564cecb4a1fb1edabca1c042c10204.tar.xz hercules-ba5ca9e100564cecb4a1fb1edabca1c042c10204.zip |
Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40
- Changed a few leftover NPC IDs to constants
- Note: we're still missing support for mob sprite constants, so the
NPCs using mob sprites are still not converted.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/hugel_bingo.txt | 2 | ||||
-rw-r--r-- | npc/other/turbo_track.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index 2bd8f1d55..0a47b4f00 100644 --- a/npc/other/hugel_bingo.txt +++ b/npc/other/hugel_bingo.txt @@ -276,7 +276,7 @@ OnTimer460000: end; } -que_bingo,49,125,0 script 1a#bingo 139,1,1,{ +que_bingo,49,125,0 script 1a#bingo HIDDEN_WARP_NPC,1,1,{ end; OnInit: diff --git a/npc/other/turbo_track.txt b/npc/other/turbo_track.txt index b135cd093..dea910aa3 100644 --- a/npc/other/turbo_track.txt +++ b/npc/other/turbo_track.txt @@ -1918,7 +1918,7 @@ turbo_n_1,222,45,0 duplicate(TurboHint_4#tt_main) #n1NoWayOut5 -1,1,1 turbo_n_1,222,61,0 duplicate(TurboHint_4#tt_main) #n1NoWayOut6 -1,1,1 turbo_n_1,222,65,0 duplicate(TurboHint_4#tt_main) #n1NoWayOut7 -1,1,1 -- script cos_end#tt_main 01,{ +- script cos_end#tt_main -1,{ function GetNumber; OnTouch: set .@w$,callfunc("F_tt"); |