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

How to Write a Custom Class, a Guide for Beginners.

Brilliant stuff, thank you. I am absolutely new at this, but having read what you have written, it seems a lot more do-able than I had imagined. :)
 
Awesome starting guide. Give part2 NAO! ;)
On a related topic, could anyone decrypt this for me:
Code:
Navigator.MoveTo(WoWMathHelper.CalculatePointFrom(ObjectManager.Me.Location, ObjectManager.Me.CurrentTarget.Location, 2.5f));

What does 2.5f mean?
 
Awesome starting guide. Give part2 NAO! ;)
On a related topic, could anyone decrypt this for me:
Code:
Navigator.MoveTo(WoWMathHelper.CalculatePointFrom(ObjectManager.Me.Location, ObjectManager.Me.CurrentTarget.Location, 2.5f));

What does 2.5f mean?

If you dont know what 2.5f means, i would have to say, you are not ready to delve into the making of custom classes by code quite yet.
 
If you dont know what 2.5f means, i would have to say, you are not ready to delve into the making of custom classes by code quite yet.

Would have been easier to just point towards a guideline.
The next person who isn't a condescending jerk, you're up =]
 
That wasn't too hard, was it?
Kidding, kidding, don't shoot me ;)

Thanks for the info, Pios; baby steps, here we go.
 
I've been developing professionally C# for 5 years now, as in it is my job, and I even had to look up what 2.5f is.
Point is be nice :)
 
I've been developing professionally C# for 5 years now, as in it is my job, and I even had to look up what 2.5f is.
Point is be nice :)

Sorry, I don't believe that.
 
if you can developing wh not make ur own bot:)
That's probably one of the stupidest questions I ever saw.. It's like saying: If you know how to code, why use Windows/ Mac OS X? Why not just make a completely new OS for yourself?
Stuff like that takes up a lot of time, and he might consider coding as a job and not a hobby. And HB is already made, up-to-date, secure (code-wise), etc etc...
 
great guide. good for ppl who want to make a new cc. ill be sending this to a friend of mine since he's been bugging me to tell him how to code a cc :D
 
I would toy with this if I knew how to add spells and behavior etc :)
 
Back
Top