Hello everyone, we are one of the top gaming currency stores. We work exclusively with top projects.
If you are interested in anything like Adena, Coins, Equip, write to us
Discord - pchelacoin
Telegram - https://t.me/ipchelacoin
BOHPTS, KETRAWARS, EURO-PVP, L2REBORN, E-GLOBAL, LA2DREAM
TOP PRICE !!!!!!!
Question
Saxantes
Hi, i have problem with this code:
public boolean onActionTime() { L2Character effected = getEffected(); if (getSkill().getSkillType() != L2SkillType.HEAL) return false; if (getEffected().isDead()) return false;This is code from effects.
This line: if (getSkill().getSkillType() != L2SkillType.HEAL) , should stop effect if skill is different than HEAL skill, but it doesnt :x .
What should i do if i want to stop current effect if player use any type of skill or he attack someone else or he get dmg ?
Where should i search this commands in which java files?
9 answers to this question
Recommended Posts