RonSwanson 2 Posted November 1, 2017 Share Posted November 1, 2017 How would I check for people in my raids HP in C#? I am trying to make a Holy Pally Healing Rotation. This functionality would be used if I needed to group heal in a dungeon or raid heal. TBC API and Vanilla API Link to comment Share on other sites More sharing options...
reapler 153 Posted November 1, 2017 Share Posted November 1, 2017 Hello, you may decompile my fightclass: https://wrobot.eu/files/file/1211-holy-paladin-the-holy-grail/ it uses a generic method to retrieve the allied players, but i think this should fit very well for the most situations. Link to comment Share on other sites More sharing options...
RonSwanson 2 Posted November 1, 2017 Author Share Posted November 1, 2017 4 minutes ago, reapler said: Hello, you may decompile my fightclass: https://wrobot.eu/files/file/1211-holy-paladin-the-holy-grail/ it uses a generic method to retrieve the allied players, but i think this should fit very well for the most situations. Thanks, is it a dll or is it just a C# file? I cant download it atm to look as I am not at home. Link to comment Share on other sites More sharing options...
reapler 153 Posted November 1, 2017 Share Posted November 1, 2017 2 minutes ago, RonSwanson said: Thanks, is it a dll or is it just a C# file? I cant download it atm to look as I am not at home. It's a .dll file. Link to comment Share on other sites More sharing options...
RonSwanson 2 Posted November 1, 2017 Author Share Posted November 1, 2017 Just now, reapler said: It's a .dll file. Messaging you now. Link to comment Share on other sites More sharing options...
iMod 99 Posted November 1, 2017 Share Posted November 1, 2017 How about Party.GetParty(); ? Link to comment 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