Download
(18 Kb)
Download
Updated: 04/10/14 01:09 PM
Pictures
File Info
Compatibility:
Live (1.0)
Updated:04/10/14 01:09 PM
Created:03/16/14 11:42 AM
Monthly downloads:20
Total downloads:18,723
Favorites:95
MD5:
YssEquipmentIndicator  Popular! (More than 5000 hits)
Version: 0.1.4b
by: Yssaril [More]
Displays equipped item quality and durability
0.1.4b
* reverted to old texture but made it overlay instead of under
* use IsItemChargeable instead of a fixed slot list
0.1.4a
* made it easier to change texture sizing
* added 2 new texture you can edit the lua file to change them (menu to come later maybe)
0.1.3
* use charge not condition for weapon slots
0.1.2
* updated to live APIversion
0.1.1
* changed to Quality color API instead of our own colors
* hard coded the inventory frame list (hopefully will help our international friends)
0.1.0
* Initial version
Optional Files (0)


Archived Files (6)
File Name
Version
Size
Uploader
Date
0.1.4a
19kB
Yssaril
04/09/14 04:24 PM
0.1.4a
75kB
Yssaril
04/09/14 04:19 PM
0.1.3
11kB
Yssaril
04/08/14 03:39 PM
0.1.2
11kB
Yssaril
04/06/14 11:42 AM
0.1.1
11kB
Yssaril
03/16/14 05:20 PM
0.1.0
11kB
03/16/14 11:42 AM


Post A Reply Comment Options
Unread 03/16/14, 07:47 PM  
Erden

Forum posts: 1
File comments: 15
Uploads: 0
Latest version seems to work fine, thanks for the update.
Report comment to moderator  
Reply With Quote
Unread 03/16/14, 05:28 PM  
Yssaril
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 7
Uploads: 1
Originally Posted by Erden
Compared to "Inventory Item Borders", this addon unfortunately doesn't load at all for me.
Everything seems fine in the addon-menu, but it doesn't show anything on the character item slots (set to EU cluster, English language setting).
am not sure why mine would fail i changed some things around in the latest version if you want to check it out.

@ Biki
welcome to the fine art of lua coding . I got my idea from an addon i had for WoW when i mentioned it to a friend they thought it would be cool to see durability as well since the game kinda hides that.
Good find on the GetItemQualityColor function
Last edited by Yssaril : 03/16/14 at 05:28 PM.
Report comment to moderator  
Reply With Quote
Unread 03/16/14, 02:58 PM  
Erden

Forum posts: 1
File comments: 15
Uploads: 0
Compared to "Inventory Item Borders", this addon unfortunately doesn't load at all for me.
Everything seems fine in the addon-menu, but it doesn't show anything on the character item slots (set to EU cluster, English language setting).
Report comment to moderator  
Reply With Quote
Unread 03/16/14, 02:09 PM  
Biki
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 67
Uploads: 5
Nevermind my colors, someone on reddit (source: http://www.reddit.com/r/esoaddons/co..._color/cg45z2h) mentioned this helpful little function:

Code:
c = GetItemQualityColor(quality) - returns c.r c.g c.b c.a
So I guess that would be the best way of doing it.
Last edited by Biki : 03/16/14 at 02:10 PM.
Report comment to moderator  
Reply With Quote
Unread 03/16/14, 01:36 PM  
Biki
AddOn Author - Click to view AddOns

Forum posts: 34
File comments: 67
Uploads: 5
Nice mod, seems like we had a similar idea
http://www.esoui.com/downloads/info6...emBorders.html

Your mod is more advanced than mine, though. Nice looking background and even shows the condition fo the item. Still, creating my simple mod was a neat learning experience, since I've never done anything in Lua before, so I'm not even mad

But, I didn't like some of your rarity colors. I actually grabbed the color codes from a screenshot for my mod, so they would be as close to the ingame color as possible. I modified your colors in my local version. In case you wish to edit your values, here they are:

Code:
local QualityColors = {
	[0] = {r = .5,   g = .5,     b = .5,    a = .8},          --ITEM_QUALITY_TRASH
	[1] = {r = .8,   g = .8,     b = .8,    a = .8},          --ITEM_QUALITY_NORMAL
	[2] = {r = 0,    g = .8,     b = 0,     a = .8},          --ITEM_QUALITY_MAGIC
	[3] = {r = 0.2,  g = 0.47,   b = .79,   a = .8},          --ITEM_QUALITY_ARCANE
	[4] = {r = .647, g = 0.254,  b = .952,  a = .8},          --ITEM_QUALITY_ARTIFACT   
	[5] = {r = .88,  g = 0.764,  b = 0.243, a = .8}           --ITEM_QUALITY_LEGENDARY
}
Last edited by Biki : 03/16/14 at 01:37 PM.
Report comment to moderator  
Reply With Quote
Unread 03/16/14, 12:15 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 112
Uploads: 1
Awesome! Thanks, Yss!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: