View Single Post
  #28  
Old 11-18-2013, 05:04 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,724
Default

Quote:
Originally Posted by Alecta [You must be logged in to view images. Log in or Register.]
Just random across all inventory slots, if it's empty then the body has no gear to loot. That way loading up the bags with fish scales adds no benefit.

And to clarify, all players have the same total inventory slots regardless of bags / etc. http://www.eqemulator.net/wiki/wikka...InventorySlots

I = RANDOM(0-109)
If I = 11 or 13 or 14 Then Drop Nothing -- Primary, Secondary, Range
If item[i] is No Drop Then Drop Nothing
Otherwise Drop item[i]
I like this as well.