diff options
author | Haru <haru@dotalux.com> | 2014-12-23 08:59:32 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-12-23 09:01:38 +0100 |
commit | caeeb078b259ff7c6842e042b05d4b4cc8141203 (patch) | |
tree | 36ceacbd2819b5f812de62879d19c18f4305819c /npc/re/quests/quests_dicastes.txt | |
parent | 6c9a4296dd8406c65b4b33dcd0c2c58cb1608301 (diff) | |
download | hercules-caeeb078b259ff7c6842e042b05d4b4cc8141203.tar.gz hercules-caeeb078b259ff7c6842e042b05d4b4cc8141203.tar.bz2 hercules-caeeb078b259ff7c6842e042b05d4b4cc8141203.tar.xz hercules-caeeb078b259ff7c6842e042b05d4b4cc8141203.zip |
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 <haru@dotalux.com>
Diffstat (limited to 'npc/re/quests/quests_dicastes.txt')
-rw-r--r-- | npc/re/quests/quests_dicastes.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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?"; |