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!

acbarberi

New Member
Joined
Apr 27, 2012
Messages
7
I was looking at the FightAtJoe's combat routine and I noticed he did a lot of C# code. He seemed to be interacting with some Buddy API. I am a C# developer and I would like to do the same thing.

Here's an example of what JoeBrewski did in C#:

Code:
using Buddy.BehaviorTree;
using Buddy.Common.Math;
using Buddy.CommonBot;
using Buddy.Swtor;

using Action = Buddy.BehaviorTree.Action;

I want to be able to do the same thing. Where can I download those DLLs?
 
Everything is included in BuddyWing.exe . Add it as a reference and it should resolve any problems finding classes / interfaces.
 
Back
Top