From 54c74bc7fd35d6f275aff596e83fc56ac7c5dd31 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Sep 2023 20:25:59 -0300 Subject: ...Does any of Commander Cadis' quest work? (fix minor bugs) --- npc/025-1/commander.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/025-1') 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")); } } -- cgit v1.2.3-70-g09d2