View Single Post
06/30/14, 03:29 AM   #42
Flagrick
 
Flagrick's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 24
Originally Posted by CrazyDutchGuy View Post
Loop of your inventory and search for the itemlink, and use bag GetItemName to extract name
Lua Code:
  1. GetItemLink(integer bagId, integer slotIndex, LinkStyle linkStyle)
  2. GetItemName(integer bagId, integer slotIndex)
thx, but it doesn't work with EVENT_LOOT_RECEIVED and QuestTool's items.
The items are not realy in the bag but in the quest manager.

To precise my question : how to match itemlink from EVENT_LOOT_RECEIVED that contains no text, with QuestTool's items that i have all info and specially name.
  Reply With Quote