giannakislol Posted July 18, 2009 Posted July 18, 2009 Hi Guys is there any way to low down evansion of classes? Quote
0 Kràtos Posted July 18, 2009 Posted July 18, 2009 Search..... is your best friend..... btw; CharStat.java - return (int) (calcStat(Stats.EVASION_RATE, 0, target, null) / _activeChar.getArmourExpertisePenalty()); + int val = (int) (calcStat(Stats.EVASION_RATE, 0, target, null) / _activeChar.getArmourExpertisePenalty()); + if (val > Config.MAX_EVASION && !(_activeChar instanceof L2PcInstance && ((L2PcInstance)_activeChar).isGM())) + return Config.MAX_EVASION; + return val; } public long getExp() Config.java ..... public static int MAX_EVASION; … ALT_DISABLE_RAIDBOSS_PETRIFICATION = Boolean.parseBoolean(altSettings.getProperty("DisableRaidBossPetrification", "false")); ALT_PCRITICAL_CAP = Integer.parseInt(altSettings.getProperty("AltPCriticalCap", "500")); ALT_MCRITICAL_CAP = Integer.parseInt(altSettings.getProperty("AltMCriticalCap", "200")); + MAX_EVASION = Integer.parseInt(altSettings.getProperty("MaxEvasion", "200")); GL. Quote
0 giannakislol Posted July 18, 2009 Author Posted July 18, 2009 i dont think i have these files Quote
0 Kràtos Posted July 18, 2009 Posted July 18, 2009 Learn how to edit your core + how to compile and etc Here are some usefull link. 1. http://www.l2jserver.com/trac/wiki 2. http://www.l2jdp.com/trac/wiki Quote
Question
giannakislol
Hi Guys is there any way to low down evansion of classes?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.