Download
(2Kb)
Download
Updated: 09-01-12 07:25 PM
Pictures
File Info
Updated:09-01-12 07:25 PM
Created:unknown
Downloads:42,999
Favorites:451
MD5:

TradeTabs  Popular! (More than 5000 hits)

Version: 1.8.1
by: tardmrr [More]

TradeTabs is a small addon to add spellbook-like tabs to the TradeSkillFrame. It will add one for each of your professions and one for each of the profession "suppliment" abilities (cookfire, disenchant, milling, etc)

It should work in any locale but has only been tested in enUS.


Known Issues:
When the player learns a new profession, TradeTabs does not add a tab for it right away. This is because TradeTabs only populates the list of professions when it loads. The next time you load your interface (/console reloadui) or log into the game, the tab will appear.

v 1.8.1 (2012-8-31)
* Updated for WoW 5.0


v 1.7 (2009-2-19)
* Added support for Prospecting, Milling, Disenchanting and Basic Campfire
* Added redundancy to the loading process to keep from missing being initialized.

v 1.6 (2008-11-24)
* Added support for Runeforging

v 1.5.1 (2008-10-22)
* Fixed Folder structure

v 1.5 (2008-10-21)
* Removed Rogue Poisons since they're gone as well

v 1.5-beta (2008-10-21)
* Drycode update for 3.0

v 1.4 (2008-5-03)
* Added support for Skillet

v 1.3 (2008-4-26)
* Changed the spell detection system to use spell IDs so that localization is now automatic
* Added support for Enchanting and Beast Training

v 1.2 (2007-11-26)

* Fixed a bug that caused no tabs to appear if TradeTabs was loaded before PLAYER_LOGIN or while in combat (or both).
* Added zhTW localization

v 1.1 (2007-11-12)

* Updated for patch 2.3
* Includes a probably broken Korean Localization because I'm 90% sure my text editor hates me.
Beta Files (1)
File Name
Version
Hits
Size
Author
Date
1.5
1,526
2kB
tardmrr
10-21-08 06:44 PM


Optional Files (0)


Post A Reply Comment Options
Unread 06-01-08, 04:08 AM  
vithos
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
I like it, but (unless I'm blind) you still have to open the spellbook before opening a profession. This means when you have a trade window open, it will get closed when you open your profession. What do you think about adding a keybind to open the most recently used profession window?
Report comment to moderator  
Reply With Quote
Unread 05-31-08, 06:48 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Cooking works for me. This could be some kind of weird localization error. What locale are you in?
Last edited by tardmrr : 05-31-08 at 06:53 PM.
Report comment to moderator  
Reply With Quote
Unread 05-31-08, 04:59 PM  
Luciant
A Cyclonian
 
Luciant's Avatar

Forum posts: 49
File comments: 76
Uploads: 2
i dunno if its just on my computer, but there is no cooking tab...
Report comment to moderator  
Reply With Quote
Unread 05-03-08, 10:00 AM  
slickwalker
A Deviate Faerie Dragon
 
slickwalker's Avatar

Forum posts: 18
File comments: 155
Uploads: 0
THANK YOU

Just saw the update that added Skillet support!!!!
Report comment to moderator  
Reply With Quote
Unread 05-02-08, 02:54 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Originally posted by 77552406
I wonder how to make it work with Skillet?
Skillet is a wee bit harder to support, but it's doable (like it's 1 line longer than the ATSW compat code). I'll probably push an update sometime this evening for that. I want to test it a bit more before I do it, and I'm not actually at home, so I need to edit my master copy.

Update: Version 1.4 supports Skillet.
Last edited by tardmrr : 05-03-08 at 03:35 AM.
Report comment to moderator  
Reply With Quote
Unread 05-02-08, 03:18 AM  
77552406
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I wonder how to make it work with Skillet?
Report comment to moderator  
Reply With Quote
Unread 05-01-08, 08:24 AM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Originally posted by Craker
Are there any plans to make it work with ATSW? It is a great addon just needs to work with another great addon
I took a quick look at it. I will not be adding official support for ATSW. It doesn't behave properly when the player recasts a trade spell while the frame is already open (i.e. the whole point of TradeTabs). However, if you just must satisfy your curiosity, you can edit TradeTabs to add tabs to ATSW's frame. In version 1.3, find line 61 and change that if block to look like this:
Code:
    local parent
    if ATSWFrame then
        parent = ATSWFrame
        self:UnregisterAllEvents()
    elseif event == "TRADE_SKILL_SHOW" then
        parent = TradeSkillFrame
    elseif event == "CRAFT_SHOW" then
        parent = CraftFrame
    else
        assert(false,"Unreachable Code")
    end
Report comment to moderator  
Reply With Quote
Unread 05-01-08, 06:44 AM  
Tealc
A Defias Bandit
 
Tealc's Avatar

Forum posts: 3
File comments: 53
Uploads: 0
Originally posted by tardmrr
It is not because the tabs appear on the right that you can't see them. ATWS replaces the entire frame so the tabs just aren't there.
Are there any plans to make it work with ATSW? It is a great addon just needs to work with another great addon
Report comment to moderator  
Reply With Quote
Unread 04-30-08, 04:40 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Originally posted by Riventhal
Is there anyway of putting the tabs on the left side of the frame? I use ATSW and Ackis RL both of which expand the frame to the right and the tabs don't show.
It is not because the tabs appear on the right that you can't see them. ATWS replaces the entire frame so the tabs just aren't there.
Report comment to moderator  
Reply With Quote
Unread 04-30-08, 04:31 PM  
Riventhal
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Is there anyway of putting the tabs on the left side of the frame? I use ATSW and Ackis RL both of which expand the frame to the right and the tabs don't show.
Report comment to moderator  
Reply With Quote
Unread 04-17-08, 11:07 AM  
Hotcooler
A Kobold Labourer
 
Hotcooler's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 22
Uploads: 1
Yes, my fault about that checkbox. But. My client was not able to load it before I change tose lines. May be it's related with some troubles in my client. Or something was cached.. dunno. But "Load out of date addons" is not working in my case.
Report comment to moderator  
Reply With Quote
Unread 04-17-08, 05:55 AM  
JoshBorke
A Chromatic Dragonspawn
 
JoshBorke's Avatar
AddOn Author - Click to view AddOns

Forum posts: 185
File comments: 59
Uploads: 5
Originally posted by Hotcooler
<snip>Changed it and it worked. So. TradeTabs.toc must look like that to order to work in 2.4
It doesn't HAVE to have 20400 as the Interface version. If it has any number like 2XXXX it will try to load in WoW if you have the "Load out of date addons" checkbox checked. It can be found in the upper right corner of the addons screen. It gets unchecked every time there is a new patch.
Report comment to moderator  
Reply With Quote
Unread 04-17-08, 05:51 AM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Originally posted by Hotcooler
Yay! Finally! Thanx!

hmm... still listed as outdated and still not working..

hmm again... Why if it's working with 2.4 in tradetabs.toc file is this line insted of this?

Changed it and it worked. So. TradeTabs.toc must look like that to order to work in 2.4
Dear god. I'm far too tired to explain to you just how retarded you are. So I'll make you do it yourself.

http://www.wowwiki.com/TOC
Last edited by tardmrr : 04-17-08 at 05:52 AM.
Report comment to moderator  
Reply With Quote
Unread 04-17-08, 02:53 AM  
Hotcooler
A Kobold Labourer
 
Hotcooler's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 22
Uploads: 1
Yay! Finally! Thanx!

hmm... still listed as outdated and still not working..

hmm again... Why if it's working with 2.4 in tradetabs.toc file is this line
## Interface: 20300
insted of this?
## Interface: 20400
Changed it and it worked. So. TradeTabs.toc must look like that to order to work in 2.4

## Interface: 20400
## Title: TradeTabs
## Notes: Adds spellbook-style tabs to the TradeSkillFrame for easy swapping between production skills
## Author: tard
## Version 1.2
## X-Category: Tradeskill
## LoadOnDemand: 1
## LoadWith: Blizzard_TradeSkillUI
localization.lua
TradeTabs.lua
Last edited by Hotcooler : 04-17-08 at 03:05 AM.
Report comment to moderator  
Reply With Quote
Unread 04-16-08, 09:49 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Originally posted by larmike
Please please please update this for 2.4, its so helpful i miss it
It didn't break in 2.4
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: