I trying adapt elfocrash's menu for l2jacis (rev. 330), change for usercommand, all work fine exсept disabling soulshot's/spiritshots effect. Effect disabling only on weapon, but attack's on npc with effect (if u don't understand me can make video). Pls help, i attach code from handler/itemhandler/soulshots.java , maybe u find problem. Sry for bad english. ;)
return;
}
final SkillHolder[] skills = item.getItem().getSkills();
weaponInst.setChargedShot(ShotType.SOULSHOT, true);
activeChar.sendPacket(SystemMessageId.ENABLED_SOULSHOT);
if (!activeChar.isSSDisabled())
Broadcast.toSelfAndKnownPlayersInRadiusSq(activeChar, new MagicSkillUse(activeChar, activeChar, skills[0].getSkillId(), 1, 0, 0), 360000);
}
}
Hola , quería montar un c4 off l2 no custom , me podrían recomendar datapacks y que funcione con windows servers modernos o en una máquina virtual , ya que no tengo plat para comprar y solo lo usare para jugar solo ya que soy un fanático del c4
Question
t4u2d
I trying adapt elfocrash's menu for l2jacis (rev. 330), change for usercommand, all work fine exсept disabling soulshot's/spiritshots effect. Effect disabling only on weapon, but attack's on npc with effect (if u don't understand me can make video). Pls help, i attach code from handler/itemhandler/soulshots.java , maybe u find problem. Sry for bad english. ;)
Edited by t4u2d10 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now