From 12af821d603e7a6798cc738837abf666cc627500 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 00:46:35 -0300 Subject: Fix a code typo, and polish dialogs of Celestia's quest --- npc/003-1-1/yetiking.txt | 8 ++++---- npc/012-7/celestia.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 4474a0c60..f8a5abeda 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -50,7 +50,7 @@ OnTimer5000: // Now we check if time ran out (standard inUse) because cowardice, or if 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: +OnTimer8000: if (.inUse == 2) { setnpcdisplay .name$, NPC_SUMMONING_CIRC; .inUse=0; @@ -58,7 +58,7 @@ OnTimer7500: } end; -OnTimer45000: +OnTimer60000: if (.inUse == 1) { setnpcdisplay .name$, NPC_SUMMONING_CIRC; .inUse=0; @@ -94,7 +94,7 @@ OnSummonTalk: mesq l("Yeah yeah yeah, you're not the first one to come talking about that to me."); next; mesn "Dah Yeti King!!"; - mesq l("My answer is a no, and it'll say like that. Don't test my patience any further."); + mesq l("My answer is still a no, and it won't change. Don't test my patience any further."); next; select l("You'll come with me!"), @@ -104,7 +104,7 @@ OnSummonTalk: mes ""; if (@menu == 1) goto L_Die; - if (@menu == 2) + if (@menu == 3) close; if (BaseLevel < 35) { mesn "Dah Yeti King!!"; diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index ba9f2764b..3b71ee13a 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -79,10 +79,10 @@ L_MainQuestCore: mesq l("Maybe you could convince him. There's a summoning circle on Tulimshar Sewers."); next; mesn; - mesq l("Go there and speak the four four-letters magic words and he'll appear to you."); + mesq l("Go very close to it and, speak the four four-letters magic words and he'll appear to you."); next; mesn; - mesq l("Don't go alone, though! Unless you are level 250 or something... Hahah... as if."); + mesq l("Don't go alone, though! He would not listen to me, it is not you alone he'll pay attention."); next; mes col("Accept quest?", 9); if (askyesno() == ASK_YES) { -- cgit v1.2.3-60-g2f50