summaryrefslogtreecommitdiff
path: root/npc/018-4-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-4-2')
-rw-r--r--npc/018-4-2/susanne.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/npc/018-4-2/susanne.txt b/npc/018-4-2/susanne.txt
index 62eb2cc6d..77adcfa09 100644
--- a/npc/018-4-2/susanne.txt
+++ b/npc/018-4-2/susanne.txt
@@ -70,11 +70,21 @@ L_Complete:
setq LoFQuest_Fairy, 3;
mesn;
mesq l("By the way, I found this Mask after you killed the Fafi Dragon, Maybe you can use it some day.");
+ next;
+ mesn;
+ mesq l("And some times, more Fafi dragons come... Don't neglect your aid.");
close;
L_Thanks:
mesn;
mesq l("Sometimes humans come here and play with me. Many thanks for the help!");
+ if (!mobcount("Susanne::OnKillFafi") && .respawnTime <= gettimetick(2)) {
+ next;
+ mesn;
+ mesq l("Actually, about Fafi dragons...");
+ next;
+ goto L_Check;
+ }
close;
L_No:
@@ -91,14 +101,14 @@ L_Noob:
close;
L_Coward:
- if (!mobcount(Susanne::OnKillFafi))
+ if (!mobcount("Susanne::OnKillFafi"))
goto L_Check;
mesn;
mesq l("What are you doing talking to me? Go fight, you coward!");
close;
L_Check:
- if (.respawnTime > gettimetick(2)){
+ if (.respawnTime > gettimetick(2) && (!mobcount("Susanne::OnKillFafi"))){
mesn;
mesq l("Just wait. Fafi dragons are slow to show up...");
} else {