Property | Edit Field | Old Value |
Price | " + tradeList.getPriceForItemId(itemID) + " |
Property | Value |
Price | " + tradeList.getPriceForItemId(itemID) + " |
Property | Edit Field |
ItemID | |
Price |
Item Name | Price | Delete |
" + ItemTable.getInstance().getTemplate(item.getItemId()).getName() + " | "); replyMSG.append("" + item.getPrice() + " | "); replyMSG.append("|
"); replyMSG.append(" | ||
. |
Mecrchant List ID |
Trade List " + tradeList.getListId() + " |
npc_id itemId category | item[id] | type | del |
" + npcData.npcId + " " + drop.getItemId() + " " + cat.getCategoryType() + " | " + "" + ItemTable.getInstance().getTemplate(drop.getItemId()).getName() + "[" + drop.getItemId() + "]" + " | " + (drop.isQuestDrop() ? "Q" : (cat.isSweep() ? "S" : "D")) + " | " + "del |
Appertain of NPC | " + NpcTable.getInstance().getTemplate(dropData.getInt("mobId")).name + " |
ItemName | " + ItemTable.getInstance().getTemplate(dropData.getInt("itemId")).getName() + "(" + dropData.getInt("itemId") + ") |
Category | " + ((category == -1) ? "sweep" : Integer.toString(category)) + " |
MIN(" + dropData.getInt("min") + ") | |
MAX(" + dropData.getInt("max") + ") | |
CHANCE(" + dropData.getInt("chance") + ") |
Item-Id | |
MIN | |
MAX | |
CATEGORY(sweep=-1) | |
CHANCE(0-1000000) |