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

acbarberi

New Member
Joined
Apr 27, 2012
Messages
7
Reaction score
0
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