Jump to content

Recommended Posts

been trying to configure my Vengence demon hunter to do Spirit bomb when I got Soul Fragments, but when I have this 

<FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>BuffStack</ContionType>
          <Param xsi:type="FightClassConditionBuffStack">
            <Number>1</Number>
            <Type>BiggerOrEqual</Type>
            <Name>Soul Fragments</Name>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Spirit Bomb</SpellName>
      <Priority>4</Priority>
    </FightClassSpell>

he doesn't do Spirit Bomb at all, but when I do it with condition Buff and type Soul Fragments True he does it, but he pretty much spams it even if he doesn't have any soul fragments.

fixed it, C sharp code: wManager.Wow.ObjectManager.ObjectManager.Me.BuffStack(203981) >= 4 
works on Soul Fragments but BuffStack condition don't!

Link to comment
Share on other sites

  • 1 month later...

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...