Download
(4Kb)
Download
Updated: 12-20-08 03:14 AM
Pictures
File Info
Updated:12-20-08 03:14 AM
Created:12-19-08 06:14 AM
Downloads:3,558
Favorites:44
MD5:

GemJar

Version: 0.3.1
by: CamarisKT [More]

The Problem: As you reach around 440 Jewelcrafting, the JC window becomes a huge list of greyed out, unordered designs. You can no longer quickly see which gem is of what quality when everything has greyed out for you.

My Solution: Color gem designs by their quality, and emphasize WotLK gems by fading out 'old' designs. The result is GemJar.

This addon colors the designs in the JC tradeskill window (your own or linked ones) by the quality of the created gem or item. It fades out pre-WotlK designs, but will still color those by their respective quality colors. So, for example, TBC epic gems will be a faded out purple, while LK uncommon gems will be bright green. Bind-on-pickup gems such as the Dragon's Eyes get a distinct color (the Heirloom color).

Works with AdvancedTradeSkillWindow, except the Custom Sorting list.

0.3.1 - Bugfix
0.3 - First effort to make it multi-language. German, French, Spanish and Russian (and English) should work.
0.2 - Supports ATSW, except Custom Sorting
0.1 - Initial release
Optional Files (0)


Post A Reply Comment Options
Unread 02-05-10, 07:38 AM  
miros
A Defias Bandit
 
miros's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 83
Uploads: 7
local LK_EPIC = 80 -- not a guesstimate
local LK_BLUE = 80
local LK_GREEN = 75
local TBC_EPIC = 70

Fefore this fix, LK epic gems were showing dark purple to me.
Report comment to moderator  
Reply With Quote
Unread 06-12-09, 03:24 PM  
WayfarerOmega
A Murloc Raider

Forum posts: 8
File comments: 26
Uploads: 0
Any chance of GemJar being made compatible with Jobber? I recently installed Jobber for the added functionality to the tradeskill window but now all of my gem recipes are back to being gray instead of being colored by gem quality.
Report comment to moderator  
Reply With Quote
Unread 01-15-09, 03:54 PM  
Jerricka
An Aku'mai Servant
 
Jerricka's Avatar

Forum posts: 30
File comments: 178
Uploads: 0
Is not, however, compatible with Skillet =(
Oh well, maybe someday hehe.
Report comment to moderator  
Reply With Quote
Unread 01-11-09, 08:53 AM  
Bl4ckSh33p
A Flamescale Wyrmkin
 
Bl4ckSh33p's Avatar
AddOn Author - Click to view AddOns

Forum posts: 124
File comments: 97
Uploads: 12
Wrong label for Enchanted Tear

Hi! The "Enchanted Tear" (http://www.wowhead.com/?spell=56531) is dark blue like old BC gems but it is a WotLK gem.
__________________
» Bl4ckSh33p.de
» My WoW Tools (Portal)
Report comment to moderator  
Reply With Quote
Unread 01-03-09, 05:22 AM  
Bl4ckSh33p
A Flamescale Wyrmkin
 
Bl4ckSh33p's Avatar
AddOn Author - Click to view AddOns

Forum posts: 124
File comments: 97
Uploads: 12
Thumbs up Great!

Very nice addon.
__________________
» Bl4ckSh33p.de
» My WoW Tools (Portal)
Report comment to moderator  
Reply With Quote
Unread 12-20-08, 03:26 PM  
Dermott
A Murloc Raider

Forum posts: 6
File comments: 15
Uploads: 0
my wotlk-rare-gems are shown as EPIC colour and faded out like BC gems :-/
Report comment to moderator  
Reply With Quote
Unread 12-20-08, 03:15 AM  
CamarisKT
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Bug should be fixed now.

And yes, it works for linked JC windows as well as your own.
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 03:09 PM  
Dermott
A Murloc Raider

Forum posts: 6
File comments: 15
Uploads: 0
Repeating Error when clicking gems in ATSW or making gems..

always the same


[2008/12/19 22:05:59-22-x1]: GemJar-v0.3\GemJar.lua:33: attempt to concatenate a nil value
GemJar-v0.3\GemJar.lua:48: in function <Interface\AddOns\GemJar\GemJar.lua:46>
GemJar-v0.3\GemJar.lua:113: in function `ATSWFrame_Update'
AdvancedTradeSkillWindow\atsw.lua:891: in function `ATSWFrame_SetSelection'
AdvancedTradeSkillWindow\atsw.lua:862: in function `ATSWSkillButton_OnClick'
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 01:53 PM  
Zombiemold
A Kobold Labourer
 
Zombiemold's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
Does this addon work when viewing others JC skill ie linked in trade chat?
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 12:49 PM  
CamarisKT
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Thanks!

I've uploaded 0.3, with hopefully working internationalization. It (still) works in English, please comment here if you find anything wrong.
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 11:47 AM  
EnSabahNur
A Defias Bandit
 
EnSabahNur's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 55
Uploads: 6
German Translation

here are the German Gem names.

Code:
local BOP_GEMS = {
	'Bernsteinblut', 'Blutrote Sonne',
	'Don Julios Herz', 'Facette der Ewigkeit',
	'Sternschnuppe', 'Kailees Rose',
	'Stein der Klingen', '.* Drachenauge'
}
and in line 184 Jewelcrafting to Juwelenschleifen
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 11:31 AM  
CamarisKT
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
I may not have made it clear yet, but this is in fact my very first addon, so all these requests are much appreciated

I'm learning as I go though, and I'll look into multilanguage soon.
Last edited by CamarisKT : 12-19-08 at 11:32 AM.
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 10:57 AM  
Dermott
A Murloc Raider

Forum posts: 6
File comments: 15
Uploads: 0
and a third reply

you need to add multilanguage support

you use "jewelcrafting" once in your lua. Make it read out En or De and change it to "Juwelenschleifen". Then it works with the german client.

And now a question. Is it possible to HIDE the lower BC gems instead of fading them out? And just get a switch in the config?
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 10:49 AM  
Dermott
A Murloc Raider

Forum posts: 6
File comments: 15
Uploads: 0
hmm not working so far :-( i have ATSW 0.7.2 and a german client. Is this addon based on names or IDs? So is it multilanguage compatible or not?

My ATSW still shows every gem and also just in grey.
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 10:41 AM  
Dermott
A Murloc Raider

Forum posts: 6
File comments: 15
Uploads: 0
GREAT!!! big thx *downloading*
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: