From 8e219c660fddc9fc9a842446a62b6e6ddc4c3964 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 00:11:54 -0300 Subject: Fix some problems at #YetiKingSummon and rename it --- npc/003-1-1/yetiking.txt | 8 +++++--- 1 file changed, 5 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 559a3d427..bda956612 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -8,7 +8,7 @@ // setnpcdisplay getarg(0), NPC_YETI_KING -003-1-1,94,21,0 script #YetiKingSummon NPC_SUMMONING_CIRC,{ +003-1-1,94,21,0 script #YetiKing NPC_SUMMONING_CIRC,{ .@q=getq(HurnscaldQuest_Celestia); if (.@q > 1 && .@q < 99) setq HurnscaldQuest_Celestia, 1; @@ -39,9 +39,11 @@ 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, "#YetiKingSummon::OnSummonTalk"; + areatimer 0, "003-1-1", 93, 20, 97, 25,3000, "#YetiKing::OnSummonTalk"; } end; @@ -92,7 +94,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, "#YetiKingSummon::OnWarper"; + areatimer 0, "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-60-g2f50