Thread Tools Display Modes
03/02/17, 09:45 PM   #1
Gamer1986PAN
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 87
Max Enchantment Checker

Is there an addon that checks if you have white/green/blue/purple/yellow glyphs on an item and writes the Enchantment-Note of the item-tooltip in that color?
  Reply With Quote
03/03/17, 07:42 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,970
Not existing so far afaik.
I'm not sure if we're able to check if an item is enchanted with white/green/blue/purple or legendary runes.

If not
One would need to build a database with the + values for each level and check the item's trait too (increased enchanting value by x % needs to be calculated then too and it maybe have difficulties with rounding then).
  Reply With Quote
03/03/17, 12:55 PM   #3
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
Offhand, I have a filthy method for this that could work:

Take the item link and grab the enchantment quality value.
Create a new item link with the enchantment quality value as the item's quality value.
Run that through quality = GetItemLinkQuality(itemLink)
Run that link through GetItemQualityColor(quality)

You now have the color without bothering with a lookup table.
  Reply With Quote
03/03/17, 07:19 PM   #4
Gamer1986PAN
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 87
if you find a way without the database fine - if not let me know, i try to get all the values u will need...
because i dont like crafting enchantments i didn't really have to craft - especially the legendary ones...
  Reply With Quote
03/03/17, 11:15 PM   #5
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
http://www.esoui.com/downloads/info1...edQuality.html

Last edited by Rhyono : 03/04/17 at 12:30 AM.
  Reply With Quote
03/04/17, 02:40 AM   #6
Gamer1986PAN
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 87
big thanks from me and my guildmate that brought me to this idea ^^
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Max Enchantment Checker


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