Problem with Itemset skill
Posted: Sun Oct 14, 2012 10:09 am
Hey guys.
I've included some eliteskill and itemsetskills for Warrior/Warden - all of them works fine except of Composure
skills.xml
profile.xml
"Briar shield" and "battle creed" will be casted, but not the "composure"
Anyone knows, whats going wrong?
I've included some eliteskill and itemsetskills for Warrior/Warden - all of them works fine except of Composure
skills.xml
Code: Select all
<!-- Elite -->
<skill name="WARRIOR_BATTLE_CREED" id="494624" mana="30" type="buff" buffname="505208" target="self" />
<skill name="WARRIOR_ATTACK_WEAKENER" id="494032" mana="35" range="50" cooldown="15" target="enemy" type="damage" reqbuffname="501502" reqbufftarget="target" />
<skill name="WARRIOR_SAVAGE_WHIRLWIND" id="494324" mana="30" range="50" cooldown="8" type="damage" target="enemy" />
<skill name="WARRIOR_AIR_TREMOR" id="494625" mana="40" range="80" minmanaper="30" cooldown="4" type="damage" target="enemy" aoecenter="player" />
<skill name="WARRIOR_AWAKING_OF_THE_WILD" id="494375" cooldown="60" type="buff" buffname="623004" target="self" reqbuffname="503837" reqbufftarget="player" />
<!-- Itemset skills -->
<skill name="WARRIOR_TOURNIQUET" id="495559" target="self" cooldown="90" type="hot" buffname="506522" />
<skill name="WARRIOR_SWORD_OF_IMPRISONMENT" id="495728" rage="20" range="50" type="damage" target="enemy" />
<skill name="WARRIOR_BRASH_FEROCITY_STRIKE" id="498338" rage="25" range="50" target="enemy" type="damage" reqbuffname="501502" reqbufftarget="target" />
<skill name="WARRIOR_COMPOSURE" id="496103" type="buff" buffname="508526" target="self" />
Code: Select all
<!-- Buffs -->
<skill name="WARDEN_BRIAR_SHIELD" hotkey="MACRO" priority="40" inbattle="false" />
<skill name="WARRIOR_BATTLE_CREED" hotkey="MACRO" priority="40" inbattle="false" />
<skill name="WARRIOR_COMPOSURE" hotkey="MACRO" priority="40" inbattle="false" />
Anyone knows, whats going wrong?