Hello, im using l2jfrozen rev 1118, and i'd like to edit the amount of buff that the skill Cancellation Removes, i've tried to change in xml files but nothing, i also have tried changing this lines on Eclipse but nothing..
L2Effect[] effects = getEffected().getAllEffects(); int maxdisp = (int) getSkill().getNegatePower(); if (maxdisp == 0) { maxdisp = 3; }
I cant find where to change amount of buff that Cancellation, removes :( Please help me!
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
It doesn't say that anywhere.
https://acis.i-live.eu/index.php?topic=30.0
check it from source java file names
example in 367 ->
https://acis.i-live.eu/index.php?topic=30.255 l2bufferinstance renamed to schemebuffer | l2pcinstance renamed to player
check changeset 367 to understand
DISCORD :
https://discord.com/users/325653525793210378
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
Eldamar Don't tell me what to do, stop spamming and mind your own business, it's 2025, who's going to play your server like it's 2007, you're ridiculous.
Question
JackCerutti
Hello, im using l2jfrozen rev 1118, and i'd like to edit the amount of buff that the skill Cancellation Removes, i've tried to change in xml files but nothing, i also have tried changing this lines on Eclipse but nothing..
L2Effect[] effects = getEffected().getAllEffects();
int maxdisp = (int) getSkill().getNegatePower();
if (maxdisp == 0)
{
maxdisp = 3;
}
I cant find where to change amount of buff that Cancellation, removes :( Please help me!
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.