diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-11 02:22:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-11 02:22:37 -0300 |
commit | cc0b676febf054b0c3d8b239549bf32d1a7867ed (patch) | |
tree | 0f2b69fcdff2d925583c1183551a41a4bb9ac822 /npc/019-2 | |
parent | 362ec950076022a19764b8293b786610682c9724 (diff) | |
download | serverdata-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/019-2')
-rw-r--r-- | npc/019-2/angela.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/019-2/angela.txt b/npc/019-2/angela.txt index ec93bbb09..c9905c343 100644 --- a/npc/019-2/angela.txt +++ b/npc/019-2/angela.txt @@ -42,6 +42,24 @@ if (getq(NivalisQuest_Cindy) == 0) goto L_Start; mesn; mesq l("Please find my lovely daughter!"); + if (getq(NivalisQuest_Cindy) == 1 && getq(NivalisQuest_Well) < 2 && @yetiagro) { + next; + select + l("I will, don't worry."), + l("She isn't on that cave."); + mes ""; + if (@menu == 2) { + mesn; + mesq l("Do you have mental issues? I mean, of course there is a secret passage there!"); + next; + mesn; + mesq l("I think the switches may open it, but I couldn't flip them."); + next; + mesn; + mesq l("I guess you'll need an Yeti for that, but those on the cave are murderous."); + CINDY_PLAYER_STRUCK=true; + } + } close; L_Safe: |