View Single Post
05/14/14, 01:42 AM   #20
Edda
 
Edda's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 60
Originally Posted by Garkin View Post
Lets try some hack
I found the function I needed, no need to rewrite anything :
Lua Code:
  1. IsItemJunk(bagId, slotId)

Combine this with 'isNewItem' from the inventory update function and you got everything you need.

Btw credits to you I used your dustman to find the right event/function I needed.
  Reply With Quote