aggressives: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; aggressives [<range>] : If this option is set, the block will only be used if the number of monsters who has hit or missed you is within the spec…')
 
No edit summary
Line 8: Line 8:
  }
  }


Storm Gust will be used when more than 3 monster hits you.
* Storm Gust will be used when more than 3 monster hits you.

Revision as of 02:26, 30 November 2009

aggressives [<range>]
If this option is set, the block will only be used if the number of monsters who has hit or missed you is within the specified range.
Example:
atttackSkillSlot Storm Gust {
	aggressives > 3
	sp > 5%
}
  • Storm Gust will be used when more than 3 monster hits you.