View Single Post
05/02/18, 08:33 AM   #1
redgabber
AddOn Author - Click to view addons
Join Date: May 2017
Posts: 6
Need info about OnItemLooted event - [solved]

Hi

i m hard to find a solution to get the quantity BEFORE OnItemLooted event will fire.

I work into OnInventoryUpdate(..), and the quantity is not known at this moment, just itemLink.

Is there a way to get the quantity before OnItemLooted event ?

events :

OnInventoryUpdate(eventCode,bagId,slotId,isNewItem,itemSoundCategory,updateReason)
i build itemLink from parameters here.

OnItemLooted(eventCode, lootedBy, itemLink, quantity, itemSound, lootType, isSelf, isPickpocketLoot)

same here
http://www.esoui.com/forums/showthre...=item+quantity

is it limited by the API ?

thanks

Last edited by redgabber : 05/02/18 at 06:32 PM.
  Reply With Quote