0 Members and 1 Guest are viewing this topic.
is there any way to add npc buffer other than through java?using scripts/customrev actual 562
Good man thx One question, how do I make L2BufferInstance.java not apply the buffe for free?
and insert this: if (player.getInventory().getInventoryItemCount(itemId, 0) < itemcount) { player.sendMessage("You do not have enough items!"); return; }