• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Aggro Multiple Mobs

    Discussion in 'Rebornbuddy Forum' started by Derpgoon, Nov 27, 2015.

    1. Derpgoon

      Derpgoon New Member

      Joined:
      Nov 16, 2015
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Hello is there a way 2 gather all the mobs in an area then blast em with aoes?
       
    2. Derpgoon

      Derpgoon New Member

      Joined:
      Nov 16, 2015
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    3. Xeye

      Xeye New Member

      Joined:
      Jun 27, 2015
      Messages:
      48
      Likes Received:
      1
      Trophy Points:
      0
    4. insanepoet

      insanepoet New Member

      Joined:
      Feb 12, 2015
      Messages:
      28
      Likes Received:
      1
      Trophy Points:
      3
      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.
       
    5. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      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.
       

    Share This Page