Download
(10Kb)
Download
Updated: 01-20-09 04:57 PM
Pictures
File Info
Updated:01-20-09 04:57 PM
Created:12-14-08 01:34 AM
Downloads:19,486
Favorites:61
MD5:

Titan Panel [TradeCooldown]  Popular! (More than 5000 hits)

Version: 3.1.5.30000
by: Aniarc [More]

This is a fan update of Titan [TradeCooldown]. I use the base code by GrayElf to make the changes. I removed Monncloth and Void Shatter cooldowns since they have been removed from the game. I added cooldowns for Spellweave, Moonshroud, Ebonweave and Northernend Alchemy Research. In order to remove the old Mooncloth and Void Shatter cooldowns from your list you will need to clear your data. I was not able to update the FR and DE localization since I do not speak the language but would be happy to change it if it is needed.
Remembers the cooldowns of various tradeskills (Moonshroud, Transmutes) and lets you know when they're ready or how much time is left via a slash command.
If you have a rarely-played character, maybe even on a different server that you use to make Primal Mooncloth, for example, this is a great way to make sure you always make one on time.
This can not work across multiple accounts due to the way World of Warcraft currently saves Lua variables. It will present a list of cooldowns for all characters on all realms for the same account.

v3.1.5.30000 2009/01/20 - Aniarc
- Added JC Icy Prism Cooldown
Post A Reply Comment Options
Unread 04-09-09, 09:08 AM  
devfool
A Murloc Raider

Forum posts: 4
File comments: 18
Uploads: 0
Code:
elseif ( GetLocale() == "frFR" ) then
	TITAN_TRADECOOLDOWN_BUTTON_LABEL = "TradeCooldown: ";
	TITAN_TRADECOOLDOWN_TOOLTIP_LABEL = "TradeCooldown";
	TITAN_TRADECOOLDOWN_FORMAT = "%d/%d";
	TITAN_TRADECOOLDOWN_READY = "Pr\195\170t!";
	TITAN_TRADECOOLDOWN_SPELLWEAVE = "Tisse-sort";
	TITAN_TRADECOOLDOWN_MOONSHROUD = "Voile lunaire";
	TITAN_TRADECOOLDOWN_EBONWEAVE = "Tisse-\195\169b\195\168ne";
	TITAN_TRADECOOLDOWN_NORTHRENDALCHEMYRESEARCH = "Recherches en alchimie de Norfendre";
	TITAN_TRADECOOLDOWN_SALTSHAKER = "Tamis \195\160 sel";
	TITAN_TRADECOOLDOWN_SNOWMASTER = "Ma\195\174treNeige 9000";
	TITAN_TRADECOOLDOWN_EVERGREENPOUCH = "Sacoche de printemps";
	TITAN_TRADECOOLDOWN_ELUNESLANTERN = "Lanterne d'Elune";
	TITAN_TRADECOOLDOWN_TRANSMUTE_MATCH = "Transmutation";
	TITAN_TRADECOOLDOWN_TRANSMUTES = "Transmutations";
	TITAN_TRADECOOLDOWN_CONFIRM = "Etes vous s\195\187re de vouloir effacer toutes les informations de Titan TradeCooldown?";
	TITAN_TRADECOOLDOWN_NODATA = "Pas de donn\195\169es";
	TITAN_TRADECOOLDOWN_NOTIFYENABLE = "Autoriser les alertes";
	TITAN_TRADECOOLDOWN_CURRENTREALM = "Montrer seulement le royaume courant";
	TITAN_TRADECOOLDOWN_CLEARALL = "Effacer les donn\195\169es";
	TITAN_TRADECOOLDOWN_CREATESEARCH = "Vous creez (.*).";
	TITAN_TRADECOOLDOWN_READYNOTIFY0 = "|cff00FF00TradeCooldown:|r %s pour %s:%s est pr\195\170t.";
	TITAN_TRADECOOLDOWN_READYNOTIFY1 = "|cff00FF00TradeCooldown:|r %s pour %s:%s sera pr\195\170t dans %ss.";
	TITAN_TRADECOOLDOWN_SMELTTITANSTEEL = "Fonte de l'acier-titan";
	TITAN_TRADECOOLDOWN_WARN = "|cff00FF00TradeCooldown:|r Les cooldown des objets cre\195\169 alors que la fen\196\170tre d'artisanat est ferm\195\169 ne seront pas \195\160 jour jusqu'a rouverture de la fen\195\180tre";
end
Report comment to moderator  
Reply With Quote
Unread 04-04-09, 11:25 PM  
anseloth
Coding Archmage
 
anseloth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 46
Uploads: 3
Re: Re: Re: Linked Tradeskills

Originally posted by Serinchen
If you don't want to wait for a update, try this (add the bold part):
Code:
if ( event == "TRADE_SKILL_UPDATE" ) then
    if not IsTradeSkillLinked() then
and a few lines below
Code:
                end
            end
        end
    end
end
It works really fine Much thanks to omicron for the tip!
i was able to figure out that the code you are talking about is to be entered into the TitanTradeCooldown.lua file.

beyond that, i am lost. i don't understand at what exact point that code goes in, and whether the second batch of code is supposed to be added in, or if you are simply talking about where that section of code that is already there for the following part (the first line of code i am quoting is line 414):

Code:
                    TitanPanelTradeCooldown_Debug("%s is ready now.", skillName);
                end
            end
        end
    end
    TitanPanelButton_UpdateButton(TITAN_TRADECOOLDOWN_ID);
    TitanPanelButton_UpdateTooltip(self);
end
__________________



Report comment to moderator  
Reply With Quote
Unread 03-28-09, 11:18 AM  
Daelic
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 10
Uploads: 1
Re: Re: Re: Linked Tradeskills

Originally posted by Serinchen
If you don't want to wait for a update, try this (add the bold part):
Code:
if ( event == "TRADE_SKILL_UPDATE" ) then
    if not IsTradeSkillLinked() then
and a few lines below
Code:
                end
            end
        end
    end
end
It works really fine Much thanks to omicron for the tip!
worked perfectly, thanks!
Report comment to moderator  
Reply With Quote
Unread 03-22-09, 12:37 PM  
Serinchen
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Re: Re: Linked Tradeskills

Originally posted by Daelic
Just had this happen to me as well. Clicked on someone's inscription link, and ended up with their research cooldowns listed. I had to clear all data in order to get rid of them, which is a bit of a pain when you have several of your own characters being tracked already.

If you don't want to wait for a update, try this (add the bold part):
Code:
if ( event == "TRADE_SKILL_UPDATE" ) then
    if not IsTradeSkillLinked() then
and a few lines below
Code:
                end
            end
        end
    end
end
It works really fine Much thanks to omicron for the tip!
__________________
Rogues find things, before others lost them...
Last edited by Serinchen : 03-22-09 at 12:38 PM.
Report comment to moderator  
Reply With Quote
Unread 03-15-09, 05:07 PM  
Turgis
A Fallenroot Satyr

Forum posts: 24
File comments: 13
Uploads: 0
Getting an error when I switch to/from shadowform.

Date: 2009-03-15 15:57:04
ID: 1
Error occured in: Global
Count: 1
Message: ...ace\AddOns\TitanTradeCooldown\TitanTradeCooldown.lua line 300:
attempt to index field '?' (a nil value)
Debug:
(tail call): ?
[C]: ?
...ace\AddOns\TitanTradeCooldown\TitanTradeCooldown.lua:300: TitanPanelTradeCooldown_ScanBags()
...ace\AddOns\TitanTradeCooldown\TitanTradeCooldown.lua:353: TitanPanelTradeCooldownButton_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
Report comment to moderator  
Reply With Quote
Unread 03-15-09, 01:16 AM  
Daelic
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 10
Uploads: 1
Re: Linked Tradeskills

Originally posted by TazRulez
I have a leatherworker and the only cooldown, which i don't use anymore, is the salt shaker. the other day i clicked on some linked tradeskills, inscription, jewelcrafting, and alchemy, and the cooldowns for those professions were added as if I had those professions. is there a way to ignore the linked professions and only keep the ones i have or just prevent them from coming up in the list?
Just had this happen to me as well. Clicked on someone's inscription link, and ended up with their research cooldowns listed. I had to clear all data in order to get rid of them, which is a bit of a pain when you have several of your own characters being tracked already.
Report comment to moderator  
Reply With Quote
Unread 01-24-09, 11:37 AM  
jrooksjr
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Some cooldowns were removed in patch 3.0.8

On your next update you can remove Primal Mooncloth, Shadowcloth, and Spellcloth transmutations from the addon -- Patch 3.0.8 removed the cooldowns on them.
Last edited by jrooksjr : 01-25-09 at 10:54 AM.
Report comment to moderator  
Reply With Quote
Unread 01-20-09, 04:56 PM  
Aniarc
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 1
Uploads: 1
I look into it thanks.
Report comment to moderator  
Reply With Quote
Unread 01-05-09, 03:43 AM  
omicron
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 47
Uploads: 1
Linked Tradeskills

Whats about Blizzards own Function IsTradeSkillLinked()?
There's no need to have linked CoolDowns in the Database.

And theres a mistype in german translation, should be...
TITAN_TRADECOOLDOWN_SMELTTITANSTEEL = "Titanstahl verh\195\188tten";

so long,...
Last edited by omicron : 01-06-09 at 07:30 AM.
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 01:49 AM  
TazRulez
A Murloc Raider

Forum posts: 5
File comments: 48
Uploads: 0
Linked Tradeskills

I have a leatherworker and the only cooldown, which i don't use anymore, is the salt shaker. the other day i clicked on some linked tradeskills, inscription, jewelcrafting, and alchemy, and the cooldowns for those professions were added as if I had those professions. is there a way to ignore the linked professions and only keep the ones i have or just prevent them from coming up in the list?
Report comment to moderator  
Reply With Quote
Unread 12-14-08, 04:06 PM  
jrooksjr
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
You forgot 1 from northrend

you have Minor Inscription research but for got the Northrend Inscription Research ( that is a seperate one )
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: