increaselvl()

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
mikewasosky
Posts: 11
Joined: Tue Aug 09, 2011 11:30 pm

increaselvl()

Post by mikewasosky »

I have problems when looking for increaselvl() method, in the latest rev of h5, stable. Can anyone help me? thx
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: increaselvl()

Post by Zoey76 »

Code: Select all

 activeChar.getStat().setLevel((byte) (activeChar.getLevel() + 1)); 
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
mikewasosky
Posts: 11
Joined: Tue Aug 09, 2011 11:30 pm

Re: increaselvl()

Post by mikewasosky »

ok solved ty dude
Post Reply