isSelfSkill: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(is now optional for self-only skills) |
||
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]] |
Revision as of 01:28, 1 June 2011
- 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.