Thread Tools Display Modes
Prev Previous Post   Next Post Next
Unread 12-02-12, 07:03 PM   #4
Baanano
Bomani Harbinger
AddOn Author - Click to view addons
Join Date: Mar 2012
Posts: 5
What are just using as value for the item variable?

Just tried this and it works for me:

Code:
local item = Utility.Item.Slot.Equipment("helmet")
local itemDetail = Inspect.Item.Detail(item)
local itemStrength = itemDetail and itemDetail.stats and itemDetail.stats.strength or 0
Baanano is offline   Reply With Quote
 

Go BackRiftui » Developer Discussions » Lua Help » pulling stats off an item


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