diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-08 19:33:01 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-08 19:33:01 +0000 |
commit | 1f8acdc9e58cd5344427babe69539ba86fdda03d (patch) | |
tree | 5a7f497e867ddf19a75f3aa241145d1418cb0e58 /conf-tmpl/battle | |
parent | a9c2d623a66f27674ea539963a8738138ca7f6aa (diff) | |
download | hercules-1f8acdc9e58cd5344427babe69539ba86fdda03d.tar.gz hercules-1f8acdc9e58cd5344427babe69539ba86fdda03d.tar.bz2 hercules-1f8acdc9e58cd5344427babe69539ba86fdda03d.tar.xz hercules-1f8acdc9e58cd5344427babe69539ba86fdda03d.zip |
- Added battle config options:
- skill_caster_check (does a status_checkskilluse on all skill attacks)
- status_cast_cancel (invokes skill_castcancel for opt1 type status changes)
- Fixed the death exp penalty underflow bug
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5229 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle')
-rw-r--r-- | conf-tmpl/battle/skill.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 570db542f..ce2f334d2 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -72,6 +72,14 @@ skillrange_by_distance: 6 // NOTE: Skills affected by this option are those whose range in the skill_db are negative. skillrange_from_weapon: no +// Should a check on the caster's status be performed in all skill attacks? +// When set to yes, meteors, storm gust and any other ground skills will have +// no effect while the caster is unable to fight (eg: stunned). +skill_caster_check: yes + +// Should skill casting be cancelled when inflicted by curse/stun/sleep/etc? +status_cast_cancel: no + //Setting this to YES will override the target mode of ground-based skills with the flag 0x01 to "No Enemies" //The two skills affected by default are Pneuma and Safety Wall (if set to yes, those two skills will not protect everyone, but only allies) //See db/skill_unit_db.txt for more info. |