From 24a08d69e6afd1c8b40ad24cb2a9bb6174d5a914 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 00:18:48 -0300 Subject: Fix a bug with areatimer --- npc/003-1-1/yetiking.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-1-1') diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 948d3e79d..1310e3f46 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -42,7 +42,7 @@ OnTimer5000: npctalk("A lone adventurer? Pft. I'm back to my slumber!"); } else { npctalk("You're courageous to summon me, I'll give you that."); - areatimer 0, "003-1-1", 93, 20, 97, 25,3000, "#YetiKing::OnSummonTalk"; + areatimer "003-1-1", 93, 20, 97, 25,3000, "#YetiKing::OnSummonTalk"; stopnpctimer; } end; @@ -103,7 +103,7 @@ OnSummonTalk: mesn "Dah Yeti King!!"; mesq l("I'll warp you to the Cave Of Trials. Pass all trials, and meet me on Soren's House. Hahah!"); setq HurnscaldQuest_Celestia, 2; - areatimer 0, "003-1-1", 93, 20, 97, 25, 15000, "#YetiKing::OnWarper"; + areatimer "003-1-1", 93, 20, 97, 25, 15000, "#YetiKing::OnWarper"; npctalk l("Listen to me! Whoever wants to follow foolish @@ on their suicide quest, stay here for 15 seconds!", strcharinfo(0)); close; -- cgit v1.2.3-70-g09d2