View Single Post
01/10/24, 04:39 PM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,002
https://wiki.esoui.com/EVENT_INVENTO...LE_SLOT_UPDATE

This should be the event that triggers if any item get's into your BAG_BACKPACK (from loot etc.) but be carefull, it also triggers if anything happens with the items like durability of worn items changes, or stack is split in inventory, etc.
So add event filters there to "isNew" e.g.. Event filters are described here:
https://wiki.esoui.com/AddFilterForEvent
  Reply With Quote