From 7e5668436023878c12ff57a57973b54f4d206502 Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Sat, 17 Sep 2022 22:01:31 +0200 Subject: aaaaaaaa --- npc/003-10/kreist.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 9f15b2c19..9cc95e3da 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -136,7 +136,7 @@ L_QuestMaster: } else if (.@q2 == DesertLogHead) { mesq l("The %ss are growing and disturbing the already rather infertile desert soil, preventing our crops from growing.", getmonsterlink(.@q2)); } - setq3 .@q3; + setq3 .@q, .@q3; mesq l("So, please kill %d/%d %ss for us and make the city a better place!", get_byte(.@q3, 1), get_byte(.@q3, 0), getmonsterlink(.@q2)); close; @@ -172,7 +172,7 @@ function script Guardhouse_RandQuestCheck { .@q3=getq3(General_MobHunting1); .@killamount=get_byte(.@q3, 1); set_byte(.@q3, 1, .@killamount+1); - setq3 General_MobHunting1 .@q3; + setq3 General_MobHunting1, .@q3; if (!(.@killamount % 5)) dispbottom l("%d/%d %s killed", .@killamount, get_byte(.@q3, 0), getmonsterlink(.@mobId)); } -- cgit v1.2.3-60-g2f50