Getting into the code O.O

06/29/2013 05:31 Garedx#1
Well ....
I was a conquer player like 3 or 4 years ago.
I always wanted to know how to make things happen in private servers *Enough with the introduction*

Straight to the point am trying to get into the code of a 5730 source
I spent like 2 hours reading the code *_*
I understood how the bp system works ... battle calculations .... NPC dialogues and functions
lots of stuff
but am just stuck there with the fact that i can't really know the reference used for items, skills, classes, Sub Classes ...
I couldn't even find the CPS drop rate or the experience rate even i knew how experience is calculated through a battle and figured out the output of most events

The problem is they are 405 .cs files and i really can use some help of more experienced people here :)

PS: I'm supposed to be of a fair (if not good) knowledge of C# and C++
So i don't have any problem understanding how the code works ... just the reference names and places that is a real pain in the back for me.

Thank you in advance
06/29/2013 05:47 marcbacor6666#2
droprate: monstertable.cs

Experiencerate: GameState.cs
Quote:
search
Code:
void IncreaseExperience
Experiencerate: DataHolder.cs
Quote:
search
Code:
proficiencyLevelExperience = new uint[]