diff options
-rw-r--r-- | db/re/mob_db.conf | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 3eade12b5..1d430971a 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1520,7 +1520,7 @@ mob_db: ( Lv: 40 Hp: 30000 Sp: 0 - Exp: 2416 + Exp: 1000 JExp: 617 AttackRange: 1 Attack: [2000, 3500] @@ -1540,9 +1540,12 @@ mob_db: ( Race: 2 Element: (1, 1) Mode: { - Aggressive: true CanMove: true CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + ChangeChase: true CastSensorChase: true } MoveSpeed: 200 @@ -3292,7 +3295,7 @@ mob_db: ( Lv: 25 Hp: 2500 Sp: 500 - Exp: 8 + Exp: 12 JExp: 1 AttackRange: 2 Attack: [80, 160] @@ -3303,7 +3306,7 @@ mob_db: ( Agi: 4 Vit: 1 Int: 30 - Dex: 5 + Dex: 7 Luk: 4 } ViewRange: 1 @@ -3317,7 +3320,7 @@ mob_db: ( ChangeChase: true CastSensorChase: true } - MoveSpeed: 800 + MoveSpeed: 660 AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 @@ -3325,7 +3328,8 @@ mob_db: ( Drops: { MaggotSlime: 1000 BugLeg: 800 - RoastedMaggot: 400 + BugLeg: 400 + RoastedMaggot: 300 BlueManaPearl: 3 } }, @@ -3601,6 +3605,9 @@ mob_db: ( CanMove: true CanAttack: true Aggressive: true + Angry: true + ChangeTargetMelee: true + ChangeChase: true CastSensorChase: true } MoveSpeed: 800 |