• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Titan Panel [TradeCooldown]

 

Project Updated:
Files Updated: Mon, Oct 5 2009
Supports Game Version: 3.2.0
Category: Professions, and Action Bars
Tags:

[Edit Tags]

Project Manager: Anihunt
Additional Authors: shad0h , GrayElfAU
Current Version: Titan Panel [TradeCooldown] 3.1.8.30200
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 142
Downloads Total: 19,311
Favorites: 86
Comments: 15
  • About Titan Panel [TradeCooldown]
  •  

This Titan Panel addon remembers the cooldowns of various trade skills e.g. Titansteel, Transmutes, Cloth Creation, Northrend Research.

It tracks the skill cooldowns of each of your characters, across all realms, on one account. The Titan Panel tooltip will tell by character what cooldowns are active or available, and how much time is remaining until each cooldown expires. The addon will also notify you when cooldowns are just about to expire and then when they do expire through your chat panel on any character on the account.

If you have a rarely-played character, maybe even on a different server that you use to do Northrend Inscription Research, for example, this is a great way to make sure you always make one on time.

Unfortunately this addon cannot work across different Warcraft 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 only.


This is a fan update of the original Titan [TradeCooldown] written by GrayElf, and subsequently updated by Anihunt who has since stopped playing.

This update includes - all the current trade skill and item cooldowns - a fix to prevent tracking cooldowns from profession links received through chat (a feature introduced with WotLK).

To remove older tradeskill cooldowns such as the BC primal mooncloth etc from your existing list you will need to clear your data, and then open each skill by each character on the account.

I have not made any changes to the FR and DE localization as I do not speak either language but would be happy to change it if anyone wishes to provide the translation expertise.resent a list of cooldowns for all characters on all realms for the same account.

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Titan Panel [TradeCooldown] 3.1.8.30200 Release 3.2.0 5,834 10/5/2009
  Titan Panel [TradeCooldown] 3.1.7.30100 Release 3.1.0 7,846 4/30/2009
  Titan Panel [TradeCooldown] 3.1.6.30100 Release 3.1.0 21 4/25/2009
  Titan Panel [TradeCooldown] itan Panel [TradeCooldown] 3.1.5.30000 Release 3.0.8 29 1/20/2009
  Titan Panel [TradeCooldown] 3.1.4.30000 Release 3.0.3 11 12/16/2008
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Alena said 

    one more for french version:
    TITAN_TRADECOOLDOWN_ICYPRISM = "Prisme glacial";

    Reply Report Permalink
  • Alena said 

    for the french translation:
    TITAN_TRADECOOLDOWN_NORTHRENDALCHEMYRESEARCH = "Recherches en alchimie de Norfendre";
    TITAN_TRADECOOLDOWN_SMELTTITANSTEEL = "Fonte de l'acier-titan";

    Both tested and working.

    Reply Report Permalink
  • any chance you can make a Ru localization of this?

    Reply Report Permalink
  • Skyfawn said 

    Any chance of an update for this please ?
    i have an alchemist and i dont need research anymore,
    I also have a tailor with a ton of cooldowns and it would be usefull if i could turn off some timers temporarily
    Much thanks for the great mod

    Reply Report Permalink
  • I've removed the tailoring cloths that no longer have cooldowns, but I'm not quite sure what you mean about your alchemist. Do you mean that you've done all the research you need, and don't want it listed anymore?

    If you find an old skill listed, that the cooldown has been removed from, just clear all data, it won't be added again. If you have an old skill that still has a cooldown, but you don't use anymore...there is not currently a solution to that. I've been considering adding a filter list of some sort, but still have not gotten around to it...maybe one of these months.

    Reply Report Permalink
  • Anseloth said 

    after i updated this mod just now, it the curse client gave the "this addon appears modified and no longer matches our database" error.

    considering i updated using the curse client, that's rather weird. just thought i would post about that little problem.

    Reply Report Permalink
  • Anseloth said 

    anyone know a fix for this? any and all suggestions would be welcome

    Reply Report Permalink
  • shad0h said 

    Hey Anseloth,

    If you have ever used WoWMatrix, it messes with how mods are stored and adds additional tracking files into each of the folders. This is enough for Curse to think that it isn't the original UI Mod anymore.

    I suggest that you delete the directory and then install it using Curse Client again. That should remove any interference from any other mod application.

    Reply Report Permalink
  • cliser said 

    I have a couple of changes for the 'if ( event == "TRADE_SKILL_UPDATE"' section

    I was getting false 'transmute is ready' messages from some of the diamonds.
    Changing

    if ( string.find(skillName, ...
    to
    if ( cooldown ~= nil and string.find(skillName, ...
    fixes it.

    To stop getting cooldowns from other players' linked books change

    if ( event == "TRADE_SKILL_UPDATE" ) then
    to
    if ( event == "TRADE_SKILL_UPDATE" and IsTradeSkillLinked() == nil ) then
    which fixes it.

    Regards


    Reply Report Permalink
  • Great fixes, thanks cliser! You saved me a lot of time hunting through code from other mods, or docs, when I should be exercising, or getting ready for tonight's raid. :-)

    Reply Report Permalink
  • HonorGoG said 

    Spellcloth, Primal Mooncloth and Shadowcloth no longer have a cooldown.

    Reply Report Permalink
  • I'll remove these for the next version. I should, however, put a note in the Readme...I didn't bother updating the code, because a "Clear all data" will fix this. This addon does not have *ANY* hard-coded cooldowns, all it has is a list of things to CHECK for a cooldown. If you delete your saved cooldown data, the next time the mod checks for that cooldown, the game will say it's not on cooldown, and it won't get into the list.

    Reply Report Permalink
  • phantz said 

    It doesn't recognise the 2-day cooldown for crafting a void sphere (enchanting). This cooldown, annoyingly, still exists as of the latest live version of the game - it would be good if TradeCooldown supported it :)

    Thanks!

    Reply Report Permalink
  • I've never made a Void Sphere in my life...until now, to test this, so I hadn't noticed it. Added for the next version.

    Reply Report Permalink
  • Sorry forgot to add:
    "Minor Inscription Research" is working!!

    Again, except for Dixon_Butz's problem, I love this addon.

    Reply Report Permalink
  • Titansteel tracking is not working in this version. Quick fix, edit the line:
    TITAN_TRADECOOLDOWN_TITANSTEEL = "Titansteel";
    to read:
    TITAN_TRADECOOLDOWN_TITANSTEEL = "Smelt Titansteel";

    That fixed it for me!!

    Thanks for the addon! Keep up the good work!

    Reply Report Permalink
  • Thanks for that fix, I've added it for the next release. I don't have a BS, so the original code was added based on comments...

    Reply Report Permalink
  • It's recording other peoples cooldowns when they link their profession in trade and I click it.

    Reply Report Permalink
  • That happens because of how Blizzard decided to make Profession linking work... as far as i can see there is no way around this accept to clear your data after it adds data that is not yours...

    Reply Report Permalink
  • There is a way. Broker tradecooldown does not have this problem. I would rather use this then broker.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 33,884 Atlasloot Enhanced PvP, Arena, Map & Minimap...
  2. 5,538 Ackis Recipe List Professions, and Data Export
  3. 3,427 Bartender4 Action Bars
  4. 3,161 Dominos Action Bars
  5. 2,760 Addon Control Panel Libraries, Development Tools...