diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:11:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:11:54 -0300 |
commit | 8e219c660fddc9fc9a842446a62b6e6ddc4c3964 (patch) | |
tree | 83fca96df7faa267f71a48ea678620b84b2fb1ac /npc/003-1-1 | |
parent | 25c54f30e12795c817f8185c3181342cc5d06bac (diff) | |
download | serverdata-8e219c660fddc9fc9a842446a62b6e6ddc4c3964.tar.gz serverdata-8e219c660fddc9fc9a842446a62b6e6ddc4c3964.tar.bz2 serverdata-8e219c660fddc9fc9a842446a62b6e6ddc4c3964.tar.xz serverdata-8e219c660fddc9fc9a842446a62b6e6ddc4c3964.zip |
Fix some problems at #YetiKingSummon and rename it
Diffstat (limited to 'npc/003-1-1')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 8 |
1 files changed, 5 insertions, 3 deletions
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; |