diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/airports/airships.txt | 4 | ||||
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index fe1fdd154..457a9e353 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/10/06 + * Fixed scripts that used 'stoptimer' instead of 'stopnpctimer' [ultramage] * Updated Atroce's respawn time on Veins fields [Playtester] 2007/10/05 * Fixed a bug in Hugel Bingo which caused wrong rotation in player locations. [SinSloth] diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index 3ea1ae87e..481fa1cc2 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -171,7 +171,7 @@ OnTimer250000: mapannounce "airplane","Currently, we are in Yuno. The Airship will leave shortly.",1,0x70DBDB; end; OnTimer260000: - stoptimer; + stopnpctimer; } } @@ -753,7 +753,7 @@ OnTimer185000: mapannounce "airplane_01","Currently, we are in Rachel. The Airship will leave shortly.",1,0xFF8600; end; OnTimer195000: - stoptimer; + stopnpctimer; } OnReturn: killmonsterall "airplane_01"; diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 9e2a4fe1d..91d8e31d7 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -3862,7 +3862,7 @@ OnPlayerLogout: OnTimer3000: enablewaitingroomevent "Waiting Room#SignDance"; - stoptimer; + stopnpctimer; end; OnInit: |