Thread Tools Display Modes
04/04/14, 06:39 PM   #1
AstroCat
 
AstroCat's Avatar
Join Date: Feb 2014
Posts: 18
Question [Request] - Item style ID?

Is there a way to ID the style of an item in the info box? Such as Dunmer, Imperial, etc... ? Thanks.
  Reply With Quote
04/04/14, 06:44 PM   #2
Biki
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 34
There is.

Code:
GetItemInfo(integer bagId, integer slotIndex)
-- Returns: textureName icon, integer stack, integer sellPrice, bool meetsUsageRequirement, bool locked, integer equipType, integer itemStyle, integer quality
itemStyle is what you need. The constants can be found here: http://wiki.esoui.com/Globals#ItemStyle
  Reply With Quote
04/05/14, 03:42 PM   #3
AstroCat
 
AstroCat's Avatar
Join Date: Feb 2014
Posts: 18
Is there a mod that adds this info? I'd love for the mouse over tooltip to tell me what style an item is.
  Reply With Quote
04/05/14, 11:37 PM   #4
Razalon
Join Date: Feb 2014
Posts: 3
Originally Posted by AstroCat View Post
Is there a mod that adds this info? I'd love for the mouse over tooltip to tell me what style an item is.
I agree!!

This is one of those things that "Should Have" been integrated into the game.
  Reply With Quote
04/07/14, 07:33 AM   #5
AstroCat
 
AstroCat's Avatar
Join Date: Feb 2014
Posts: 18
Any modders want to take this one up? Is it even possible? Thanks.
  Reply With Quote
04/07/14, 07:46 AM   #6
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
Well I can see functions to adjust the tooltip .. just cannot see anything that would tell you what tooltip you are changing .. still looking ..

edit: Looks like Tooltip:OnAddGameData is the only thing that looks promising

edit2: Had a quick look but cannot see anything that tells you which item in your inventory you are looking at the tooltip for. Of course it could be one of those hidden items that hasn't been publicised yet.

Last edited by Xrystal : 04/07/14 at 09:50 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » [Request] - Item style ID?


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