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

a wiki on plugin codes

gunga

New Member
Joined
Jan 18, 2012
Messages
69
Reaction score
1
as topic says i would really like to have a wiki about the diffrent codes that can be used to make plugins and if someone have a guide also.
 
yes im very interested to!

its coded with c# i guess
thats the only thing i know :confused:
 
Last edited:
AW: a wiki on plugin codes

Profiles are written in xml,plugins behaviors and routines in c#. Intellisense in vs gives you insight in the api when you reference hb.exe in your project
 
as topic says i would really like to have a wiki about the diffrent codes that can be used to make plugins and if someone have a guide also.

yes im very interested to!

its coded with c# i guess
thats the only thing i know :confused:


Hi, Gunga and Jakoby,

Programming a Plugin is very similar to programming a CombatRoutine. CodenameG has an excellent guide on how to get started: How to Write a Custom Class, a Guide for Beginners. Despite its name, its largely applicable to plugin writing also.

After you get your toolkit set up as CodenameG tells you, all you need to get started is a "skeleton plugin" to start modifying. Nomnomnom's [Plugin] Keep WoW's 8th Anniversary buff online! is perfect for learning. Start-to-finish, its a plugin that's less than 70 lines long.

cheers & have fun coding!
chinajade
 
Back
Top