View Single Post
01/30/16, 01:35 PM   #1
Agathorn
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 7
Did GetLootItemLink() Change?

Hey all,

Coming back to ESO and looking to update my addon for the current version. So far most everything appears to still be working, at least the important bits, but one thing I noticed right away is that my addon isn't getting item links anymore?

I get the item link from items looted to display in the chat log (if enabled) but they are all coming out as just "[]" now.

Code:
local link = GetLootItemLink(lootId,LINK_STYLE_BRACKETS)
d("got link: "..link)
I couldn't find any mention of this changing in the API changelogs.

EDIT to add: I'm fairly certain my lootId is correct because I later go on to use that id to actually loot the item and that is working.

Last edited by Agathorn : 01/30/16 at 01:39 PM.
  Reply With Quote