summaryrefslogtreecommitdiff
path: root/world/map/npc
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-09-16 22:42:01 +0200
committerHoraK-FDF <horak-fdf@web.de>2022-09-16 22:42:01 +0200
commit314cdb806ccaeebb8136b27b79ca5a40a1a28bb9 (patch)
treee22c767a4547dba2ce8a62e8a6a667ca5b145a80 /world/map/npc
parent8e38b07300d6fc36f201c8a4851e01906b6a2594 (diff)
downloadserverdata-314cdb806ccaeebb8136b27b79ca5a40a1a28bb9.tar.gz
serverdata-314cdb806ccaeebb8136b27b79ca5a40a1a28bb9.tar.bz2
serverdata-314cdb806ccaeebb8136b27b79ca5a40a1a28bb9.tar.xz
serverdata-314cdb806ccaeebb8136b27b79ca5a40a1a28bb9.zip
removed some restricted items and set the mexp value
Diffstat (limited to 'world/map/npc')
-rw-r--r--world/map/npc/033-1/kimarr.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index 9fbaa4d4..55c3b86f 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -131,6 +131,7 @@ L_SureGetInShape:
L_GiveAllAndReset:
set @debug_mask, 65535;
set @debug_shift, 0;
+ set @mexp, 8000;
setskill SKILL_EMOTE, 1;
setskill SKILL_TRADE, 1;
setskill SKILL_PARTY, 2;
@@ -442,6 +443,7 @@ L_CleanEvent:
// kill all remaining summons to prevent players from filling the area with summons for the next hunt
// that kills white slimes aswell tho
killmonster "033-1", "All";
+ set @mexp, 0;
goto L_CleanEnd;
L_CleanEnd: