Page 1 of 1

Reduce the current CP if TIREDNESS configuration is activate

Posted: Tue May 06, 2014 12:39 pm
by yksdtc
in L2Character.java

Code: Select all

 if (Config.ALT_GAME_TIREDNESS){    setCurrentCp(getCurrentCp() - 10);} 
what is this use for?
I just dont get it!

Re: Reduce the current CP if TIREDNESS configuration is acti

Posted: Tue May 06, 2014 12:52 pm
by jurchiks
It just means that the CP bar is used as a "tiredness" indicator. I'm not sure if the character freezes if your CP goes out though, but something should happen. It's an interesting idea to be sure, but most players would not like just as much as they wouldn't like feeding their character to avoid starvation/death.