January 5, 20188 yr 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.
January 5, 20188 yr 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.
Create an account or sign in to comment