[email protected] 8 Posted August 4, 2016 Share Posted August 4, 2016 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 ? Link to comment https://wrobot.eu/forums/topic/3555-feral-druid-use-healing-touch-with-predatorys-swiftness-how/ Share on other sites More sharing options...
BetterSister 367 Posted August 4, 2016 Share Posted August 4, 2016 Probably problem with conditions. I'll check it when i get home in couple hours Link to comment https://wrobot.eu/forums/topic/3555-feral-druid-use-healing-touch-with-predatorys-swiftness-how/#findComment-16435 Share on other sites More sharing options...
BetterSister 367 Posted August 4, 2016 Share Posted August 4, 2016 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 Link to comment https://wrobot.eu/forums/topic/3555-feral-druid-use-healing-touch-with-predatorys-swiftness-how/#findComment-16439 Share on other sites More sharing options...
Pasterke 98 Posted August 4, 2016 Share Posted August 4, 2016 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. Link to comment https://wrobot.eu/forums/topic/3555-feral-druid-use-healing-touch-with-predatorys-swiftness-how/#findComment-16442 Share on other sites More sharing options...
[email protected] 8 Posted August 4, 2016 Author Share Posted August 4, 2016 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. Link to comment https://wrobot.eu/forums/topic/3555-feral-druid-use-healing-touch-with-predatorys-swiftness-how/#findComment-16446 Share on other sites More sharing options...
Pasterke 98 Posted August 5, 2016 Share Posted August 5, 2016 If you use the flight class creator, you can add the condition IsSpellOverlayed. Set Healing Touch and true. Link to comment https://wrobot.eu/forums/topic/3555-feral-druid-use-healing-touch-with-predatorys-swiftness-how/#findComment-16473 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