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

Need help making my first cc

Wench

New Member
Joined
Aug 13, 2010
Messages
54
Reaction score
1
Hello everyone, I'm new to the site and boting in general. I also don't have any experince with programing as a result all of this will be copy and paste with small changes (the ones that I think I understand) so all credit should go to previous athors. Anyway below is the outline I want to use as well as the code for it in italic (coming soon.) Any help with this would be greatly apprciated.

I also know that there is a moonkin cc called Kaboomkin however I can not get it to work and the standard druid cc was driving me nuts.

So....
//Out of combat
If not in mookin switch to moonkin
Apply thorns if thorns is missing or the duration is less then 1 min
Apply Mark of the Wild if Mark of the Wild is missing or the duration is less then 1 min
If health is less then 50% cast rejuvinate
If mana is less then 40% cast Inervate
Target mob
If range is less then Wrath's max distance move closer

//In combat
If health is less then 50% cast rejuvinate
If mana is less then 40% cast Inervate

//Aoe
If being attacked by 5 or more mobs
Cast Barkskin
Cast Starfall
Cast Hurricane

If being attacked by 3-4 mobs
Cast Hurricane

If target is 100% health and has less then 6k health then moonfire
Switch targets


//Single target
If target has more then 6k health
Cast wrath
If moonfire is not present on the mob cast moonfire else cast wrath
 
You mention you cannot get another Druid CC working, did you try install it correctly? Try Backup your CC folder, then delete all the current CC's apart from the custom Druid one. So all you are left with is Kaboomkin in your CC folder.
 
I tried that several times and I kept getting errors. I tried deleting my entire HB as well and reinstalling however that didn't help.

I apologise I didn't see a developer section.
 
So, you're not making a cc at all? You're copying and pasting code from otehrs and getting others to tell you what code to use, to make a cc.... =\.. Please either learn to code, or use a currently released cc. This is going nowhere.
 
So, you're not making a cc at all? You're copying and pasting code from otehrs and getting others to tell you what code to use, to make a cc.... =\.. Please either learn to code, or use a currently released cc. This is going nowhere.
if he will give credits to all creators there is no problem
but yes its better to know how to code if you wanna make something special and not minor edits
 
I want to learn to program cc's thats why I took an intrest in botting in the first place. As far as learning goes however I have no teachers, so I am going to have to reverse engineer and test. I will give credit where it is due for using other peoples code. I would have thought that that the flow chart I had posted already was enough to show that I was serious, as its not a copy and paste.
 
There's some brilliant c# books out there. Have a read of some tutorials online and then you'll have a better grasp when looking at CC's and what certain parts do. I'm not saying you can read a tutorial and the make a fully working CC straight off the bat but it's a good stepping stone.
 
It's nice to see you jumping in at the deep end, goodluck with any future developments!
 
take it from me, a druid is not the class to learn how to code with. my suggestion to you is to start of with an easier class. like a warrior, or a mage. and start coding from level 1, and code as you go. Re-hasing other peoples CC's and calling them your own wont help you learn the fundamentals that your going to need once you get into more advance things, like writing healing logic. dealing with adds ect... if you MUST start with a already working CC, my suggestion is to use the default as a base. learn how it works, and keep making modifications, when the time comes youll be ready to rewrite it using a more flexible/advanced code.
 
Sorry for the bump, but http://www.csharp-station.com/Tutorial.aspx to all who don't know. It was a site CREATED for C#, gl and hf :D go through the tutorials, check out some of the books, go through more tutorials and create your own stuff, its alot funner writing to me than it is playing the game :s

Oh ya, and the programs are virus free, you can even check before you use if you want, there .cs files. have fun on the path to enlitenment!
 
Back
Top