View Single Post
04-06-19, 04:03 PM   #5
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
Thanks again for your help!

It turned out that the error was something else:
Apparently, the slotIDs for bank are now 48-75.

When I changed the line in my code above to
Code:
scannerTooltip:SetInventoryItem('player', self:GetID()+47)
it worked fine!
  Reply With Quote