diff options
Diffstat (limited to 'conf-tmpl/battle/battle.conf')
-rw-r--r-- | conf-tmpl/battle/battle.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/conf-tmpl/battle/battle.conf b/conf-tmpl/battle/battle.conf index c850aeebc..ada4b5a70 100644 --- a/conf-tmpl/battle/battle.conf +++ b/conf-tmpl/battle/battle.conf @@ -19,6 +19,8 @@ //Note 2: All rates are in percents, 100 would mean 100%, 200 // would mean 200%, etc //Note 3: Value is not limited to 60K (see below) +//Note 4: Use bitmask values to specify who is affected +// (1: Pc, 2: Mob, 4: Pet, 8: Homonculus) // Other Information: // All options are limited to a max of 60K (aprox) which is 600% // or 60secs as appropiate. @@ -108,11 +110,8 @@ agi_penalty_count_lv: 2 // Four or more: Except all. vit_penalty_count_lv: 3 -// Player's Direction Changed When Attacking? (Note 1) -player_attack_direction_change: yes - -// Monsters's Direction Changed When Attacking? (Note 1) -monster_attack_direction_change: yes +// Change attacker's direction to face opponent on every attack? (Note 4) +attack_direction_change: 15 // Is a usual attack of a pet delivered withOUT an attribute? (Note 1) pet_attack_attr_none: no |