diff options
Diffstat (limited to 'npc/012-7')
-rw-r--r-- | npc/012-7/celestia.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index 71b4d0b51..4c1b8aa2b 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -25,6 +25,7 @@ rif(.@q2 == 1, l("I have some sweeties for the Tea Party!")), L_TeaCheck, rif(.@q2 >= 2, l("Tea party! I want to participate.")), L_TeaParty, rif(.@q1 == 0, l("There are Monster Attacks every month, how do you have time for tea parties?!")), L_MainQuest, + rif(.@q1 && CINDY_PLAYER_STRUCK && getq(NivalisQuest_Well) < 2, l("I found switches which only a Yeti may flip...")), L_OtherQuest, rif(.@q1 >= 6, l("I want to try convincing the Yeti King again.")), L_MainQuestCore; L_Coffee: @@ -227,6 +228,32 @@ L_QuestionTea: close; // end: Gumi Script +L_OtherQuest: + mesn strcharinfo(0); + mesq l("Basically, I need to find a friendly Yeti. Do they exist?"); + next; + mesn; + mesq l("Of course. The adviser of the Yeti King, for instance, is very friendly."); + next; + mesn; + mesq l("But he have lots of enemies... It would not surprise me to find him struck somewhere."); + next; + mesn; + mesq l("He usually guards a central position on the caves... He could help you, if he is there."); + next; + mesn; + mesq l("Otherwise, his enemies might have bested him, but I doubt any Yeti would dare to kill him."); + next; + mesn; + mesq l("Wasn't there something on the Holy Bible? About a young boy trapped by his brothers somewhere because envy?"); + mesc l("If you don't want to look at the Bible, you can try to solve the following riddle:"); + mesc l("\"When you're thristy, you may look for me. I'm often in desert areas, but this time, the winter has come.\""), 3; + CINDY_PLAYER_STRUCK=false; + next; + clear; + mesn l("Quest Tip"); + mesc l("\"When you're thristy, you may look for me. I'm often in desert areas, but this time, the winter has come.\""), 3; + close; OnInit: .@npcId = getnpcid(.name$); |