From 23c486fea3a195f5a34afee8b45c3b238980b52c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 00:14:50 -0300 Subject: OnTimer7500 Yeti King returns to his summoning circle --- npc/003-1-1/yetiking.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'npc/003-1-1') diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index bda956612..2382f87ac 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -38,15 +38,22 @@ OnTimer2000: OnTimer5000: if (getareausers("003-1-1", 5) < 2) { npctalk("A lone adventurer? Pft. I'm back to my slumber!"); - stopnpctimer; - setnpcdisplay .name$, NPC_SUMMONING_CIRC; - .inUse=0; } 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"; + stopnpctimer; } end; +// NPC timer is stopped before reaching here, if it reaches, it means you tried +// to do the quest alone. And this is a Co-Op quest with free player numbers. +// Therefore, we must return the Yeti King to his summon circle. +OnTimer7500: + setnpcdisplay .name$, NPC_SUMMONING_CIRC; + .inUse=0; + stopnpctimer; + end; + // You can only talk to him with SummonTalk. Only one player will summon. OnSummonTalk: .@q=getq(HurnscaldQuest_Celestia); -- cgit v1.2.3-70-g09d2