- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
Styx
Hello guys .
I want to do this in in my Buffer npc who know how?
Default :
<a action="bypass -h npc_%objectId%_getbuff 1204 130">
To work like This :
<a action="bypass -h npc_%objectId%_getbuff 1204 130;1003 130;1004 130">
if (actualCommand.equalsIgnoreCase("getbuff")) { if (buffid != 0 && !player.isDead()) { SkillTable.getInstance().getInfo(buffid, bufflevel).getEffects(this, player); broadcastPacket(new MagicSkillUse(this, player, buffid, bufflevel, 500, 0)); showChatWindow(player); } }I try some methods but i failed ... :|
Project aCis.
Edited by Styx5 answers to this question
Recommended Posts