Category: Outdated Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
r693
Date:
05-03-2008 11:48 PM
Size:
3.12 Kb
Downloads:
2,150
Favorites:
13
MD5:
Pictures
Transmute Timer
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.

  Comments - Transmute Timer
Post A Reply Comment Options
Old 05-24-2007, 05:29 PM  
lessthanzero
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
yup works great now. thanks!
lessthanzero is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-24-2007, 03:49 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
Change "tailoring" below the line you changed to "tailor" and that should fix it totally.
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-24-2007, 01:00 PM  
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
lessthanzero is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-24-2007, 12:44 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
Hrm, are you sure you have the option enabled for it to pick up tailoring?
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-24-2007, 11:38 AM  
lessthanzero
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
It picks up the alchemy timers but not the tailor timers.
lessthanzero is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-24-2007, 10:18 AM  
lessthanzero
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I'll test is out later today.
lessthanzero is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-23-2007, 08:19 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
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.
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-23-2007, 05:25 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
Didn't think to check for alchemy specifically, will just add an option to scan all cooldowns or only a specific one.
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-23-2007, 04:52 PM  
lessthanzero
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
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.
lessthanzero is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-22-2007, 05:29 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
Stupid little mistake of mine was causing it, it's fixed.
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-22-2007, 01:24 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
I didn't test same realm, i'll take a look into it when the servers are back up.
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-22-2007, 09:52 AM  
lessthanzero
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I have all 3 toons on the same realm; 1 has alch, 1 has tailor, and 1 has both alch and tailor cooldowns.
lessthanzero is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-22-2007, 01:58 AM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
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?
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-21-2007, 03:27 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 39
File comments: 1702
Uploads: 89
I can't think of any reason why that would happen, will look into it
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-21-2007, 01:22 PM  
lessthanzero
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
disabled all other mods, removed the saved variables file. logged in with char #1, opened alch window, logged out. saved variables file:
Code:
TransmuteTimers = {
	["Nathrezim"] = {
		{
			["ready"] = 1179938624.795153,
			["name"] = "Faulinei",
			["faction"] = "Horde",
		}, -- [1]
	},
}
TT_Config = {
	["interval"] = 60,
	["crossChar"] = true,
	["crossFaction"] = true,
	["crossServer"] = true,
}
Logged in as char #2 on the same server, opened alch window and logged out, saved variables file:
Code:
TransmuteTimers = {
	["Nathrezim"] = {
		{
			["faction"] = "Horde",
			["name"] = "Faulinei",
			["ready"] = 1179938624.795153,
		}, -- [1]
	},
}
TT_Config = {
	["interval"] = 60,
	["crossChar"] = true,
	["crossFaction"] = true,
	["crossServer"] = true,
}
lessthanzero is offline Report comment to moderator   Edit/Delete Message 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.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.