diff options
-rw-r--r-- | db/re/mob_db.conf | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 7e743ab69..337f9e5ea 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -5893,12 +5893,12 @@ mob_db: ( Def: 25 Mdef: 20 Stats: { - Str: 1 + Str: 11 Agi: 22 - Vit: 1 - Int: 1 + Vit: 16 + Int: 21 Dex: 55 - Luk: 4 + Luk: 34 } ViewRange: 8 ChaseRange: 12 @@ -5910,6 +5910,7 @@ mob_db: ( CanMove: true CanAttack: true CastSensorChase: true + ChangeChase: true } MoveSpeed: 420 AttackDelay: 720 @@ -5929,22 +5930,22 @@ mob_db: ( Id: 1154 SpriteName: "BanditLord" Name: "BanditLord" - Lv: 45 + Lv: 47 Hp: 9500 Sp: 0 Exp: 950 JExp: 25 - AttackRange: 8 + AttackRange: 2 Attack: [710, 880] Def: 25 Mdef: 20 Stats: { - Str: 1 + Str: 4 Agi: 22 - Vit: 1 - Int: 1 + Vit: 21 + Int: 31 Dex: 55 - Luk: 4 + Luk: 14 } ViewRange: 9 ChaseRange: 13 @@ -5956,6 +5957,9 @@ mob_db: ( CanMove: true CanAttack: true CastSensorChase: true + ChangeChase: true + Boss: true + Angry: true } MoveSpeed: 640 AttackDelay: 2400 @@ -5963,6 +5967,7 @@ mob_db: ( DamageMotion: 900 MvpExp: 0 Drops: { + CasinoCoins: 1200 BanditHood: 800 CoinBag: 500 RedApple: 300 |