Grierosu Posted July 28, 2009 Posted July 28, 2009 With this post I want to help the newbies that want to decresea cancellations power(buff slots) go in src/main/java/com/l2jfree/gameserver/handler/skillhandler/disablers.java 533: int lvlmodifier= 52+skill.getMagicLevel()*2; 534: if(skill.getMagicLevel()==12) lvlmodifier = (Experience.MAX_LEVEL - 1); 535: int landrate = 5; 536: if((target.getLevel() - lvlmodifier)>0) landrate = 1; landrate = x; x= number of buffs that will remove.
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