Jump to content

Question

Posted

hello.

 

I want to make skill reuse 0 when you finish olympiad game and teleport to town.

 

I mean, if you used for example COV and it has big reuse delay, when you finish game skill must be enablad.

 

Is it possible?

7 answers to this question

Recommended Posts

  • 0
Posted

On l2j

 

player.resetTimeStamps();
player.resetDisabledSkills();
player.sendPacket(new SkillCoolTime(player));

  • 0
Posted (edited)

 

player.getReuseTimeStamp().clear();
player.getDisabledSkills().clear();
player.sendPacket(new SkillCoolTime(player));
Edited by SweeTs
Guest
This topic is now closed to further replies.


×
×
  • 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