From d5cb3be008ee739463f880c69eb7e40d9e2fbf55 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 19 Aug 2019 14:55:22 -0300 Subject: Drop support for Monster Collision. It's unused, it's buggy on ManaPlus, but the real reason: We use @reloadmobdb waaaaaay too often! This should allow sieges every 6 hours instead of 8 hours. --- db/re/mob_db.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index f1ad7de2f..6ff91c988 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -86,8 +86,9 @@ mob_db: ( AttackDelay: attack delay (int, defaults to 4000) AttackMotion: attack motion (int, defaults to 2000) DamageMotion: damage motion (int, defaults to 0) - SpawnCollisionSize: collision size (int, defaults to -1) - SpawnCollisionMask: collision mask (int, defaults to 1) + // SpawnCollision - Support dropped (tmw2 dd7d9ed) + //SpawnCollisionSize: collision size (int, defaults to -1) + //SpawnCollisionMask: collision mask (int, defaults to 1) MvpExp: mvp experience (int, defaults to 0) MvpDrops: { AegisName: chance (string: int) -- cgit v1.2.3-70-g09d2