Download
(64Kb)
Download
Updated: 07-31-18 11:24 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:07-31-18 11:24 AM
Created:08-10-13 04:39 AM
Downloads:16,052
Favorites:62
MD5:

!SyLevel  Popular! (More than 5000 hits)

Version: 3.0.2-Alpha
by: suicidalkatt [More]

!SyLevel

Is a lightweight addon which displays item level text on your item slots. It offers support for addon authors wanting to include functionality in their addons.

AddOns currently using this framework:
Features:
  • Customizable display locations (listed below)
  • Customizable filter to limit display on item levels below a level you set.
  • Chose from one of four possible coloring options.
  • Embedded LibItemUpgradeInfo-1.0 to ensure accurate item levels are displayed.
  • Expandable to your addon (aimed at addon authors if you are one).

Display Locations:
  • Bags
  • Bank Window
  • Character
  • Character Equipment Flyout
  • Guild Bank Window
  • Inspect Window
  • Loot Window
  • Mail Window
  • Merchant Window
  • Profession Window
  • Trade Window
  • Void Storage Window

This is an initial version so please feel free to leave any feedback in the comments and I'll be sure to respond!

A special thanks to haste for allowing me to use the framework of his addon oGlow

v3.0.2-Alpha
  • Addressed issue with tradeskill pipe not passing "self" on update.

v3.0.1-Alpha
  • Forgot updates with Tradeskill pipe.

v3.0.0-Alpha
  • TOC Bump
  • LibItemUpgradeInfo-1.0 library updated.

v2.001
  • Typo fix.

v2.0
  • Updated the internal ace libraries
  • Changed some values to be more reasonable item level ranges.
  • Added a new "Class Coloring" option.

v1.9
  • Lib updated.

v1.8
  • Added 2 new coloring functions to the color function list. Items less than 450 item level will be colored grey and any items above will gradient from green to red or visa versa.

v1.7
  • Fixed issue with all pipes being automatically re-enabled on login. This will all be changed on a rewrite of this addon.

v1.6
  • Made adjustments to function calls for void storage as well as hooked a function to update on tab change.

v1.5
  • Updated ToC to 6.0.2
  • Updated included LibItemUpgradeInfo library.
  • Updated included LibSharedMedia library.

v1.4
  • Updated ToC to 5.4
  • Updated included LibItemUpgradeInfo library.

v1.1
  • Removed alphabetizing function for options tables. Caused issues with returning name values for pipes.
Optional Files (3)
File Name
Version
Size
Author
Date
Type
v1.1
3kB
10-27-14 08:26 PM
Addon
v1.3
3kB
08-19-13 03:16 AM
Addon
v1.2
2kB
08-19-13 12:45 AM
Addon


Post A Reply Comment Options
Unread 01-25-16, 10:46 AM  
Ginji
A Defias Bandit
 
Ginji's Avatar

Forum posts: 3
File comments: 21
Uploads: 0
Inventorian Support

Hello, is there any way to add support for Inventorian?
Report comment to moderator  
Reply With Quote
Unread 01-07-16, 12:12 PM  
Desik™
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 18
Uploads: 2
request for Quality coloring to match my oGlow borders
Report comment to moderator  
Reply With Quote
Unread 08-15-15, 07:15 PM  
evilbib
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 44
Uploads: 2
Originally Posted by darklimpan
Are there any chance this addon could be updated to work with patch 6.2's timewarped gear? As an example, my warlock's equipped staff show as an ilvl 115 item while outside a timewalking dungeon, while it it is infact ilvl 675 (Timewarped Warforged).
Hey there,

had the same problem but all you have to do is update the library. Here is the link http://www.wowace.com/addons/libitem...nfo-1-0/files/

Unfortunately Timewarped Warforged items are not supported yet.

Edit:
I actually found a fix for that problem. If you have the newest library do the following.
Chang this line, should be 177 in the Core.lua file
Lua Code:
  1. scantooltip=((s13==1) and s14==615) -- Really to be better tested
to
Lua Code:
  1. scantooltip=((s13==1 or s13==2) and s14==615) -- Really to be better tested

I left a comment for the author to update his library.
Last edited by evilbib : 08-21-15 at 03:55 AM.
Report comment to moderator  
Reply With Quote
Unread 07-03-15, 01:33 AM  
darklimpan
Premium Member
Premium Member

Forum posts: 1
File comments: 12
Uploads: 0
Are there any chance this addon could be updated to work with patch 6.2's timewarped gear? As an example, my warlock's equipped staff show as an ilvl 115 item while outside a timewalking dungeon, while it it is infact ilvl 675 (Timewarped Warforged).
Report comment to moderator  
Reply With Quote
Unread 12-18-14, 11:38 PM  
Xuerian
A Fallenroot Satyr
 
Xuerian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 161
Uploads: 7
Originally Posted by suicidalkatt
Originally Posted by Xuerian
Finding it quite useful, thanks.

I second the request to filter trade goods (Or perhaps "Show on equipment only"), though. Itemlevels below 100 can still be meaningful.
This can be done with addons like Adibags which allow filtering of SyLevel within their addon.

Please check it out!
Whelp, I don't use adibags, but I am an author so I did it myself in about half a line. I also changed the relative ilvl gradient a bit.

Easy enough =)
Report comment to moderator  
Reply With Quote
Unread 12-16-14, 11:04 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Originally Posted by Xuerian
Finding it quite useful, thanks.

I second the request to filter trade goods (Or perhaps "Show on equipment only"), though. Itemlevels below 100 can still be meaningful.
This can be done with addons like Adibags which allow filtering of SyLevel within their addon.

Please check it out!
Report comment to moderator  
Reply With Quote
Unread 12-16-14, 10:02 PM  
Xuerian
A Fallenroot Satyr
 
Xuerian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 161
Uploads: 7
Finding it quite useful, thanks.

I second the request to filter trade goods (Or perhaps "Show on equipment only"), though. Itemlevels below 100 can still be meaningful.
Last edited by Xuerian : 12-16-14 at 10:02 PM.
Report comment to moderator  
Reply With Quote
Unread 11-17-14, 04:21 PM  
Kylaraa
A Kobold Labourer
 
Kylaraa's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
Garrosh Heirlooms don't update on the paper doll. Still shows 569 regardless of the iLvL on the weapon. Ex at level 98 the Heirloom should show as an iLvL 610, that's not happening.

Any ideas?

Thanks so much for this addon. Great quality of life enhancement
Report comment to moderator  
Reply With Quote
Unread 10-26-14, 03:29 PM  
lina22
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Originally Posted by suicidalkatt
Originally Posted by lina22
pls support for adibags, each time i relog i ve to activate it again
I've recently posted to a ticket regarding the proper implementation of SyLevel into Adibags:

http://pastebin.com/Mu8hN61n

http://www.wowace.com/addons/adibags...-compatibility

Should it be included in the next release, all functionality should be as expected.
Working perfect, ty
Report comment to moderator  
Reply With Quote
Unread 10-26-14, 12:42 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Originally Posted by lina22
pls support for adibags, each time i relog i ve to activate it again
I've recently posted to a ticket regarding the proper implementation of SyLevel into Adibags:

http://pastebin.com/Mu8hN61n

http://www.wowace.com/addons/adibags...-compatibility

Should it be included in the next release, all functionality should be as expected.
Report comment to moderator  
Reply With Quote
Unread 10-25-14, 05:54 AM  
lina22
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
pls support for adibags, each time i relog i ve to activate it again
Report comment to moderator  
Reply With Quote
Unread 10-25-14, 12:13 AM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Originally Posted by lina22
Suggestions that i would love

-Only show ilvl in gear (not trade goods, etc)
- Show ilvl in roll frames

And amazing addon keep up the work
You can filter your item levels to have to be above a certain level. If you keep it over say 400 or so that should do just what you're wanting.

iLvl in roll frames is a possibility.
Report comment to moderator  
Reply With Quote
Unread 10-24-14, 05:05 PM  
lina22
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Suggestions that i would love

-Only show ilvl in gear (not trade goods, junk, etc)
- Show ilvl in roll frames

And amazing addon keep up the work
Last edited by lina22 : 10-25-14 at 03:01 AM.
Report comment to moderator  
Reply With Quote
Unread 10-20-14, 09:51 AM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Re: Void Storage not working

Originally Posted by Okerhs
1x SyLevel\pipes\voidstorage.lua:8: Usage: GetVoidItemInfo(tab, slot)
[C]: in function `GetVoidItemInfo'
SyLevel\pipes\voidstorage.lua:8: in function <SyLevel\pipes\voidstorage.lua:3>
(tail call): ?
(tail call): ?
[C]: in function `TurnOrActionStop'
[string "TURNORACTION"]:4: in function <[string "TURNORACTION"]:1>
~snipe~
Thanks I'll look into it.
Report comment to moderator  
Reply With Quote
Unread 10-20-14, 01:55 AM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Re: Adibags and SyLevel

Originally Posted by Chorthee
Adibags has built in a checkbox to use SyLevel as the tool to display the iLvls instead of the build-in tool in Adibags. The Sylevel option is more desirable since it displays it many other places. Adibags only displays the iLvls in bags.

Anyway, I get the same issues as the original poster.

Thanks. I love the addon.
I see, I wasn't aware Adibags was trying to implement support. I was going through the coding and I see a few issues. I'll see if I can steer the author in the right direction.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.