Hey guys i have problem with when i have target raid boss or npc i cant use skils like frenzy zealot can u tell me how to fix it
if (activeChar.getTarget() instanceof L2MonsterInstance)
{
switch (skill.getSkillType())
{
case BUFF:
return;
case HEAL:
return;
case HEAL_PERCENT:
return;
}
}
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.
https://jsoft.top/
here is an example, cms uses html pages.
Front-end you use your own, if you have a pure static template (html/css/js) I can adapt it.
If you are interested, I can give access to the admin panel to study the functionality
Question
iAlreadyExist
Hey guys i have problem with when i have target raid boss or npc i cant use skils like frenzy zealot can u tell me how to fix it
13 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.