diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-07 09:22:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-07 09:22:11 -0300 |
commit | 3e02f56f17aeecf5464566a09b8c71467b3370aa (patch) | |
tree | a6c49c7bb59081c6780656eef1a8064101a19617 /npc/003-1-1/yetiking.txt | |
parent | 3fe7aed2a7329200aba45d7e93f05e05fb790bb2 (diff) | |
download | serverdata-3e02f56f17aeecf5464566a09b8c71467b3370aa.tar.gz serverdata-3e02f56f17aeecf5464566a09b8c71467b3370aa.tar.bz2 serverdata-3e02f56f17aeecf5464566a09b8c71467b3370aa.tar.xz serverdata-3e02f56f17aeecf5464566a09b8c71467b3370aa.zip |
Minor fix
Diffstat (limited to 'npc/003-1-1/yetiking.txt')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 9 |
1 files changed, 8 insertions, 1 deletions
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: |