diff options
-rw-r--r-- | db/re/mob_db.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index ae3cc7046..0a6afc798 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -170,13 +170,14 @@ mob_db: ( Dex: 10 Luk: 1 } - ViewRange: 1 + ViewRange: 6 ChaseRange: 1000 Size: 0 Race: 2 Element: (4, 1) Mode: { CanMove: true + Assist: true CanAttack: true SurviveWithoutMaster: true } @@ -356,7 +357,7 @@ mob_db: ( Dex: 28 Luk: 15 } - ViewRange: 1 + ViewRange: 8 ChaseRange: 12 Size: 0 Race: 2 @@ -3792,6 +3793,7 @@ mob_db: ( Mode: { CanMove: true Looter: true + Assist: true CanAttack: true } MoveSpeed: 1000 |