Jump to content

Recommended Posts

Posted

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.

  • 2 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...