whenGround

From OpenKore Wiki
Revision as of 16:42, 30 November 2009 by Mushrom (talk | contribs) (Created page with '; whenGround [<ground spell names>] : If this option is set, the block will only be used when any one of the specified comma-separated list of s…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
whenGround [<ground spell names>]
If this option is set, the block will only be used when any one of the specified comma-separated list of spells is currently active on the ground you're standing on.
Example:
attackSkillSlot Acid Demonstration {
	whenGround Poem of Bragi
	monsters Atroce
	inInventory Acid Bottle > 1, Bottle Grenade > 1
}
  • Use Acid Demonstration on Atroce when inside Poem of Bragi and there are more than one Acid Bottle and Bottle Grenade in your inventory.