Conquer online 5530 Level?

04/12/2013 04:26 protoxxx#1
I know, this may be considered a stupid question, but how do we change max level? thanks!
04/12/2013 05:25 chizzler#2
I'm sorry but this is funny to me. So you are an "Elite C# Coder", but you don't know how to change the max level? hhhhhh
04/12/2013 12:47 shadowman123#3
its Extreamly easy ... well in ur source the level is Byte which means u can reach to 255.. so lets see how this work .. When u kill Monsters u gain Exp thats if ur level is 140- rather than that u dont gain exp ..so u will have to Edit this part ... then when ur exp = to the Experience needed fo the second level ... then player level Increases ..the Experience needed for Levels is Identified inside Database / DataHolder.cs in form of Array having 140 Indexes (cuz max level is 140).. so if u would like to have max level 170 .. u have to add another 30 Indexes with Experience needed for each of them .. Ta Da u r Done