August 4, 20169 yr Im using the rotation of Bettersister, but the Healing Touch function does not work. No matter what i do/change, i cant get it to work properly. Ive set Healing Touch, to be used when buff Predatory's Swiftness is active, and ive set Healing Touch all the way up on the priority list, below cat form. Its the second highest prio now. Why is this not working ?
August 4, 20169 yr fixed now The issue was there is so many passive buffs with same name so bot is so confused should it or shouldn't it use it
August 4, 20169 yr private Spell healingTouch = new Spell("Healing Touch"); If(healingTouch.IsSpellOverlayed) {....} //because healing touch spell on your castbar light up when you have Predatory Swiftness proc.
August 4, 20169 yr Author 3 hours ago, BetterSister said: fixed now The issue was there is so many passive buffs with same name so bot is so confused should it or shouldn't it use it Its working sometimes, but it STILL not using Healing Touch on every Predatory Swiftness proc. Can you look at it again ? 1 hour ago, Pasterke said: private Spell healingTouch = new Spell("Healing Touch"); If(healingTouch.IsSpellOverlayed) {....} //because healing touch spell on your castbar light up when you have Predatory Swiftness proc. No idea how to get insert that line in the routine, but hopefully Bettersister can copy paste it into his routine.
August 5, 20169 yr If you use the flight class creator, you can add the condition IsSpellOverlayed. Set Healing Touch and true.
Create an account or sign in to comment