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

Development of a Custom Class - Questions

tux

New Member
Joined
Apr 9, 2010
Messages
9
Reaction score
0
Hi

I realise this may not be the most appropriate place to ask this; however, I was unsure where would be the most appropriate.

I'm interested in developing a custom class in my spare time; however, bar looking at other people's code I have no idea where to start.and was wondering if there is a template for a custom class. Yes I know various programming languages and could figure it out.

I've done some searches; however, I have not found anything.

Is there such thing as a template (i.e. the basic structure required to make a basic custom class)?

If not I can always tear apart one of the included classes but for obvious reasons I'd prefer to start from a non-working template and add the functions and logic on my own.

I appreciate the help in advance!

Tux.
 
grab a built in CC for an outline. The rest is up to you.
 
I am in the same boat as you, but as for me I have asked a few of the cc devs if they have a problem of me milling over there codeing in hopes to help me learn how to write it out.
I for instance will have three of the already done cc's open in notepad, cross referance terms in each and see how each is writen. If there is a term I do not understand I then cross referance the term here
http://msdn.microsoft.com/en-us/library/z9hsy596%28VS.80%29.aspx (just helps with giving discriptions of the language) also cross referance code here http://www.wiktionary.org/.
Then make sure to look at this also http://www.buddyforum.de/showthread.php?1724-Documentation-Honorbuddy-1.246 for it has the stuff needed that is directly interacting with the bot and wow for that matter.
I would also check out here for a basic templete that was given to the community. http://www.buddyforum.de/showthread.php?2080-How-to-Write-your-own-Combat-Class
 
Back
Top