From 3e02f56f17aeecf5464566a09b8c71467b3370aa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Jun 2018 09:22:11 -0300 Subject: Minor fix --- npc/003-1-1/yetiking.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'npc/003-1-1') diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 01ffbb842..681118fcc 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -5,6 +5,7 @@ // Celestia Yeti King's quest. Designed so if you're with 4 players, all 4 can // summon the Yeti King, helping you while doing the quest by themselves. +// TODO: OnPCDieEvent must reset quest // setnpcdisplay getarg(0), NPC_YETI_KING 003-1-1,94,21,0 script #YetiKingSummon NPC_SUMMONING_CIRC,{ @@ -74,7 +75,13 @@ OnSummonTalk: if (@menu == 2) close; - mesq l("Unfinished script."); + mesn "Dah Yeti King!!"; + mesq l("Well, then I'll give you a task. We may meet again in Soren Village."); + next; + 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; + initnpctimer; close; OnInit: -- cgit v1.2.3-60-g2f50