From caeeb078b259ff7c6842e042b05d4b4cc8141203 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 23 Dec 2014 08:59:32 +0100 Subject: Fixed an issue in the Doha's Secret Orders quest - Follow-up to bba3e690. Issue caused by an improper fix in commit 46f88c20. - Fixes bug 8425, special thanks to Ink, Michieru http://hercules.ws/board/tracker/issue-8425-dohas-secret-orders-bug-since-the-new-questprogress-command/ Signed-off-by: Haru --- npc/re/quests/quests_dicastes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/re') diff --git a/npc/re/quests/quests_dicastes.txt b/npc/re/quests/quests_dicastes.txt index c07d4af6a..dbd1d034a 100644 --- a/npc/re/quests/quests_dicastes.txt +++ b/npc/re/quests/quests_dicastes.txt @@ -4317,7 +4317,7 @@ dicastes01,207,210,5 script Walking Knit#ep133_15 4_MAN_BENKUNI,{ mes "Ah, did you see the group of cats in front of the castle?"; mes "They are really soft and cuddly unlike us."; next; - if (questprogress(7188)) { + if (!questprogress(7188)) { mes "[Knit]"; mes "And especially their ear and tail!!"; next; @@ -4406,7 +4406,7 @@ dicastes01,112,248,5 script Resting Piom#ep133_16 4_MAN_PIOM5,{ mes "Huh? You're... human!"; mes "Why are you here?"; next; - if (questprogress(7189)) { + if (!questprogress(7189)) { select("About a human with cat ears.."); mes "[Piom]"; mes "HAHAHAHA!!!"; @@ -4478,7 +4478,7 @@ dicastes01,249,140,3 script Training Galten#ep133_17 4_MAN_GALTUN,{ mes "Hmm? Aren't you the outsider that came here awhile ago?"; mes "Have you come to see the training grounds?"; next; - if (questprogress(7190)) { + if (!questprogress(7190)) { select("About a human with cat ears.."); mes "[Galten]"; mes "Cat ears?"; -- cgit v1.2.3-60-g2f50