View Single Post
04/08/14, 02:43 PM   #7
Sebas613
Join Date: Apr 2014
Posts: 4
Originally Posted by Xrystal View Post
Yes you can save links if you get them via GetItemLink(bagID,slotID,linkType) etc. I used it to store link data into the saved variables file in one of my test addons to see what the format is.

For example:

local itemLink = GetItemLink(bagID,slotID, LINK_STYLE_DEFAULT)

Would appear in the saved variables file as follows:

[[|HFFFFFF:item:45837:1:1:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|hKuoko|h]]

I would imagine writing that link out without alteration should work fine.
I am not a coder, but I'm happy its there for anyone who could make it =)
  Reply With Quote