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/uthciha-services
https://campsite.bio/utchihaamkt
A simple DKP bot for Discord:
https://url.4teambr.com/4tbotlink
Command for config: !4tdkp
Test for 5h
I make it for Throne and Liberty, idk if worth for Lineage 2
(BETA)
Server Features:
As Server Admin:
As a User:
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