• Visit Rebornbuddy
  • Where do I get the DLLs?

    Discussion in 'Community Developer Forum' started by acbarberi, Sep 9, 2015.

    1. acbarberi

      acbarberi New Member

      Joined:
      Apr 27, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      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?
       
    2. Teo

      Teo Member

      Joined:
      Oct 6, 2012
      Messages:
      35
      Likes Received:
      1
      Trophy Points:
      8
      Everything is included in BuddyWing.exe . Add it as a reference and it should resolve any problems finding classes / interfaces.
       
    3. acbarberi

      acbarberi New Member

      Joined:
      Apr 27, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Ok thanks!
       
    4. pindleskin

      pindleskin Community Developer

      Joined:
      Oct 24, 2012
      Messages:
      1,124
      Likes Received:
      2
      Trophy Points:
      38

    Share This Page