Jump to content
  • 0

Help To Limiting Stats


Question

Posted

Hello i have problem whit this limiting stats on acis.

Like casting speed, Movements speed , Runspeed.

Can help me please?

 

# Maximum Run Speed
RunSpeedBoost = 0
# Maximum Base Run Speed
MaxRunSpeed = 250
( don't know those) 

 

 

 

Config/custom.properties

# Maximum Casting Speed
MaxMAtkSpeed = 1
 
 
net.sf.l2j. Config
 
public static int MAX_MATK_SPEED;
 
MAX_MATK_SPEED = Custom.getProperty("MaxMAtkSpeed", 1999);
 
 
net.sf.l2j.gameserver.model.actor.stat.CharStat;
 
public int getMAtkSpd()
{
return Math.min((int) calcStat(Stats.MAGIC_ATTACK_SPEED, 333.0 * ((_activeChar.isChampion()) ? Config.CHAMPION_SPD_ATK : 1), null, null), Config.MAX_MATK_SPEED);
}
 

4 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock