| | |
");
replyMSG.append("Drop: | | |
");
replyMSG.append("Rate EXP = " + Config.RATE_XP + " | | |
");
replyMSG.append("Rate SP = " + Config.RATE_SP + " | | |
");
replyMSG.append("Rate Drop Spoil = " + Config.RATE_CORPSE_DROP_CHANCE_MULTIPLIER + " | | |
");
replyMSG.append(" | | |
");
replyMSG.append("Enchant: | | |
");
replyMSG.append("Enchant Element Stone = " + Config.ENCHANT_CHANCE_ELEMENT_STONE + " | | |
");
replyMSG.append("Enchant Element Crystal = " + Config.ENCHANT_CHANCE_ELEMENT_CRYSTAL + " | | |
");
replyMSG.append("Enchant Element Jewel = " + Config.ENCHANT_CHANCE_ELEMENT_JEWEL + " | | |
");
replyMSG.append("Enchant Element Energy = " + Config.ENCHANT_CHANCE_ELEMENT_ENERGY + " | | |
");
replyMSG.append("
");
adminReply.setHtml(replyMSG.toString());
activeChar.sendPacket(adminReply);
}
}