Log in

View Full Version : Looking for a query


chrsschb
12-07-2008, 01:46 AM
Looking for a query that I can use to add loot drops to mobs by level range.

For instance. I want to add cloth armor drops to all mobs level 1 - 10.

Thanks for the help :D

trevius
12-07-2008, 05:37 AM
That would probably be a pretty lengthy bit of mysql, since you would need to list off all item IDs and such for all of the scenarios of loot you want. You might want to check out the diablo style loot tool from GeorgeS. It is listed on his website and does something similar to what you are wanting.

chrsschb
12-07-2008, 01:34 PM
That would probably be a pretty lengthy bit of mysql, since you would need to list off all item IDs and such for all of the scenarios of loot you want. You might want to check out the diablo style loot tool from GeorgeS. It is listed on his website and does something similar to what you are wanting.

I'll give it a look, thanks!