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:46
Total downloads:18,777
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, 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
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, 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, 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, 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, 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, 09:19 PM  
Yssaril
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 7
Uploads: 1
Originally Posted by Erden
Latest version seems to work fine, thanks for the update.
good to hear
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 06:18 AM  
Sickmetal

Forum posts: 1
File comments: 2
Uploads: 0
Add-on is marked as out-of-date

I have the latest version installed, 0.1.1. After installing this add-on and a few others then starting the game then clicking Add-Ons, this add-on is marked as out-of-date.
Report comment to moderator  
Reply With Quote
Unread 04/06/14, 10:20 AM  
Marc05

Forum posts: 2
File comments: 2
Uploads: 0
Re: Add-on is marked as out-of-date

Originally Posted by Sickmetal
I have the latest version installed, 0.1.1. After installing this add-on and a few others then starting the game then clicking Add-Ons, this add-on is marked as out-of-date.
Would be nice to get an update for this.
Report comment to moderator  
Reply With Quote
Unread 04/06/14, 11:43 AM  
Yssaril
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 7
Uploads: 1
Re: Re: Add-on is marked as out-of-date

Originally Posted by Marc05
Originally Posted by Sickmetal
I have the latest version installed, 0.1.1. After installing this add-on and a few others then starting the game then clicking Add-Ons, this add-on is marked as out-of-date.
Would be nice to get an update for this.
update is uploaded should be available soon

game decided to re-download 22GB of data before letting me into live to make sure everything still worked
Report comment to moderator  
Reply With Quote
Unread 04/06/14, 05:10 PM  
sucht

Forum posts: 0
File comments: 28
Uploads: 0
my blue objects have no blue border, no border.
Report comment to moderator  
Reply With Quote
Unread 04/06/14, 09:58 PM  
Yssaril
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 7
Uploads: 1
Originally Posted by sucht
my blue objects have no blue border, no border.
can you post a screenshot?
Report comment to moderator  
Reply With Quote
Unread 04/07/14, 11:13 PM  
sucht

Forum posts: 0
File comments: 28
Uploads: 0




it concerns here strangely only the hand, unfortunately, have no other blue object for the hand.

es betrifft hier komischerweise nur die hand, hab leider keinen anderen blauen gegenstand für die hand.
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 03:42 PM  
Yssaril
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 7
Uploads: 1
Originally Posted by sucht




it concerns here strangely only the hand, unfortunately, have no other blue object for the hand.

es betrifft hier komischerweise nur die hand, hab leider keinen anderen blauen gegenstand für die hand.
hmm looks like some weapons have a solid background for their icon. i'll have to see fixing that.
Report comment to moderator  
Reply With Quote
Unread 04/09/14, 04:21 PM  
Yssaril
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 7
Uploads: 1
Originally Posted by sucht
<<<<snip>>>>

it concerns here strangely only the hand, unfortunately, have no other blue object for the hand.

es betrifft hier komischerweise nur die hand, hab leider keinen anderen blauen gegenstand für die hand.
try version 0.1.4a i changed the texture its more minimalistic but should outline even those weapons let me know if this fixes things for you
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: