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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..