View Single Post
05/01/14, 03:20 AM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Lua Code:
  1. local link = GetItemLink(bagId, slotId)
  2. local itemID = select(4,ZO_LinkHandler_ParseLink(link))

BTW you can find itemIDs on Esohead - it is the number in URL:
http://www.esohead.com/items/23103.
  Reply With Quote