I finaly found out how, it's not that hard, it's that easy xD
Okay.
Open Mobs.ccp and search for this code
Code:int EXPRATE = 100;
Change 100 to your exp rate you want.
Search for this code :
Code:exprate2 = 1+(hsrate/100);
Change the 100 to your exp rate.
Now search for this code :
Code:__int64 capped_exp = (__int64) mobinfo[mob->getMobID()].exp * (__int64) EXPRATE * exprate2;
Change the
Code:(__int64) EXPRATE * exprate2;
EXPRATE to your exp rate.
And now you're done, build it.



![[Tut] How to change EXP rate in Kryt v11.4](http://ragezone.com/hyper728.png)


