summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/pre-re/item_db.conf2
-rw-r--r--npc/099-7/boss.txt8
2 files changed, 5 insertions, 5 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 566e1fbf..172dd254 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -209,7 +209,7 @@ item_db: (
Type: "IT_WEAPON"
Buy: 8000
Sell: 4000
- Weight: 2000
+ Weight: 1500
Atk: 90
Range: 1
Slots: 0
diff --git a/npc/099-7/boss.txt b/npc/099-7/boss.txt
index 4c97904e..7cc51b76 100644
--- a/npc/099-7/boss.txt
+++ b/npc/099-7/boss.txt
@@ -586,8 +586,8 @@ OnTalkNearby:
close;
OnInit:
- areamonster "099-7", 20, 20, 140, 135, "", 1148, 10, "Keshlam::OnDeath8";
- areamonster "099-7", 20, 20, 140, 135, "", 1149, 10, "Keshlam::OnDeath9";
+ areamonster "099-7", 40, 35, 140, 135, "", 1148, 10, "Keshlam::OnDeath8";
+ areamonster "099-7", 40, 35, 140, 135, "", 1149, 10, "Keshlam::OnDeath9";
monster "099-7", 40, 120, "Grim Reaper", 1068, 1, "Keshlam::OnBoss";
end;
@@ -620,12 +620,12 @@ OnTimer150000:
// 1148
.@KeshlamMc = mobcount("099-7", "Keshlam::OnDeath8");
if (.@KeshlamMc < 10)
- areamonster "099-7", 20, 20, 140, 135, "", 1148, 10-.@KeshlamMc, "Keshlam::OnDeath8";
+ areamonster "099-7", 40, 35, 140, 135, "", 1148, 10-.@KeshlamMc, "Keshlam::OnDeath8";
// 1149
.@KeshlamMc = mobcount("099-7", "Keshlam::OnDeath9");
if (.@KeshlamMc < 10)
- areamonster "099-7", 20, 20, 140, 135, "", 1149, 10-.@KeshlamMc, "Keshlam::OnDeath9";
+ areamonster "099-7", 40, 35, 140, 135, "", 1149, 10-.@KeshlamMc, "Keshlam::OnDeath9";
// Boss (TODO maybe give boss their own timer with 5 minutes)
.@KeshlamMc = mobcount("099-7", "Keshlam::OnBoss");