superkillen 0 Posted September 17, 2017 Share Posted September 17, 2017 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 https://wrobot.eu/forums/topic/7120-spirit-bomb/ Share on other sites More sharing options...
Retardo101 0 Posted November 1, 2017 Share Posted November 1, 2017 Thanks man :D very helpfull Link to comment https://wrobot.eu/forums/topic/7120-spirit-bomb/#findComment-34345 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now