Howto Whirlwind & Whirlwind Shield?
Posted: Fri Aug 19, 2011 11:22 am
I cannot get Whirlwind & Whirlwind Shield to cast reliably no matter how high I set their priority above the other skills. Even if I am capped out on rage/mana they will be bypassed MOST of the time in order to do the other skills in the list.
This is my current config, but I've also tried it with the two skills being the highest priority without any difference. Maybe it's got something to do with the GCD of skills. Any ideas how to get them to cast reliably?
Thanks
Code: Select all
<skills_knight>
<!-- skill name="KNIGHT_CHARGE" hotkey="MACRO" priority="110" pullonly="true" /> -->
<skill name="KNIGHT_SHIELD_OF_ATONEMENT" hotkey="MACRO" priority="100" />
<skill name="KNIGHT_DISARMAMENT" hotkey="MACRO" priority="90" nobuffname="Disarmament" nobufftarget="target" nobuffcount="1" />
<skill name="WARRIOR_SLASH" hotkey="MACRO" priority="80" nobuffname="Bleed" nobufftarget="target" />
<skill name="WARRIOR_WHIRLWIND" hotkey="MACRO" priority="70" />
<skill name="KNIGHT_WHIRLWIND_SHIELD" hotkey="MACRO" priority="60" />
<skill name="KNIGHT_HOLY_STRIKE" hotkey="MACRO" priority="50" nobuffname="Light Seal" nobufftarget="target" nobuffcount="1" />
<skill name="KNIGHT_PUNISHMENT" hotkey="MACRO" priority="40" reqbuffname="Light Seal" reqbufftarget="target" reqbuffcount="1" />
<skill name="KNIGHT_MANA_RETURN" hotkey="MACRO" priority="30" reqbuffname="Holy Seals" reqbufftarget="target" reqbuffcount="3" />
<skill name="KNIGHT_HOLY_SEAL" hotkey="MACRO" priority="1" />
<skill name="KNIGHT_ENHANCED_ARMOR" hotkey="MACRO" priority="1" />
<skill name="KNIGHT_HOLY_SHIELD" hotkey="MACRO" priority="1" hpper="50" inbattle="true" />
<skill name="KNIGHT_RESOLUTION" hotkey="MACRO" priority="1" hpper="50" inbattle="true" />
<skill name="WARRIOR_DEFENSIVE_FORMATION" hotkey="MACRO" priority="1" hpper="50" inbattle="true" />
<skill name="KNIGHT_SHIELD_OF_VALOR" hotkey="MACRO" priority="1" hpper="50" inbattle="true" />
<skill name="WARRIOR_BERSERK" hotkey="MACRO" priority="1" inbattle="true" />
<skill name="WARRIOR_ENRAGED" hotkey="MACRO" priority="1" inbattle="true" />
</skills_knight>
Thanks