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!

Does the size of a CC influence it's performance?

LiquidAtoR

Community Developer
Joined
Jan 15, 2010
Messages
1,430
As the title says.

Does the size of the CC file influence performance or is the cleanliness of the code all that matters?

I made a start with the demonwarlock CC to get to more uniform settings (and also abilities to (force) switch certain abilities on or off).

Just wondered if it matters. If so I will keep it all separate.

Thanks, LiquidAtoR.
 
Mine are between 80 - 100Kb in size, and they do a complete cycle of the Combat void multiple times per second. I've not had a problem with it yet, and I plan on adding a lot more checks to the fray.
 
Size does matter, but, general rule, the higher the version, the better it performs, having or not many code.

Many code doesnt mean it will be great, it just means it covers more exceptions, thus you can call it safer in a way... but then again, many more places it can go wrong.

As for resources, a simple 2 liner can hug your system way more than a good designed 100k line file
 
I'm copying/pasting, writing, reading, cutting, loaning, stealing, trying, testing etc etc my custom CC for a DemoLock together with variables that are to be set by the user's preference.
And that has hopefully more logic in PvP and utilizes more spells etc than the current CC (in other words look more human in casting behaviour).
That's why I'm asking if size matters alot.

For sure the code is gonna be a mess @ start and half the things will not be working, but I have good hopes (it doesn't look too hard the logic I mean).
For now it aint so bad, but I'm using alot of double regions (1 for PvE and 1 for PvP) and I'm probably declaring a few same things in a different setup.
The skills to combine em aint there yet (considering I really started with VS and C# today ^^) but we'll get there.

In the end when I think it's done and it runs I will ask one of the experienced devs to look it over and give me some pointers (Any volunteer CC Dev's PM me, I already got alot of code done).
Eventually I would like to end like Mordd's CC. It really looks awsome.
 
Last edited:
Convalesce is quickly approaching 200K, and no issues. But my logic covers just about every situation the bot may encounter. In the end size doesnt really matter ;)
 
Back
Top