Hi, I came up with a concept which allows the cooldown reset of a certain skill when someone kills a player in pvp. Here is what I tried so far but it doesn't seem to do anything at all:
//Reset skill cooldown on pvp
for (Skill skill : getAllSkills())
{
if (skill.getId() == 821) //Currently Shadow Step
{
enableSkill(skill);
}
}
P.S I added it inside IncreasePvpKills() method in L2PcInstance class. Any suggestions to make it functional? Thank you.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
hello everyone !
I need help with a l2script Rev H5-Salvation/Classic build. I compiled the project, installed everything but I can't log in to the server, it won't log me in. I tried a thousand ways without good results. I leave you the error when logging in either with the H5-Salvation Client.
ERROR ---> WARN: IPBANMANAGER ---> IP !!!!
I'm waiting for help! Thank you!
Question
Meydex
Hi,
I came up with a concept which allows the cooldown reset of a certain skill when someone kills a player in pvp.
Here is what I tried so far but it doesn't seem to do anything at all:
P.S I added it inside IncreasePvpKills() method in L2PcInstance class.
Any suggestions to make it functional?
Thank you.
9 answers to this question
Recommended Posts