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

Documentation?

Cyoss

New Member
Joined
Oct 25, 2011
Messages
28
Reaction score
0
Hello,

where I find the Dokumentation about Demonbuddy?

Cheers
 
There isn't exactly much in the way of documentation, but if you have Visual Studio, you can include DB as a reference and see all the stuff you can do from there
 
I will quote Azureus:

These are the posts I know about the basic info:

Item Rules: http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-guides/54086-item-rules-quickstart-guide.html
Profiles: http://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-profiles/54605-all-available-profile-tags.html
Plugins: http://www.thebuddyforum.com/demonbuddy-forum/developers/62941-request-how-initialize-plugin-project.html#post646879

Also you can check Demonbuddy functions by importing Demonbuddy.exe to a C# project in Visual Studio or Express. Then you can see the closest thing to an API in the Object Browser.
 
There isn't exactly much in the way of documentation, but if you have Visual Studio, you can include DB as a reference and see all the stuff you can do from there

Sounds good, I will test it, thx.

PS: You mean the Bot itself as reference or?
 
Viewing the DB API does not contain any documentation..


Here some resources to help understand the names of data, and what they could be used for...

Definitions - Diablo 3 Dev


This is just a compilation of data.. useful for making references between types..

Game Data - Diablo 3 Lexicon


Treesharp, which is not related to D3 Data.. but it is used in Trinities Plugin and nearly every other plugin..

TreeSharp - Buddy Wiki


Best bet to learn is to just download one of many plugins and learn through trial-and-error. OFC it becomes extremely frustrating if you crash DB on compile... heh
 
Back
Top