isSelfSkill: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Conversion script moved page IsSelfSkill to isSelfSkill: Converting page titles to lowercase) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
; isSelfSkill | ; isSelfSkill <boolean> | ||
: This option | : This option specifies that skill will be used on self (instead of the configuration block's target). | ||
{{Available since 2.1}} Optional for skills that can be only cast on self. | |||
== Notes == | |||
* Used in the [[attackComboSlot]], [[attackSkillSlot]], [[monsterSkill]], [[partySkill]] configuration blocks. | |||
* Previously (up to 2.0.7) wasn't optional for any skills. | |||
* If set (or not set) incorrectly, may lead to skill fails, disconnects and unusual (for the skill used) targeting effects. | |||
[[Category:Skill Use Condition]] | [[Category:Skill Use Condition]] |
Latest revision as of 22:34, 26 April 2021
- isSelfSkill <boolean>
- This option specifies that skill will be used on self (instead of the configuration block's target).
The following documentation describes a feature that was greatly changed in SVN trunk (latest development version) since the last release. It may work differently or not be available if you're using 2.0.7 or any older version. |
Optional for skills that can be only cast on self.
Notes
- Used in the attackComboSlot, attackSkillSlot, monsterSkill, partySkill configuration blocks.
- Previously (up to 2.0.7) wasn't optional for any skills.
- If set (or not set) incorrectly, may lead to skill fails, disconnects and unusual (for the skill used) targeting effects.