• Visit Rebornbuddy
  • MoveTo farming with a twist

    Discussion in 'Community Developer Forum' started by cerebrallolzy, Jul 25, 2015.

    1. cerebrallolzy

      cerebrallolzy New Member

      Joined:
      Nov 4, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Is it possible to make a profile that will have the bot round up all of the mobs in a certain area then kill them? By rounding them up I mean running through them... like creating a MoveTo with the XYZ cords of an NPC to aggro it.
       
    2. Lbniese

      Lbniese Active Member Buddy Store Developer

      Joined:
      Feb 13, 2011
      Messages:
      972
      Likes Received:
      25
      Trophy Points:
      28
      Yeah :)

      If I remember right you can use the following code:

       
    3. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      Oh tell me more about this. How does the costumbehaviour file look like?
       
    4. cerebrallolzy

      cerebrallolzy New Member

      Joined:
      Nov 4, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Yeah, I would need the custombehavior file in order to use this aha... I was thinking we could have some sort of API for BuddyWing.
       
    5. x'two

      x'two New Member

      Joined:
      Jul 11, 2012
      Messages:
      128
      Likes Received:
      0
      Trophy Points:
      0
      API BuddyWing is here: http://docs.buddywing.com/
      From what i know CustomBehaviour is not working in buddywing. All we have in Buddywing is ProfileBehavior Class and this not help us. The biggest problem I found (or maybe I'm not smart enough) is this: we cant control POI. Even if i change it on each tick the bot core will replace
      my POI settings. For example i get on first MoveTo from my profile, the bot dont let us do anything until all mobs from that POI are dead. Even if i force bot to move on another coordonate (from CC not from profile), on first bot tick, Buddywing core will replace my setting and turn back to first "MoveTo".
       

    Share This Page