Download
(5Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 11-08-23 10:33 AM
Pictures
File Info
Compatibility:
Guardians of the Dream (10.2.0)
TBC Patch (2.5.4)
Updated:11-08-23 10:33 AM
Created:05-07-13 05:59 PM
Downloads:3,679
Favorites:20
MD5:

Juwe: Gem Stats instead of Names

Version: v5.0.2
by: Tonyleila, Haselnussbomber

Juwe
Juwe modifies the Recipe List and Auction House to replace gem names with their corresponding stats.
There is also a small [ J ] button which toggles the functionality to show the original gem names again.

Credits
Credits for the original code goes to p3lim.
Uploaded as addon by Tonyleila.
Maintained since Legion by Haselnussbomber.
Thank you!

GitHub Repository

Updated for Patch 10.2.0.
Archived Files (6)
File Name
Version
Size
Author
Date
v5.0.1
6kB
Tonyleila
07-12-23 03:34 PM
v5.0.0
5kB
Tonyleila
05-07-23 10:55 AM
v4.2.0
3kB
Tonyleila
12-01-22 11:33 AM
v4.1.0
4kB
Tonyleila
11-16-22 04:32 AM
v4.0.0
4kB
Tonyleila
10-27-22 01:02 PM
3.2.1-2
4kB
Tonyleila
05-18-22 12:45 PM


Post A Reply Comment Options
Unread 05-07-13, 11:24 PM  
Namica
A Kobold Labourer
 
Namica's Avatar

Forum posts: 0
File comments: 169
Uploads: 0
Just one Word: AMAZING! Thank you!
Report comment to moderator  
Reply With Quote
Unread 05-08-13, 02:33 AM  
Gallahead
A Defias Bandit
 
Gallahead's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 199
Uploads: 1
Great, i love it.

just the tradeskill specific gems doesnt seem to work.
Report comment to moderator  
Reply With Quote
Unread 05-08-13, 05:36 AM  
eldavido
A Kobold Labourer

Forum posts: 1
File comments: 106
Uploads: 0
If you make this show the stats on mouseover instead of permanently, I'd say this was the perfect addon for JCers

Ta!
Report comment to moderator  
Reply With Quote
Unread 05-08-13, 05:49 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by eldavido
If you make this show the stats on mouseover instead of permanently, I'd say this was the perfect addon for JCers Ta!
I also had this idea but I think its more simple to find gems without mouseover it the whole time. So if you need to search for gem names just disable it with the button or search for a name.

Originally Posted by Gallahead
Great, i love it. just the tradeskill specific gems doesnt seem to work.
Yes I know saw this too but I don't mind thats only 1 gem for me and I clearly see it with its name poping out between all the stats so I did not ask p3lim if he coud fix it
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 05-11-13, 03:08 AM  
Anja
A Fallenroot Satyr
 
Anja's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 37
Uploads: 3
simple good idea!
Report comment to moderator  
Reply With Quote
Unread 05-11-13, 05:46 PM  
Anja
A Fallenroot Satyr
 
Anja's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 37
Uploads: 3
ich hatte auch noch ein wenig rumgespielt, nur leider ist mein ergebnis nicht so wie ich es gerne hätte *g*

Code:
if(button) then
            local stats = GetGemStats(button:GetID())
            if(stats) then			
                _G['TradeSkillSkill' .. buttonIndex .. 'Text']:SetText(sk_color..stats)
			else
				local title = _G['TradeSkillSkill' .. buttonIndex .. 'Text']:GetText();
				if (title == "Blaue Edelsteine") then
					sk_color = "|cFF417EB3 ";
				elseif (title == "Gelbe Edelsteine") then
					sk_color = "|cFFC7bE1A ";
				elseif (title == "Rote Edelsteine") then
					sk_color = "|cFFC71A1A ";
				elseif (title == "Orangefarbene Edelsteine") then
					sk_color = "|cFFC7821A ";
				elseif (title == "Gr\195\188ne Edelsteine") then
					sk_color = "|cFF3F942E ";
				elseif (title == "Violette Edelsteine") then
					sk_color = "|cFF942E91 ";
				end
			
			end
        end
Report comment to moderator  
Reply With Quote
Unread 05-11-13, 05:56 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by Anja
ich hatte auch noch ein wenig rumgespielt, nur leider ist mein ergebnis nicht so wie ich es gerne hätte *g*
Dein ziel war es die Namen der Kategorien nach Gem Farbe zu färben?
Vielleicht kannst du mal hier im forum nachfragen ob jemand das für dich umsetzen kann dann werde ich das gerne ins addon integrieren
http://www.wowinterface.com/forums/s...d.php?p=277730
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 05-12-13, 06:01 AM  
Anja
A Fallenroot Satyr
 
Anja's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 37
Uploads: 3
der thread war mir bekannt, ich hatte auch versucht dir zu helfen
Report comment to moderator  
Reply With Quote
Unread 05-17-13, 02:01 AM  
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view AddOns

Forum posts: 614
File comments: 167
Uploads: 11
This is brilliant~

Nicht nachlassen!
__________________
Last edited by Kendian : 05-17-13 at 03:41 AM.
Report comment to moderator  
Reply With Quote
Unread 05-23-13, 08:26 AM  
GeneralWurst
A Defias Bandit

Forum posts: 2
File comments: 96
Uploads: 0
Hi,

tolles kleines addon nur hätte ich noch einen Wunsch. Wäre es möglich Juwe auch mit Skillet und Advanced Trade Skill Window zum laufen zu bringen?


Grüße
Report comment to moderator  
Reply With Quote
Unread 05-24-13, 09:44 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by GeneralWurst
Hi,
tolles kleines addon nur hätte ich noch einen Wunsch. Wäre es möglich Juwe auch mit Skillet und Advanced Trade Skill Window zum laufen zu bringen?
Grüße
Bitte im Forum (auf englisch) an den Programierer deses addons wenden, da ich mich mit lua nicht so gut auskenne. Sollte jemand dort wissen wie man das in Juwe möglich machen kann sag mir bescheid.

http://www.wowinterface.com/forums/s...d.php?p=277730
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 04-13-14, 01:24 PM  
tednik
An Aku'mai Servant
 
tednik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 51
Uploads: 2
can anyone confirm if this is still working in 5.4.7 its in my addon list but no button in game or no change in jc window
Report comment to moderator  
Reply With Quote
Unread 04-14-14, 12:42 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by tednik
can anyone confirm if this is still working in 5.4.7 its in my addon list but no button in game or no change in jc window
It still works fine for me. Note it dosen't work for epic gems.

Mabye its your language? What client do you play on?
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 04-14-14, 07:50 AM  
tednik
An Aku'mai Servant
 
tednik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 51
Uploads: 2
i play on the english client but i also use elv ui ill try turning off elv ui and see if that is the case

i got it working the button was so small that it was being hid behind the ackis recipe list button so i made some changes and moved the button placement

edit 2 the addon does not seem to work with the addon glyphed! turned on for to let you know

in red is what i changed

Code:
local f = CreateFrame('Frame')
f:RegisterEvent('ADDON_LOADED')
f:SetScript('OnEvent', function(self, event, name)
    if(name == 'Blizzard_TradeSkillUI') then
        button = CreateFrame('Button', 'SomeRandomButton123', TradeSkillFrame, 'UIPanelButtonTemplate')
        button:SetPoint('TOPRIGHT', TradeSkillFrameCloseButton, 'TOPLEFT', -35, -6)
        button:SetSize(40, 20)
        button:SetText('Stats')
        button:SetScript('OnClick', function()
            disabled = not disabled
            TradeSkillFrame_Update()
        end)

        hooksecurefunc('TradeSkillFrame_Update', Update)
    end
end)
Last edited by tednik : 04-14-14 at 09:17 PM.
Report comment to moderator  
Reply With Quote
Unread 07-22-16, 02:41 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Current Legion prepatch lua error

Code:
1x Juwe\juwe-1.8.lua:69: hooksecurefunc(): TradeSkillFrame_Update is not a function
[C]: in function `hooksecurefunc'
Juwe\juwe-1.8.lua:69: in function <Juwe\juwe.lua:58>
[C]: in function `LoadAddOn'
FrameXML\UIParent.lua:391: in function `UIParentLoadAddOn'
FrameXML\UIParent.lua:450: in function `TradeSkillFrame_LoadUI'
FrameXML\UIParent.lua:1453: in function <FrameXML\UIParent.lua:891>

Locals:
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 07-22-16 at 02:41 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: