Download
(2Kb)
Download
Updated: 09-01-12 07:25 PM
Pictures
File Info
Updated:09-01-12 07:25 PM
Created:unknown
Downloads:42,900
Favorites:452
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 04-16-08, 09:47 PM  
larmike
A Kobold Labourer
 
larmike's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Please please please update this for 2.4, its so helpful i miss it
Report comment to moderator  
Reply With Quote
Unread 02-29-08, 03:47 PM  
Sepioth
A Molten Giant
AddOn Author - Click to view AddOns

Forum posts: 894
File comments: 97
Uploads: 2
please add enchanting support ... pretty please
Report comment to moderator  
Reply With Quote
Unread 01-14-08, 02:07 PM  
Vytae
A Murloc Raider

Forum posts: 6
File comments: 62
Uploads: 0
would like the enchant tab please
Report comment to moderator  
Reply With Quote
Unread 01-12-08, 11:26 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Originally posted by Gogusrl
bump for enchanting support.
*cry*
Report comment to moderator  
Reply With Quote
Unread 01-10-08, 06:21 PM  
Gogusrl
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 74
Uploads: 1
bump for enchanting support.
Report comment to moderator  
Reply With Quote
Unread 01-02-08, 05:14 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Originally posted by fortch
in zhCN local :
["製皮"] = true,
["裁縫"] = true,
["熔煉"] = true,
["毒藥"] = true,
----------------------that's zhTW----------------

the right is here:

zhTW --->zhCN
["製皮"] --->["制皮"]
["毒藥"] --->["毒药"]
["熔煉"] --->["熔炼"]
["裁縫"] --->["裁缝"]

My appologies. I can't speak or read any Asian languages so I can't tell them apart. The problem is compounded by the fact that my text editor doesn't handle those characters properly and most of the time show up as "??" (though, firefox shows them correctly). Would you mind sending me a private message with the corrected file attached?
Last edited by tardmrr : 01-02-08 at 05:18 PM.
Report comment to moderator  
Reply With Quote
Unread 12-26-07, 01:29 AM  
fortch
A Kobold Labourer

Forum posts: 0
File comments: 26
Uploads: 2
in zhCN local :
["製皮"] = true,
["裁縫"] = true,
["熔煉"] = true,
["毒藥"] = true,
----------------------that's zhTW----------------

the right is here:

zhTW --->zhCN
["製皮"] --->["制皮"]
["毒藥"] --->["毒药"]
["熔煉"] --->["熔炼"]
["裁縫"] --->["裁缝"]

Report comment to moderator  
Reply With Quote
Unread 12-09-07, 02:18 PM  
taii
A Defias Bandit

Forum posts: 2
File comments: 1
Uploads: 0
Re: Re: no enchanting?

By tardmrr
I was not planning to add enchanting because it is a different frame. The CraftUI (what enchanting uses) and the TradeSkillUI (everything else) are completely separate. In order to add enchanting support, the addon would probably more than double in size (both code and memory use), and that's not really something I want to do at this time. As a result, unless I think up something really clever, it's probably just not going to happen.

Plus, I don't have an enchanter leaving me with very little motivation to hack at it.
It has been a while since i coded a ui for wow but unless things have changed you should be able to put an additional button on there and it would just have to close the TradeSkillUI frame then open the CraftUI frame. Granted unless you recoded the CraftUI window this would be a one way street but it's something.

Taii
Report comment to moderator  
Reply With Quote
Unread 12-08-07, 07:42 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Re: no enchanting?

Originally posted by Avani
will there ever be enchanting? or was it you just did not get to it yet. i love the concept and functionality of this mod and the size... but without enchanting it misses half of what i do...

I hope you can keep this mod small and basic like it is... there is a real need for some simple things... too many huge compliations out there eating memory holes in out lives. thanks for all your work on this
I was not planning to add enchanting because it is a different frame. The CraftUI (what enchanting uses) and the TradeSkillUI (everything else) are completely separate. In order to add enchanting support, the addon would probably more than double in size (both code and memory use), and that's not really something I want to do at this time. As a result, unless I think up something really clever, it's probably just not going to happen.

Plus, I don't have an enchanter leaving me with very little motivation to hack at it.
Report comment to moderator  
Reply With Quote
Unread 12-08-07, 03:37 AM  
Avani
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
no enchanting?

will there ever be enchanting? or was it you just did not get to it yet. i love the concept and functionality of this mod and the size... but without enchanting it misses half of what i do...

I hope you can keep this mod small and basic like it is... there is a real need for some simple things... too many huge compliations out there eating memory holes in out lives. thanks for all your work on this
Report comment to moderator  
Reply With Quote
Unread 12-07-07, 06:57 PM  
tardmrr
Lua Ninja
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 134
Uploads: 12
Originally posted by Pseudopath
Any news on compatibility, just eager to make use of this?

- Pseudopath.
I haven't gotten to look at it yet because of my busy, busy schedule this semester. Finals are next week so I won't have a lot of time until after that.
Report comment to moderator  
Reply With Quote
Unread 12-07-07, 03:56 AM  
Pseudopath
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 66
Uploads: 1
Any news on compatibility, just eager to make use of this?

- Pseudopath.
Report comment to moderator  
Reply With Quote
Unread 12-01-07, 07:15 PM  
Maziel
A Deviate Faerie Dragon
 
Maziel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 152
Uploads: 7
Originally posted by tardmrr
I'll look at it if you can get me a link that doesn't point to them
*blinks*

Joking right... O.o

ok.. uploading their file to another site for you... *sighs*

http://the-elders.guildlaunch.com/gu...1194989826.zip
Report comment to moderator  
Reply With Quote
Unread 11-30-07, 04:08 PM  
slickwalker
A Deviate Faerie Dragon
 
slickwalker's Avatar

Forum posts: 18
File comments: 155
Uploads: 0
Re: Thank you

Originally posted by Pseudopath
And sorry to hijack your addons comment section.

I would like to add my request for ATSW compatibility as well though.

- Pseudopath.
Agreed, ATSW or Skillet
Report comment to moderator  
Reply With Quote
Unread 11-30-07, 11:00 AM  
Pseudopath
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 66
Uploads: 1
Thank you

And sorry to hijack your addons comment section.

I would like to add my request for ATSW compatibility as well though.

- Pseudopath.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: