View Single Post
  #4  
Old 03-12-2017, 10:06 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

Well in my own server design all items broken into tiers, so I always know that lev X mob drops an item that has req lev X on it

You could probably write sql query that will look at min lev of a mob that drops item X and assign that lev as req lev to that item. May not actually be as easy as it sounds, may need an sql expert
Reply With Quote