View Single Post
05/16/14, 11:10 PM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Mitsarugi View Post
Then i would like to know how to get item icon texture paths as i need a lot for my addon.
You will need to get icon textures from itemlinks:
Lua Code:
  1. local icon, sellPrice, meetsUsageRequirement, equipType, itemStyle = GetItemLinkInfo(itemLink)

How to create a fake item link and where you can get itemId's is described in old feature request for your TreasureMaps

EDIT:
And exactly as Seerah said, if you use ZO_DefaultBackdrop, your window must have name. Its because ZO_DefaultBackdrop contains texture with name "$(parent)MungeOverlay".

Last edited by Garkin : 05/16/14 at 11:20 PM.
  Reply With Quote