From 0f304fd93e2c14562aa2c4cbf1344ef8395732db Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Mon, 26 Sep 2022 05:37:26 +0200 Subject: increment counter in display --- npc/003-10/kreist.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index f81dad5e2..c4ca9b312 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -174,7 +174,7 @@ function script Guardhouse_RandQuestCheck { set_byte(.@q3, 1, min(255, .@killamount+1)); setq3 General_MobHunting1, .@q3; if (!(.@killamount % 5)) - dispbottom l("%d/%d %s killed", .@killamount, get_byte(.@q3, 0), getmonsterlink(.@mobId)); + dispbottom l("%d/%d %s killed", .@killamount+1, get_byte(.@q3, 0), getmonsterlink(.@mobId)); } // Medium Task @@ -185,7 +185,7 @@ function script Guardhouse_RandQuestCheck { set_byte(.@q3, 1, .@killamount+1); setq3 General_MobHunting2, .@q3; if (!(.@killamount % 5)) - dispbottom l("%d/%d %s killed", .@killamount, get_byte(.@q3, 0), getmonsterlink(.@mobId)); + dispbottom l("%d/%d %s killed", .@killamount+1, get_byte(.@q3, 0), getmonsterlink(.@mobId)); } // Hard Task @@ -196,7 +196,7 @@ function script Guardhouse_RandQuestCheck { set_byte(.@q3, 1, .@killamount+1); setq3 General_MobHunting3, .@q3; if (!(.@killamount % 5)) - dispbottom l("%d/%d %s killed", .@killamount, get_byte(.@q3, 0), getmonsterlink(.@mobId)); + dispbottom l("%d/%d %s killed", .@killamount+1, get_byte(.@q3, 0), getmonsterlink(.@mobId)); } // Frostia's Task -- cgit v1.2.3-60-g2f50