diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 22:26:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 22:26:50 -0300 |
commit | 54c8c8bfe5c1935002f9b493d67f8707724431c5 (patch) | |
tree | c6af37faed9e41f575a30dea5fd039d860da1b52 /db/re | |
parent | c6b62311a42ba0435a8877c16543f716f4cad05d (diff) | |
download | serverdata-54c8c8bfe5c1935002f9b493d67f8707724431c5.tar.gz serverdata-54c8c8bfe5c1935002f9b493d67f8707724431c5.tar.bz2 serverdata-54c8c8bfe5c1935002f9b493d67f8707724431c5.tar.xz serverdata-54c8c8bfe5c1935002f9b493d67f8707724431c5.zip |
bugfixing on mob modes
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/mob_db.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 4fc3f305d..882f304fc 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -6128,6 +6128,8 @@ mob_db: ( CanMove: true Aggressive: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 500 AttackDelay: 1100 @@ -6206,6 +6208,8 @@ mob_db: ( Mode: { CanMove: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 280 AttackDelay: 800 @@ -6254,6 +6258,7 @@ mob_db: ( CanAttack: true CastSensorChase: true ChangeChase: true + ChangeTargetMelee: true } MoveSpeed: 320 AttackDelay: 310 @@ -6294,6 +6299,7 @@ mob_db: ( CanAttack: true CastSensorChase: true ChangeChase: true + ChangeTargetMelee: true } MoveSpeed: 1200 AttackDelay: 2872 @@ -6304,6 +6310,7 @@ mob_db: ( SilkCocoon: 15000 } }, +// Once set a target, it'll follow it to earthdepths (would be too hard to kill otherwise) { Id: 1174 SpriteName: "BlackMamba" @@ -6378,12 +6385,16 @@ mob_db: ( CanAttack: true ChangeChase: true ChangeTargetMelee: true + Looter: true } MoveSpeed: 1950 AttackDelay: 1272 AttackMotion: 672 DamageMotion: 200 Drops: { + MaggotSlime: 800 + BugLeg: 400 + GrassSeeds: 100 FourLeafClover: 4 BlueManaPearl: 2 } @@ -6464,6 +6475,8 @@ mob_db: ( CanMove: true Aggressive: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 800 AttackDelay: 1272 @@ -6507,6 +6520,8 @@ mob_db: ( Aggressive: true Assist: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 1200 AttackDelay: 1672 @@ -6558,6 +6573,8 @@ mob_db: ( Assist: true Boss: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 600 AttackDelay: 800 @@ -6600,6 +6617,8 @@ mob_db: ( Looter: true Assist: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 1200 AttackDelay: 1872 @@ -6650,6 +6669,8 @@ mob_db: ( Looter: true Assist: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 1200 AttackDelay: 472 @@ -6691,6 +6712,8 @@ mob_db: ( CanMove: true Assist: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 600 AttackDelay: 1600 @@ -6732,6 +6755,8 @@ mob_db: ( CanMove: true Assist: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 600 AttackDelay: 1600 @@ -6773,6 +6798,8 @@ mob_db: ( CanMove: true Assist: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 600 AttackDelay: 1600 @@ -6814,6 +6841,8 @@ mob_db: ( CanMove: true Assist: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 600 AttackDelay: 1600 @@ -6855,6 +6884,8 @@ mob_db: ( CanMove: true Assist: true CanAttack: true + ChangeTargetMelee: true + ChangeChase: true } MoveSpeed: 600 AttackDelay: 1600 |