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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Dagradt's Guide to CC Writing

Dagradt

Community Developer
Joined
Jul 26, 2010
Messages
1,423
Dagradt's Guide to Custom Class Coding:

Hello,

Below are video recordings of my
Impia Mors Eques re-write, it shows me codding in real time as I talk about the methods used as well as my understanding of Custom Class coding, so please enjoy! Please leave any comments below and if you know more then I do please re-cap what I've said or correct me if I am wrong. The first video is not so clear and the sound is low, I will remake this later, the rest of the videos will follow as I get them uploaded.


Part 1: IME Main.cs
CC Guide #1 - YouTube

Part 2: IME Common.cs
CC Guide #2 - YouTube


Part 3:
IME Tactics (All Armor Classes).cs
CC Guide #3 - YouTube


Part 4:
IME GUI.cs
CC Guide #4 - YouTube


Part 5:
IME Settings.cs
CC Guide #5 - YouTube

Part 6: Initial Tweaks & Applying Settings
CC Guide #6 - YouTube

Part 7: Initial Test
CC Guide #7 - YouTube

Part 8: Final Tweaks

Part 9: Final Test
 
Last edited:
Special thanks and regards to the following for their theory & code creation/development:

CodeNameG
Handnavi
Mustahg
Shaddar
Tuanha
Vastico
Venus112
Weischbier
WoWNerds
Wulf

 
Last edited:
@Community,

I don't have permissions to post more then one video so the rest will be posted on youtube with a link above.
 
I like your Desktop background^^

Mind linking it for me?^^

greetz

Weischbier

btw +rep for effort and nice voice over :D
 
I see you have the same problems with coordinating your fingers as most coders in my experience ;)

Still watching through the videos and so far liking what I see.

To my knowledge, the difference between public and private is that public methods are accessible from outside the class, private ones are internal "black box" logic that are only usable by the class containing them.
One of my professors said, proper coding says public is 'this is what I do', private is 'this is how I do it'.
 
So after watching your third video I saw you commenting out the simulationcraft rotation by hand. That's a lot wasted time^^.

So here: Mark all the text you want to comment out and push that left button =>View attachment 45509
If you want to reverse it: Mark the commented text an press the right button.

Saves time! A lot!

:)

greetz

Weischbier
 
Nice work!

I still feel like you can wrap your range and debuff checks into your casting methods. And whats with all the extra brackets? :p
 
Nice work!

I still feel like you can wrap your range and debuff checks into your casting methods. And whats with all the extra brackets? :p

I belive the extra brackets are done for the same reason as i do them - it's easier to look at
 
@Everyone on this page because it's easier then responding to you all individually,


Thanks for the feedback and the tips! I am not sure about adding range checks to the cast method, if you have it coded please feel free to post it here. Also I am not sure about the extra brackets as it's just how I learned.
 
Great Work man ill be trying to do my own cc with your methods an Videos Woot ty agian an to all of u that spend all the time to right the Cc an other programs TY we wouldnt have anything without u all
 
Thank you for the videos mate, just looking at the shear length of the first video shows that you put a lot of time into this.
 
@Community,

Initial Tweaks & Setting Application video is being uploaded now!
 
Back
Top