summaryrefslogtreecommitdiff
path: root/npc/012-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-11 02:22:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-11 02:22:37 -0300
commitcc0b676febf054b0c3d8b239549bf32d1a7867ed (patch)
tree0f2b69fcdff2d925583c1183551a41a4bb9ac822 /npc/012-7
parent362ec950076022a19764b8293b786610682c9724 (diff)
downloadserverdata-cc0b676febf054b0c3d8b239549bf32d1a7867ed.tar.gz
serverdata-cc0b676febf054b0c3d8b239549bf32d1a7867ed.tar.bz2
serverdata-cc0b676febf054b0c3d8b239549bf32d1a7867ed.tar.xz
serverdata-cc0b676febf054b0c3d8b239549bf32d1a7867ed.zip
Rebuild map data and improve some quests from Nivalis
Diffstat (limited to 'npc/012-7')
-rw-r--r--npc/012-7/celestia.txt27
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$);