- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,110 Server Mods
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
Broker_TradeCooldowns
- 6 Likes
- World of Warcraft
- 99 Monthly Downloads
- Supports: 5.2.0
- 31,794 Total Downloads
- Updated 03/05/2013
- Created 10/29/2008
- 214 Favorites
- Project Site
- Release Type: Release
- License: All Rights Reserved
- Newest File: 5.2.0-2.2.0
About Broker_TradeCooldowns
Summary
An LDB data source that serves a dual purpose. First, it displays all of your current skills (professions and secondary). Second, it allows you to view the cooldowns on your tradeskills on all the toons on a particular account. These cooldowns are tracked from the last time you opened your tradeskill panel.
Usage
Configuration options are reached by right-clicking on the LDB display.
Notes
- Skills are not visible in this display until you have opened them at least once.
Translation help
I will be converting the locale files to the new wowace localization system soon. In the meantime, please submit tickets with localization strings and I will include them in the next build.
New to LDB?
You can find a great description, and links to more information here:
- http://forums.wowace.com/showthread.php?t=14903
Comments, Suggestions or Problems?
Comments are disabled for this project. Please use the ticketing system if you wish to provide feedback.
tag 5.2.0-2.2.0
8b7afc40a9430ee20eb0c2f35e89bfdf71e73652
James D. Callahan III <jcallahan@curse.com>
2013-03-05 06:01:01 -0600
--------------------
James D. Callahan III:
- Update ToC Interface version to 50200.
- Rewrote the primary/secondary profession code, and made it runtime-only data. No idea why that was ever in the DB.
- Updating skills every 60 seconds is…unnecessary. Only do so when the AddOn is loaded and on CHAT_MSG_SKILL.
- Removed entries from the DB that aren't used at all.
- Yanked "General Information" as fluff; put the version in parens after the AddOn short-name.
- Cleanups and variable name clarifications.
- Moved the config options to their own file and revamped them a bit.
- Removed the Red function.
- Further UpdateDataText refinement.
- More options cleanup.
- Rewrote config option for text cooldowns to be streamlined and not display a million instances of the same name.
- Fixed name issues (some are booleans instead of strings).
- Show cooldown counters next to the character's name for collapsed entries in the tooltip.
- Rewrote private.UpdateDataText()
- Use the name in COOLDOWN_SPELL_MAP since the name will soon no longer be stored on the cooldown itself.
- Fixed coloration for cooldown times in the tooltip.
- Dead code removal.
- Reference fix.
- Added support for showing and hiding all cooldowns per-character in the tooltip.
- Tightened cell margins in tooltip.
- Changed tooltip text color for cooldowns and skill names. Colorize character names by class.
- Added support for turning off the Primary Skills display in the tooltip. Because of the super-awesome way the DB is currently set up, this will default to off for anyone currently using the AddOn. Yay!
- Replaced localization phrase "Ready" with READY from GlobalStrings. Removed a few other unused phrases.
- More tooltip layout improvements. Only show primary and secondary skills if the character has them.
- Removed "Cooldowns :" phrase and the Orange and White functions.
- Changed look of tooltip; no longer garishly-colored and has separators instead of whitespace between sections. Replaced "Cooldowns :" phrase with TIME_REMAINING, and changed cooldown text from red to being colored on a gradient based on time left.
- Green is now longer annoyingly bright.
- Tooltip_AddProfessionLine now uses a color gradient for current skill level, and is less obnoxious codewise and displaywise.
- Changed PercentColorText() to colorize as a gradient between red and green instead of red/orange/yellow/green every 25%.
- Stop being schizophrenic; replaced most occurrences of "addon" with "BTC" and others with "private". Nuked some unused functions and performed minor cleanup.
- Yanked most of the Debug prints, and made the Debug config option for repository-only versions.
- Moved addonversion to Constants.lua as private.ADDON_VERSION
- Replaced BTC.me with private.PLAYER_NAME
- Moved ADDON_NAME_SHORT to Constants.lua
- Moved SPECIAL_CASE_COOLDOWNS and COOLDOWN_SPELL_MAP to Constants.lua
- Yanked all the DB migration code.
- Added hint text to the tooltip. Nuked a BUNCH of localization phrases in the process. No idea why most of them were there. Pure win.
- Spell IDs are stored as numbers, not strings. Also, update the tooltip without hiding it.
- More simplification, and prevent a nil error.
- Replace localization of "Elements" with STRING_SCHOOL_ELEMENTAL.
- Completely rewrote tooltip-handling code. No more throwaway tables in loops, much simplified, and you can now click on a profession in the tooltip to open its window (if applicable; Fishing will try to cast!).
- Added Sha Crystal.
- Syntactic cleanup of BTC_MouseHandler - I need to study DrawTooltip to figure out WTF is going on with this function…
- Semicolons, begone!
- Normalized all localizations. Added esES, esMX, itIT, and ptBR.
- Reworked BTC_checkSkills() - renamed to UpdateSkills(), declared as local, and removed needless table creation.
- CLEU rewrite. No idea how it even worked before.
- Cleaned up TradeSkill scanning code; save and restore filter states, don't create needless tables, handle subheaders now, and overall simplification.
- Reworked PercentColorText.
- Refactored BTC_prettyTime and declared it as local.
- Renamed CooldownSpellList to COOLDOWN_SPELL_MAP and moved it to the Constants section.
- Cleanup Print and Debug.
- Move some things around, add section comments.
- Reformatting.
- First thing's first: Make it so I don't have to download the damn AddOn to have localized strings.
durcyn:
- clean up Tailoring list - Dream of Destruction has no cooldown.
- fix several of the more egregious setglobals
- fix up locales so they actually, you know, work.
znuff:
- Bumpity bump.
- Ooops.
- Added all (?) Mists of Pandaria cooldowns Bumped .toc, everything else seems to work fine
torhal:
- Updated ToC version to 40200
zhinjio:
- BTC : - fixed having to reopen skill window (ticket 48)
- BTC : - um, I mean, now I've saved my file and pushed changes
- BTC : - Force clear of cooldowns to clear possible corruption. - I think I finally got a fix in for ticket 45. ] - Fix for ticket 47 (typo)
- BTC : - another attempt to fix ticket 45
- - working on ticket 45 and 47
- - another damn typo
- - added more debug for ticket 45
graveeater:
- I guess you misstyped here.
zhinjio:
- - Bump TOC - Added LibDBIcon (Ticket 42) - Fixed finding Guild professions (Bug 44) - Added Forged Documents (Bug 43) - Added showing counter on display bar (ticket 16) - using color code basedf on Ticket 20 - add showing any toon's CDs on display bar (ticket 24)
- - added Fire Prism, fixed a few dreamcloth entries, new gems - added truegold and pyrium bar, volatile element transmutes
- - fixed empty skill bug
- - "hide" cooldown working - character data purge working - general cleanup. ready for release
- - TOC bump - removed weapon skills - updated scanning method for new API (thanks Torhal) - got rid of unused options, structures, etc
- - fix dumb mistake in options table
- - removed tainted call - updated messages - added help
- - another attempt at proper cooldown cast detection
- - Bumped TOC for 30300 and added in X-Compatible-With 40000 - Added Glacial Bag and several Cata cloth CDs - Removing stuff noone cares about (armor,language,class) - lots of code cleanup - Added Epic Gem Transmutes - Properly detect new cooldown - Properly update LDB text - Removed cooldowns that were removed from game up to 3.3.3
Dessa:
- Removed cooldowns that were removed from game up to 3.3.3
zhinjio:
- BTC : - updated translator credits, thanks!
- BTC - Updated TOC - minor change to fix embeds syntax
- BTC: - fixed improperly embedded libqtip
- - toc bump for 3.1 - fixed libqtip embed - fixed optdep for running disembedded
- - added remove from SV for cooldowns no longer present in game
- - added credits for zhTW and deDE contributions
- - removed cooldowns removed from game - added check for invalid spelllink
dessa:
- add deDE skeleton and fix a minor typo in the changlogs
zhinjio:
- - added same-key-is-true
- - fix localization stupidity
- - switch over to wowace localization
- test localization push
- test localization push
- test localization push
- test localization push
- test localization push
- test localization push
- test localization push
- test localization push
- - re-included koKR (thanks amunra, 7destiny)
- - doc push fix
- - doc push
7destiny:
- - added koKR (thanks amunra)
zhinjio:
- - forgot locale entry for Guns
- - updated pkgmeta to use "latest" tags - added "Guns" to weapon skills
- - updated qtip embed
- - added in showing a cooldown on the text field
- - added ruRU (thanks xska!)
- - added zhTW (thanks NightOw1), added frFR (thanks whynona2) - removed stupid Ace3 loadline - added Smelt Titansteel - footer line added and colspan'd
- -- added zhCN (thanks tnt2ray)
- - another EnableMouse() omission
- - changed to data source
- - persist tooltip on mousein - added addonloader support
- - fixed embeds - fixed skill scanning on initial load
- - embeds fixes
- - added spellweave/moonshroud/ebonweave - added northrend alchemy research - added northrend inscription research
- - Added Northrend Alchemy Research
- - fixed stupid bug
- - added current level coloring - added aceconfig reference
- fixed embeds.xml for libqtip
- - IsTradeSkillLinked code (check to see if the tradeskill open is our own or someone elses) - Allow the skills listed to update - added languages and weapons - added db_upgrade - added event for skillups - added libtooltip - added tipscale option
- BTC : - couple small fixes
- BTC : - forgot to embed ldb. ahem
- BTC : - added in missing cooldowns - added detection of cast spells - fixed Locale
- BTC: - attempt at grouping related transmutes
- BTC: - fixed stupid locale thing
- BTC : - initial revision
root:
- "broker-tradecooldowns/mainline: Initial Import"
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 5.2.0-2.2.0-nolib | Release | 5.2.0 | 21 | 03/05/2013 |
| 5.2.0-2.2.0 | Release | 5.2.0 | 975 | 03/05/2013 |
| 2.1.7-release | Release | 4.2 | 5,399 | 10/12/2011 |
| 2.1.7-release-nolib | Release | 4.2 | 104 | 10/12/2011 |
| 2.1.6-release | Release | 4.1 | 2,741 | 05/09/2011 |
| 2.1.6-release-nolib | Release | 4.1 | 183 | 05/09/2011 |
| 2.1.5-release | Release | 4.1 | 284 | 05/09/2011 |
| 2.1.5-release-nolib | Release | 4.1 | 6 | 05/09/2011 |
| 2.1.1-release | Release | 4.1 | 1,182 | 05/06/2011 |
| 2.1.1-release-nolib | Release | 4.1 | 46 | 05/06/2011 |
| 2.1.0-release | Release | 4.1 | 1,308 | 05/01/2011 |
| 2.1.0-release-nolib | Release | 4.1 | 85 | 05/01/2011 |
| 2.0.1-release | Release | 4.0.3a | 181 | 01/14/2011 |
| 2.0.1-release-nolib | Release | 4.0.3a | 12 | 01/14/2011 |
| 1.20.1-release | Release | 4.0.1 | 258 | 10/18/2010 |
| 1.20.1-release-nolib | Release | 4.0.1 | 12 | 10/18/2010 |
| 1.2.0-release | Release | 4.0.1 | 67 | 10/14/2010 |
| 1.2.0-release-nolib | Release | 4.0.1 | 2 | 10/14/2010 |
| 1.12.4-release | Release | 3.2.0 | 377 | 08/11/2009 |
| 1.12.4-release-nolib | Release | 3.2.0 | 10 | 08/11/2009 |
| 1.12.3-release | Release | 3.2.0 | 64 | 08/07/2009 |
| 1.12.3-release-nolib | Release | 3.2.0 | 5 | 08/07/2009 |
| 1.12.2-release | Release | 3.1.0 | 175 | 04/22/2009 |
| 1.12.2-release-nolib | Release | 3.1.0 | 13 | 04/22/2009 |
| 1.12.1-release | Release | 3.1.0 | 366 | 04/15/2009 |
| 1.12.1-release-nolib | Release | 3.1.0 | 25 | 04/15/2009 |
| 1.12.0-release | Release | 3.0.9 | 75 | 03/16/2009 |
| 1.12.0-release-nolib | Release | 3.0.9 | 13 | 03/16/2009 |
| 1.11.1-release | Release | 3.0.3 | 30 | 01/16/2009 |
| 1.11.1-release-nolib | Release | 3.0.3 | 1 | 01/16/2009 |
| 1.11.0-release | Release | 3.0.3 | - | 01/15/2009 |
| 1.11.0-release-nolib | Release | 3.0.3 | 1 | 01/15/2009 |
| 1.10.0-release | Release | 3.0.3 | 12 | 12/23/2008 |
| 1.10.0-release-nolib | Release | 3.0.3 | 1 | 12/23/2008 |
| 1.9-release | Release | 3.0.3 | 10 | 12/09/2008 |
| 1.9-release-nolib | Release | 3.0.3 | 1 | 12/09/2008 |
| 1.81-release | Release | 3.0.3 | 10 | 12/04/2008 |
| 1.81-release-nolib | Release | 3.0.3 | - | 12/04/2008 |
| 1.8-release | Release | 3.0.3 | 8 | 12/04/2008 |
| 1.8-release-nolib | Release | 3.0.3 | 1 | 12/04/2008 |
| 1.7-release | Release | 3.0.3 | 10 | 12/03/2008 |
| 1.7-release-nolib | Release | 3.0.3 | 1 | 12/03/2008 |
| 1.6-release | Release | 3.0.3 | 1 | 12/01/2008 |
| 1.6-release-nolib | Release | 3.0.3 | - | 12/01/2008 |
| 1.5-release | Release | 3.0.3 | 1 | 11/19/2008 |
| 1.5-release-nolib | Release | 3.0.3 | 1 | 11/19/2008 |
| 1.4-release | Release | 3.0.3 | - | 11/15/2008 |
| 1.4-release-nolib | Release | 3.0.3 | - | 11/15/2008 |
| 1.3-release | Release | 3.0.3 | 1 | 11/15/2008 |
| 1.3-release-nolib | Release | 3.0.3 | 1 | 11/15/2008 |
| 1.2-release | Release | 3.0.2 | 1 | 10/29/2008 |
| 1.2-release-nolib | Release | 3.0.2 | 1 | 10/29/2008 |
| 1.1-release | Release | 3.0.2 | 1 | 10/29/2008 |
| 1.1-release-nolib | Release | 3.0.2 | 1 | 10/29/2008 |
| 1.0-release | Release | 3.0.2 | - | 10/29/2008 |
| 1.0-release-nolib | Release | 3.0.2 | 1 | 10/29/2008 |
Addon Packs Containing This...
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,172,613 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 491,839 Monthly Downloads
-
- AtlasLoot Enhanced
- Map & Minimap, Professions, Arena, and Boss Encounters
- 393,478 Monthly Downloads
-
- Deadly Boss Mods - Burning Crusade and Vanilla mods
- Combat and Boss Encounters
- 350,761 Monthly Downloads
-
- Recount
- Combat
- 329,575 Monthly Downloads
