View Single Post
12/20/15, 10:41 AM   #3
SnowmanDK
 
SnowmanDK's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 161
Originally Posted by votan View Post
Hi SnowmanDK,

how you doing?

Plan A and B:
1. Maybe EVENT_INVENTORY_ITEM_USED is triggered?
2. EVENT_INVENTORY_SINGLE_SLOT_UPDATE is triggered for sure. May set a dirty flag in that event to re-read baits in custom pins tooltip creator callback.

CU
Thanks, I'll look at those
Update:
EVENT_INVENTORY_SINGLE_SLOT_UPDATE worked for me
I set it to update all fishing pins IF the change in the bag was in a fishing bait stack (checked using GetItemLink()).

Last edited by SnowmanDK : 12/20/15 at 11:15 AM.
  Reply With Quote