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

Where can I learn the libaries that are used?

jra8907

Member
Joined
Apr 29, 2011
Messages
33
Reaction score
0
I have an intermediate C++ language knowledge, I have never messed with C# or PhP which from what I have seen are what are used by HB. I am intrested in starting to mess with my own profiles and CCs as fun side project, but am unfamiluar with how to get started learning the syntex used. The programing structure looks familuar to that of C++, but things such as "(Me.IsSwimming && Me.Level > 20 && Me.Shapeshift != ShapeshiftForm.Aqua)" Makes sence, but I cant seem to find anywhere on wiki where the strings for the libaries of :
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Styx;
using Styx.Combat.CombatRoutine;
using Styx.Helpers;
using Styx.Logic;
using Styx.Logic.Combat;
using Styx.Logic.Pathing;
using Styx.WoWInternals;
using Styx.WoWInternals.WoWObjects;

are so I can learn how to incorperate the right commands into the code.:confused:

*EDITED* for those who are also intrested in learning!
So after further reading into it I found out that the API documentation released (http://dl.dropbox.com/u/4381027/API%...uddy 2.0.rar ) Contains all the needed libaries your code calls into. Those libaries are made availble by linking HB to your visual studio project by following the steps located on : (http://www.thebuddyforum.com/honorb...1-how-write-custom-class-guide-beginners.html ) by codenameG.
 
Last edited:
Back
Top