diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 11:37:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 11:37:22 -0300 |
commit | f960d2f69193e5874ae8cb5f27cd8cd826dc1082 (patch) | |
tree | 0ae005156071888def3f22eb0c18e4d4be30f962 | |
parent | 0b1d92cfccec16ee6e59ac84a642a12e6bbf14d8 (diff) | |
download | serverdata-f960d2f69193e5874ae8cb5f27cd8cd826dc1082.tar.gz serverdata-f960d2f69193e5874ae8cb5f27cd8cd826dc1082.tar.bz2 serverdata-f960d2f69193e5874ae8cb5f27cd8cd826dc1082.tar.xz serverdata-f960d2f69193e5874ae8cb5f27cd8cd826dc1082.zip |
Fix some weird slave settings
-rw-r--r-- | conf/map/battle/monster.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/map/battle/monster.conf b/conf/map/battle/monster.conf index 90a7a7da8..f67a9514c 100644 --- a/conf/map/battle/monster.conf +++ b/conf/map/battle/monster.conf @@ -163,7 +163,7 @@ force_random_spawn: false // 1: Slaves are always aggressive. // 2: Slaves are always passive. // 3: Same as master's aggressive/passive state. -slaves_inherit_mode: 2 +slaves_inherit_mode: 0 // Do summon slaves have the same walking speed as their master? // NOTE: The default is 3 for official servers. @@ -172,7 +172,7 @@ slaves_inherit_mode: 2 // 2: If the master can't walk (even motionless mobs have a speed // entry in their mob_db) // 3: Always -slaves_inherit_speed: 3 +slaves_inherit_speed: 0 // Will summoned monsters (alchemists, or @summon'ed monsters) attack cause a // chance of triggering the master's autospell cards? (Note 1) @@ -180,7 +180,7 @@ summons_trigger_autospells: true // When a mob is attacked by another monster, will the mob retaliate against the master of said mob instead of the mob itself? // NOTE: Summoned mobs are both those acquired via @summon and summoned by Alchemists -retaliate_to_master: true +retaliate_to_master: false // Whether mobs should change target temporarily when a skill triggers a counter mob skill (Note 1) // eg: Mob attacks player B, and player A casts a skill C. If set to true and the |