View Single Post
  #3  
Old 02-23-2004, 04:40 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

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?
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote