Difference between revisions of "equip"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; equip_(<equip slot>) [<equipment name>] : If this option is set for a specific equipment slot, Kore will automatic…')
 
m
Line 10: Line 10:
 
         equip_rightAccessory Clip [Vitata] [1]
 
         equip_rightAccessory Clip [Vitata] [1]
 
  }
 
  }
 +
 +
[[Category:Skill Use Condition]]

Revision as of 02:42, 9 January 2010

equip_(<equip slot>) [<equipment name>]
If this option is set for a specific equipment slot, Kore will automatically equip the specified equipment on the corresponding equipment slot when attempting to use the skill.

Example:

  • If you want to automatically equip a Healing Clip when you attempt to use Heal.
useSelf_skill Heal {
        lvl 10
        sp > 5%
        notWhileSitting 1
        equip_rightAccessory Clip [Vitata] [1]
}