db新增编号可自订
代码: 选择全部
330021 传说药水 传说药水 传说药水 potion normal glass 1000 2127 46 130 1 0 0 0 0 0 0 0 0 1 0 0 0 2 0 0 0 0
l1j.server.server.clientpackets.C_ItemUSe.java
找} else if (itemId == 40043) { // 兔の肝
贴在
} else if (itemId == 40043) { // 兔の肝
UseHeallingPotion(pc, 600, 189);
pc.getInventory().removeItem(l1iteminstance, 1);
下面即可
代码: 选择全部
} else if (itemId == 330021) { // 传说药水 编号可自订
UseHeallingPotion(pc, 1000, 189); //1000为回复量189为效果可自订
pc.getInventory().removeItem(l1iteminstance, 1);