Jump to content

WTB: Party Healer Fight Class Vanilla WOW


Recommended Posts

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
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...