Thread Tools Display Modes
Prev Previous Post   Next Post Next
08/30/17, 08:43 PM   #1
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
[notabug] Crafted inconsistencies

I'm not sure if this is intended but I thought it might be an anomaly.

If you grab bag data like so

Code:
local bag =  SHARED_INVENTORY:GenerateFullSlotData(nil,<some bags>)
and find a glyph and do IsItemLinkCrafted() on the data's "lnk" it will always fail.

But if you take the bag and slot ids from it and build a link like so: GetItemLink(bag.bagId,bag.slotIndex)

IsItemLinkCrafted() will return properly.
 
 

ESOUI » Developer Discussions » Bug Reports » [notabug] Crafted inconsistencies


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off