Download
(3Kb)
Download
Updated: 05-03-08 09:48 PM
Pictures
File Info
Updated:05-03-08 09:48 PM
Created:unknown
Downloads:4,022
Favorites:12
MD5:

Transmute Timer

Version: r693
by: Shadowed [More]

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.

Type /transmute for a list of commands.

Post A Reply Comment Options
Unread 05-24-07, 10:44 AM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Hrm, are you sure you have the option enabled for it to pick up tailoring?
Report comment to moderator  
Reply With Quote
Unread 05-24-07, 11:00 AM  
lessthanzero
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
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
Report comment to moderator  
Reply With Quote
Unread 05-24-07, 01:49 PM  
Shadowed
...
Featured Addon Author

Forum posts: 387
File comments: 2513
Uploads: 83
Change "tailoring" below the line you changed to "tailor" and that should fix it totally.
Report comment to moderator  
Reply With Quote
Unread 05-24-07, 03:29 PM  
lessthanzero
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
yup works great now. thanks!
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.