View Single Post
  #3  
Unread 12-20-2011, 07:55 PM
lunarwtr's Avatar
lunarwtr lunarwtr is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2011
Posts: 121
Convert the item ids from lorebook to hex value and u can then

Code:
...
local shortcut = Turbine.UI.Lotro.Shortcut(Turbine.UI.Lotro.ShortcutType.Item , string.format( '0x0000000000000000,0x%s', hex ))
quicks:SetShortcut( shortcut );
__________________
Author of Lotro Compendium, Waypoint, and Lotro Plugin Compendium (LPC)
Reply With Quote