Quote:
Code:
DELETE merchantlist.* FROM items, merchantlist, lootdrop_entries WHERE cost = 0 AND items.id = merchantlist.item AND items.id = lootdrop_entries.item_id;
|
Hmm what about those same items that the NPC's will not pay YOU anything for? In other words, if you buy it from them (which will now cost pp, will they buy it back for pp?) I have noticed that they will give you 0 pp for an item that they sell for 0pp, even if you dont get it from them, but from a loot drop.. Follow me?