What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Aggro Multiple Mobs

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
 
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.
 
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

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.
 
Back
Top