diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 01:28:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 01:28:50 -0300 |
commit | c47e5188c06fd2d9c00465b2ca1b69d3492adf0a (patch) | |
tree | b3c1eae24e913a93bd3cf46e904bf3302409e786 | |
parent | 012eb60f7f6b44a939f347cfbb16594cdec585c2 (diff) | |
download | serverdata-c47e5188c06fd2d9c00465b2ca1b69d3492adf0a.tar.gz serverdata-c47e5188c06fd2d9c00465b2ca1b69d3492adf0a.tar.bz2 serverdata-c47e5188c06fd2d9c00465b2ca1b69d3492adf0a.tar.xz serverdata-c47e5188c06fd2d9c00465b2ca1b69d3492adf0a.zip |
Reduce list of monsters without ChangeChase from 52 to 49.
Some which ChangeChase is not desired (MagicGoblin) or needed
(Clover, Pious, Chests, Bifs, Plants, etc.) (Squirrel, Santa Slime, blasts...)
-rw-r--r-- | db/re/mob_db.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 884275f45..2b07a53eb 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -362,6 +362,7 @@ mob_db: ( Assist: true CanAttack: true SurviveWithoutMaster: true + ChangeChase: true } MoveSpeed: 300 AttackDelay: 1100 @@ -835,6 +836,7 @@ mob_db: ( CanMove: true CanAttack: true CastSensorChase: true + ChangeChase: true } MoveSpeed: 460 AttackDelay: 1500 @@ -1953,6 +1955,7 @@ mob_db: ( CanMove: true CanAttack: true CastSensorChase: true + ChangeChase: true } MoveSpeed: 800 AttackDelay: 1872 |