Reduce the current CP if TIREDNESS configuration is activate

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
yksdtc
Posts: 76
Joined: Sat Jul 30, 2011 1:16 pm

Reduce the current CP if TIREDNESS configuration is activate

Post 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!
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Reduce the current CP if TIREDNESS configuration is acti

Post 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.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply