Jump to content
  • 0

Question

Posted

Have this problem in cancel returm for l2jacis.

 

ThreadPool.schedule(new CustomCancelTask((Player) target, cancelledBuffs), ConfigData.CUSTOM_CANCEL_SECONDS * 1000);

 

the  run no save the buff list.

 

I delete delay and work.

1 answer to this question

Recommended Posts

  • 0
Posted

just make your life easier..

  1. Create new function at the end of the file newFunction(L2Effect,Character)
  2. find the line with the effect.exit() 
  3. after that add a ThreadPool.schedule( () -> newFunction(effect,activeChar), ConfigData.CUSTOM_CANCEL_SECONDS * 1000);
  4. done.
  • Like 1

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