[HELP] Level Experience

06/03/2014 05:19 Soulfly25#1

Hello Mates,

I just want to ask. If how/where can I stop the level experience. that I want it to be not gain up exp. and remain in 0. and it will not level the character.

how can I work this?

Thank You Mates,

06/03/2014 05:38 Spirited#2
Quote:
Originally Posted by Soulfly25 View Post

Hello Mates,

I just want to ask. If how/where can I stop the level experience. that I want it to be not gain up exp. and remain in 0. and it will not level the character.

how can I work this?

Thank You Mates,

Why was lime your color of choice. Come on man. Regarding your question (now that I can actually read it in the text editor), you can do that very easily in server programming. If you don't do it on the server, it will continue to believe that you can level up. Then, you can change it in the client's levexp.dat file.
06/03/2014 06:06 Logic*#3
Highlighting works too..

Simply find where you add your Exp and do a simple if(val > max) return;
06/03/2014 07:23 Soulfly25#4
Thank You Guys. I fix now. hehehe.