summaryrefslogtreecommitdiff
path: root/npc/099-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-15 15:04:28 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-15 15:04:28 -0300
commit6a39ff095a78976a6d8ce2e562b18f85ba3a17df (patch)
treeeca53a062ab81b5bafe211768f9c84315151640c /npc/099-7
parent6b22dbc6fbb38cd48bf020021c771d9763dc8e0c (diff)
downloadserverdata-6a39ff095a78976a6d8ce2e562b18f85ba3a17df.tar.gz
serverdata-6a39ff095a78976a6d8ce2e562b18f85ba3a17df.tar.bz2
serverdata-6a39ff095a78976a6d8ce2e562b18f85ba3a17df.tar.xz
serverdata-6a39ff095a78976a6d8ce2e562b18f85ba3a17df.zip
Make a bug fix and reduce Short Sword weight to 1.5kg (same as Sand Cutter)
Partly addresses #64 which shall now be moved to clientdata scope.
Diffstat (limited to 'npc/099-7')
-rw-r--r--npc/099-7/boss.txt8
1 files changed, 4 insertions, 4 deletions
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");