Ok i Unobfuscated RebornBuddy.Exe and Reversed via Reflector to understand what happens in GrindArea so i can maybe make a new tag GrindTag or GrindAreaTag but i don't get the targetting system. Any of the RB devs can give me some pointer to help me it would be appreciated
I'm not a coder but you can check this thread: https://www.thebuddyforum.com/rebornbuddy-forum/232231-direct.html There is a skype link for devs/users, you can ask them there if you are in a hurry or you could wait for a coder to reply here.
While we chatted in the community discord I figured i would put these here as a good starting point for others that may be in similar situations starting to code with rb. RB Documentation While most everything can be found in the VS Object Browser once you've added RB.exe as a reference it's useful to note that it's also online. RB Development Memoir by Neverdyne (Saga) Another good read on some of the specifics when developing with RB in mind.
You would have to make a new target provider that keeps track of how many enemies you have in your enemy list, possibly enemies in your list that are attacking you even. Then you would switch to only 100% hp targets as a top priority until you reach your goal of number of targets attacking you. You would inherit the GrindTag with your custom one, setting the targeting provider on start, and setting the old one back on done. It isn't too complicated. Sounds like you have enough skill level to get it done.