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!