Thread: D2Loot Tool
View Single Post
  #3  
Old 06-01-2009, 12:36 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Yes I think that's possible - perhaps with a software toggle option.

Unless I'm wrong, this is done by setting a flag=0 in lootdrop_entries.equip_item.

If you want a quick fix, you can run this query
Code:
UPDATE lootdrop_entries,lootdrop SET equip_item=0 WHERE
 (lootdrop.id=lootdrop_entries.lootdrop_id) AND lootdrop.name LIKE "lvl_%"
GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote