summaryrefslogtreecommitdiff
path: root/npc/025-1/commander.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-09-04 20:25:59 -0300
committerJesusaves <cpntb1@ymail.com>2023-09-04 20:25:59 -0300
commit54c74bc7fd35d6f275aff596e83fc56ac7c5dd31 (patch)
tree8479490bfa56d083dfe490d2f76586f7dd5b28ca /npc/025-1/commander.txt
parenteea0db1762dfd5816cd17ea1655aaeaef1d7abb0 (diff)
downloadserverdata-54c74bc7fd35d6f275aff596e83fc56ac7c5dd31.tar.gz
serverdata-54c74bc7fd35d6f275aff596e83fc56ac7c5dd31.tar.bz2
serverdata-54c74bc7fd35d6f275aff596e83fc56ac7c5dd31.tar.xz
serverdata-54c74bc7fd35d6f275aff596e83fc56ac7c5dd31.zip
...Does any of Commander Cadis' quest work? (fix minor bugs)
Diffstat (limited to 'npc/025-1/commander.txt')
-rw-r--r--npc/025-1/commander.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/025-1/commander.txt b/npc/025-1/commander.txt
index 891c79d42..efdcb38cf 100644
--- a/npc/025-1/commander.txt
+++ b/npc/025-1/commander.txt
@@ -234,7 +234,7 @@ function script CadisQuestCheck {
setq2 FortressQuest_Over100, getq2(FortressQuest_Over100)+2;
// Report every 1000 kills
if (getq2(FortressQuest_Over100) % 1000 == 0)
- dispbottom l("Cadis : You have slain %s %s out of a million.", fnum(getq2(FortressQuest_SlimeHunter)), l("mobs over lv 100"));
+ dispbottom l("Cadis : You have slain %s %s out of a million.", fnum(getq2(FortressQuest_Over100)), l("mobs over lv 100"));
}
}
@@ -244,7 +244,7 @@ function script CadisQuestCheck {
setq2 FortressQuest_RangedHunt, getq2(FortressQuest_RangedHunt)+1;
// Report every 1000 kills
if (getq2(FortressQuest_RangedHunt) % 1000 == 0)
- dispbottom l("Cadis : You have slain %s %s out of a million.", fnum(getq2(FortressQuest_SlimeHunter)), l("ranged mobs"));
+ dispbottom l("Cadis : You have slain %s %s out of a million.", fnum(getq2(FortressQuest_RangedHunt)), l("ranged mobs"));
}
}