Jump to content

blood dk


wlhr

Recommended Posts

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?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...