Mellion Posted March 22, 2017 Posted March 22, 2017 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); }
0 SweeTs Posted March 22, 2017 Posted March 22, 2017 Check acis share section on mxc, I shared such thing.
0 Mellion Posted March 22, 2017 Author Posted March 22, 2017 Is not limiting stats. i wanna casting speed 1.999 but i can get more that 1.999 cus its not maximize
0 Mellion Posted March 22, 2017 Author Posted March 22, 2017 (edited) Problem its to old, i adept it THanks :) http://www.maxcheaters.com/topic/166520-max-atk-cast-speed-309-rev/?hl=limit Edited March 22, 2017 by Mellion
Question
Mellion
Hello i have problem whit this limiting stats on acis.
Like casting speed, Movements speed , Runspeed.
Can help me please?
Config/custom.properties
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 accountSign in
Already have an account? Sign in here.
Sign In Now