From 863d8a06fd82534c85a4865ac0c963509fda8664 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 3 Aug 2018 15:16:22 -0300 Subject: Fix Susanne --- npc/018-4-2/susanne.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'npc/018-4-2') 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 { -- cgit v1.2.3-60-g2f50