PDA

View Full Version : D2Loot Tool


vales
05-31-2009, 02:05 PM
Hey George. I'm using your D2 Loot Tool, and I absolutely, love it. :) However, I had some questions/suggestions.

If there any way to set it so the items are not worn by the mobs? Fighting a level 5 mob with a level 75 procc'ing weapon is pretty hilarious. :D

Also, is there a query or something I can set so all of the items can automated with the generator? For example, I have to click every single level range from 1-10, 11-20, 21-30, etc., etc., then select the loot category and wait. What I was thinking is maybe have it so I can just select all of the level ranges and loot categories then just cue everything automatically so I won't have to sit there and do every single entry.

Or, is there maybe a SQL query to accomplish all of this?

vales
05-31-2009, 06:23 PM
Would help if I posted in the right section as well, lol. That's what I get for posting without my daily dose of coffee. :oops:

GeorgeS
06-01-2009, 12:36 AM
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

UPDATE lootdrop_entries,lootdrop SET equip_item=0 WHERE
(lootdrop.id=lootdrop_entries.lootdrop_id) AND lootdrop.name LIKE "lvl_%"


GeorgeS

vales
06-01-2009, 03:53 PM
Thanks, George. I'll give it a go. :)

vales
06-05-2009, 06:44 PM
Works excellent! :) Mobs are no longer equipping the uber items.