summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNetSysFire <59517351+NetSysFire@users.noreply.github.com>2022-09-17 22:01:31 +0200
committerJesusaves <cpntb1@ymail.com>2022-09-25 21:54:00 -0300
commit7e5668436023878c12ff57a57973b54f4d206502 (patch)
treefc92b7a14c329794694ecd8ca60f8daed04157da
parentfa3736643aa254064cbd64cbce3a8ec3e7bf6d0d (diff)
downloadserverdata-7e5668436023878c12ff57a57973b54f4d206502.tar.gz
serverdata-7e5668436023878c12ff57a57973b54f4d206502.tar.bz2
serverdata-7e5668436023878c12ff57a57973b54f4d206502.tar.xz
serverdata-7e5668436023878c12ff57a57973b54f4d206502.zip
aaaaaaaa
-rw-r--r--npc/003-10/kreist.txt4
1 files 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));
}