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