August 6, 20169 yr Hello, I was going to make a fighting class for the new Blood DK but it havnt quite worked out as i want it to. My DK is casting Blood Boil like a complete retard, he literally spams it out of combat and out of range. http://www.wowhead.com/spell=50842/blood-boil I have tried to use some conditions as you see in the example below, but they dont help. <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>TargetDistance</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>Smaller</Type> <Value>10</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>MeInCombat</ContionType> <Param xsi:type="FightClassConditionBool"> <Value>true</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Blood Boil</SpellName> </FightClassSpell> So... what am i doing wrong?
August 6, 20169 yr use hostile targeting me condition instead of target distance condition.. IF you really need to have distance to you condition you can keep it there too or this Also
August 6, 20169 yr Author Thanks for the help! You meant Target Targeting Me? Cause that was the only thing working for me.
Create an account or sign in to comment