summaryrefslogtreecommitdiff
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
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
-rw-r--r--world/map/db/item_db_chest.txt2
-rw-r--r--world/map/db/item_db_weapon.txt2
-rw-r--r--world/map/npc/033-1/kimarr.txt2
3 files changed, 4 insertions, 2 deletions
diff --git a/world/map/db/item_db_chest.txt b/world/map/db/item_db_chest.txt
index 90367271..223192a7 100644
--- a/world/map/db/item_db_chest.txt
+++ b/world/map/db/item_db_chest.txt
@@ -242,4 +242,4 @@
5139, PurpleContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {}
5140, DarkGreenContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {}
5254, SaviorArmor, 5, 0, 0, 2000, 0, 24, 0, -90, 0, 2, 512, 0, 0, 0, {}, {bonus bDex, 1; bonus bMaxHP, 100;}
-5286, RedArmor, 5, 0, 0, 2000, 0, 27, 0, -40, 0, 2, 512, 0, 0, 0, {}, {bonus bDex, 1; bonus bAgi, 1; bonus bMaxHP, 1500; set @minLvl, 1;callfunc "RestrictedItem";}
+//5286, RedArmor, 5, 0, 0, 2000, 0, 27, 0, -40, 0, 2, 512, 0, 0, 0, {}, {bonus bDex, 1; bonus bAgi, 1; bonus bMaxHP, 1500; set @minLvl, 1;callfunc "RestrictedItem";}
diff --git a/world/map/db/item_db_weapon.txt b/world/map/db/item_db_weapon.txt
index 5ac38d6e..431c00aa 100644
--- a/world/map/db/item_db_weapon.txt
+++ b/world/map/db/item_db_weapon.txt
@@ -64,4 +64,4 @@
//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript}
5260, Snowball, 10, 1, 0, 1, 20, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_XMAS; callfunc "CheckAmmo";}
5261, SnowLauncher, 4, 500, 50, 10, 20, 0, 3, 0, 0, 2, 2, 1, 1, 11, {}, {set @LauncherType, AMMO_XMAS; callfunc "CheckLauncher";}
-5284, Revolver, 4, 1500000, 500000, 3000, 120, 0, 5, 0, 0, 2, 2, 1, 1, 11, {}, {set @LauncherType, AMMO_SLING; callfunc "CheckLauncher"; set @minLvl, 1;callfunc "RestrictedItem";}
+//5284, Revolver, 4, 1500000, 500000, 3000, 120, 0, 5, 0, 0, 2, 2, 1, 1, 11, {}, {set @LauncherType, AMMO_SLING; callfunc "CheckLauncher"; set @minLvl, 1;callfunc "RestrictedItem";}
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: