Bored and did a quick little transmute timer, when you open the trade skill window it'll save the time until the transmute is ready and will check to see if it's up every 60 seconds (can be changed through slash commands), this will record for all characters across all servers but can be set to filter by same server, or only same character.
When transmute is ready it'll show a message in the middle of the screen and in the chat frame saying which character, faction and realm the transmute is ready for, you can also use /transmute check to see how many hours/minutes left for all saved ones.
Supports Tailoring, Alchemy and Jewelcrafting timers.
My programming skills are fairly weak, but i noticed on line 191 it referenced TT_Config.tailoring instead of TT_Config.tailor. When i changed that it picked it up and saved it correctly, but it still displayed as "alchemy" when doing a /transmute check.
changed
Code:
if( GetTradeSkillLine() == L["Tailoring"] and TT_Config.tailoring ) then
to
Code:
if( GetTradeSkillLine() == L["Tailoring"] and TT_Config.tailor ) then
Try grabbing the version off http://shadowed-wow.googlecode.com/s...ransmuteTimer/ and let me know if that fixes it, added /transmute alchemy and /transmute tailor to let you specify which transmutes you want it to record.
It shows up for my 3 characters now, thanks. It doesn't seem to pick up both my alch and tailor cooldowns on the same char (one overwrites the other), but that's minor.
I can't duplicate this, I don't have two characters to perform a real test but faking the realm/faction/name data it works fine and stores it for 2 characters, are they on the same realm by any chance?
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.
*Clicking the donate button above will take you to PayPal.com
*Clicking the donate button above will take you to Pledgie.com