Emanon 0 Posted January 5, 2018 Share Posted January 5, 2018 WTB a Party Healer Fight Class. Need to work from LVL1 - ?? And shall include description on how to add more spells if need later on, changing rotation etc. Have tried a few but cant get it to work as it should so have to give up and find my $ to get it to work. Link to comment https://wrobot.eu/forums/topic/8191-wtb-party-healer-fight-class-vanilla-wow/ Share on other sites More sharing options...
Matenia 628 Posted January 5, 2018 Share Posted January 5, 2018 https://github.com/Schaka/VanillaFightclassFramework If you modify the fightclass here instead of Fight.InFight to accept Party.IsInGroup(), it will work in party product as well. Then all you have to do is add this line in the rotation: new RotationStep(new RotationSpell("Flash Heal"), 4f, (s, t) => true), and it will work on party members (and prioritize the character itself if it drops below 50%). All you have to do is load up the project in JetBrains Rider or Visual Studio and compile it. Link to comment https://wrobot.eu/forums/topic/8191-wtb-party-healer-fight-class-vanilla-wow/#findComment-37409 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