Category: Outdated Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
wmrojer's Portal Bug Reports Feature Requests
Author:
Version:
0.9.20112
Date:
12-11-2006 06:00 PM
Size:
136.39 Kb
Downloads:
11,583
Favorites:
124
MD5:
Pictures
Click to enlarge
Tooltips
Click to enlarge
Tradeskill Info UI
Click to enlarge
Config UI
Click to enlarge
TradeSkill Frame showing cost and skill level
Tradeskill Info   Popular! (More than 5000 hits)
New Beta version available at http://files.wowace.com/TradeskillInfo/ and http://files.wowace.com/TradeskillInfoUI/ (You need both files)

Description

TradeskillInfo is an addon that gives you all the infromation that you need about tradeskills.

It will in the tooltip of an item show you.

* What tradeskills it is used in, and how many different recipes for that tradeskill it is used in.
* Show you where the item comes from. Vendor, dropped, disenchanted or crafted.
* Show who of your chars can use the item.

It will in the tooltip for recipes show you.

* If any of your chars knows it already.
* If any of your chars can learn it now.
* If any of your chars will be able to learn it later.
* Where it comes from. Vendor bought, quested, dropped or crafted.

In the tradeskill craft window it will show

* At what skill levels the recipe will shift to a different difficult.
120/80/60/40 would mean it's learnable at 40, it will be yellow at 60, green at 80 and grey at 120.
The information is color coded. Currently only information about when an recipe can be learned is in the addon, the rest is learned by the addon as we go. I will collect that information from people and put it into the addon as time goes.
* The cost of the combine (vendor prices), how much the result sells for to a vendor and the profit/loss.
Support for auction prices will come later.

TradeskillInfo also has it's own UI. It is opened with /tsi menu or with by binding a key to it in the keybindings menu.
QuickSearch an item in the inventory will open the UI and show all recipes that use that item. QuickSearch key-mouse combination is configurable. Defaults to Shift-RightClick.
RightClicking an reagent icon in the TradeskillInfoUI with the AuctionFrame open will do a search for that reagent in the auction house.
Shift-Click on the recipe name in the list (to the left) with the chatbox open will paste the complete recipe there. (To tell your guildies whats needed to make that uber item)

In it you can browse all tradeskills in the game.

* Filter what tradeskills to show
* Filter what recipes to show
o Player known
o Player learnable
o Player will be able to learn
o Alt known
o Alt learnable
o Alt will be able to learn
o Unavailable
* Freetext search on recipe name and reagent names.

For every recipe it will show

* If the it is learned from a recipe, it will show the source of the recipe. Dropped, Vendor bought, quested or faction vendor. [Reputation needed not yet implemented]
* What skill level is required, and specialization.
* Who of your chars knows the recipe.
* Who of your chars can learn the recipe.
* Who of your chars will be able to learn the recipe.

Recipe names are color coded.

* White: Player knows
* Light Green: Player can learn
* Yellow: Player will be able to learn
* Grey: Alt knows
* Dark Green: Alt can learn
* Orange: Alt will be able to learn
* Red: Unavailable to all your chars

For items not in the local cache the icon is "?". Clicking on that icon will try and lookup the item. Warning, you will get disconnected if that item has not been seen since server restart. Enchanting tooltips will be show if all the reagents are know. I belive this is a safe way to show the enchant tooltip. Please report if you get disconnected for showing an enchant tooltip without clicking the icon.

I also has a graphical config screen that is opend with /tsi config or by binding a key to it in the Keybindings menu.

Planned features
Optional use of auction prices for reagents and results.
More precis information about source of reagents and recipes. Ie. what mob/mobs and what vendor.
Tracking of reagents and recipes in the bank and inventory of all your chars.
Color coding of recipes in Auction House window.
Filtering on faction. (Horde / Alliance) (Since there are recipes that can only be gotten by one of the factions)

What id does not do

It does not in anyway change how you craft items. I suggest Fizzwidgets Autocraft.

History/Technical

I was a bit feed up with alot of addons just giving me small bits of information about tradeskills. ReagentData/ReagentInfo just gives information about what tradeskill an item is used for. Component can show you all recipes an item is used for, but in an very user unfriendly way. RecipeBook shows what char knows a recipe or can learn it.

All of those addons where handling more of less the same information but just makeing use of some of it. By makeing an addon that has all the functionality of those addons, and makeing it with itemid's and using Ace2 i was able to cut down on my memory useage with about 10MB. Yes, 10MB. Both ReagentData/ReagentInfo and Component use item names, and takes up loads of memory. TradeskillInfo currently uses about 1.2MB. That's less then just ReagentData, and far less then Component. And TradeskillInfoUI is using only 350KB and is loaded on demand.

Release notes

0.9.20112
Fixed problem with skill levels not getting updated.
Changed options for RegisterChatCommand again.

0.9.19876
Added 'handler' to RegisterChatCommand options. Hope it fixes the problem with using the chat command.

0.9.19717
Fixed item links. GetItemInfo now returns an itemlink instead of an itemstring.

0.9.19423
Removed the use of Compost. Fixed small typo that showed itself when Compost was no longer used.

0.9.19160
Updated for WoW 2.0
Added recipe vendor prices
Added Naxxramas recipes. (I thought they where only quested)

0.9.18248
Color Recipes in the Auction House.
Banked amount and Alt in tooltips. (Requires CharacterInfoStorage)
Added recipe vendors.
Faction filtering.
Search filtering
Fixed transmute recipes.
Work begun to enable the addon for translations.

0.9.16897
Made compatible with The Burning Crusade. Still none of the new recipes in.
Upgraded to AceHook-2.1.
Note: You need to remove the embeded Ace2 libs and install the Ace2 TBC standalone version and update the .toc to interface 20000 to get it to work in the TBC beta.

0.9.16068
Unathorized changes rolled back. (All of them I hope)
Quick search hotkey combination is now configurable. Can even be turned off completly.
Rest button in the UI to reset search criterias.
All colors in the tooltips are now configurable in the config UI.
Added missing AceHook-2.0.lua library
Right clicking an reagent icon in the TradeskillInfoUI with the AuctionFrame open will do a search for that reagent in the auction house.
Shift-Click on the recipe name in the list (to the left) with the chatbox open will paste the complete recipe there. (To tell your guildies whats needed to make that uber item)
Search text is now case insensitive.
More information on where gems, disenchanted and skinned reagents comes from. More to come later.

0.9.15317
"Usable By" for reagents.
New internal data structure that uses even less memory. 1.4MB -> 1.1MB.
Uses oSkin to skin the UI if it is loaded.

0.9.14946
All new layout of the TradeskillInfoUI.
Graphical config screen.
Key bindings for opening both the config screen and the main UI.
Shift-RightClick and item to search for recipes that use that item.
  Optional Files - Tradeskill Info
Sorry, there are currently no optional files available.
  Comments - Tradeskill Info
Post A Reply Comment Options
Old 02-15-2009, 12:12 PM  
Jaim Sandar
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 270
Uploads: 1
AddonLoader & display size on bar

I am trying to switch from FuBar to LDB for the information I would like to monitor on-screen, but there are still a few FuBar plugins I haven't found satisfactory replacements for yet. So I have been using Broker2Fubar so I can view both Fubar & LDB data on one display.

As more authors are adding support for AddonLoader, I decided to try it. It works as advertised, but I have a cosmetic problem with it and several supporting mods, yours included.

Without AddonLoader, the LDB feeds are displayed correctly on Fubar. When delayed by AL, most are still good but some do not adjust the font & icon size to match FuBar's settings. The result is text & icons that are much larger than the rest of the FuBar display. It is usable that way but takes up more space (width) on the bar and is cosmetically unattractive.

I have mentioned this problem on both the AddonLoader and the FuBar forums, but the consensus seems to be that it is the fault of the individual AddOns.

FYI: besides TSI I also see the size discrepancy with:
Revelation
Broker_Trainer
Ara_Broker_Guild_Friends
Ara_Broker_Tradeskills
Broker_Hitcrit

Thank you.
Jaim Sandar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-14-2009, 09:06 PM  
nickyjean
A Chromatic Dragonspawn

Forum posts: 159
File comments: 61
Uploads: 0
I found this addon updated on

http://wow.curse.com/downloads/wow-a...kill-info.aspx

best freaking addon EVER!!!
nickyjean is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-22-2008, 06:15 AM  
Randae
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Will this AddOn be continued? I very much enjoyed being able to tell which ingredients are used in which recipes and what I need for a certain enchantment without being an enchanter myself.

At the moment I am kinda lost though - are there any other AddOns that could help me with that problem - or better even: will TSI be updated?

Last edited by Randae : 10-22-2008 at 06:22 AM.
Randae is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-23-2008, 09:36 AM  
EternalMydNyt
A Murloc Raider
 
EternalMydNyt's Avatar

Forum posts: 4
File comments: 1
Uploads: 0
Not Working?!

Since the Server Reset last night my Tradeskills info has stopped working. when i boot up it gives an error message about

C:\Program Files\World of Warcraft\Interface\AddOns\TradeskillInfo\libs\Abacus-2.0\Abacus-2.0.lua:20: bad arguement #1 to 'sub' (string expected, got nil)

Anyone know what the hell its talking about?

I tried uninstalling it and reinstalling it and i still get the same message every time. This is my favorite addon...
EternalMydNyt is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-17-2007, 06:37 PM  
Ipsos2
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Apparent lack of functionality available in RecipeBook

I'm now on my Horde alt, buying JC recipes for my Alliance main, and I can't get TradeskillInfo to show me which of those are known, and which aren't... it's like TradeskillInfo didn't know I have other characters on ally side, even though I logged on them many times with TradeskillInfo on.

Is there an option to turn faction filtering off? I looked, but wasn't able to find it.

I wouldn't want to go back to Recipe Book just for that
Ipsos2 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-30-2007, 06:01 PM  
Zidomo
An Aku'mai Servant
 
Zidomo's Avatar

Forum posts: 37
File comments: 587
Uploads: 0
You still out there Wmrojer? Haven't seen you here or in the Wowace forums for a while.

Would be really nice to see this updated with the new WoW patch 2.1 recipes & revised mats for several current recipes. As it is from its last Wowace SVN update, several recipes provide incorrect information (as well as those missing ones).
Zidomo is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-27-2007, 03:48 AM  
DeFood
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 34
Uploads: 1
filters request

The filters available in the default tradeskill ui - by subclass and slot - would ve a valuable addition to this addon. Really enhance its utility when browsing for possible upgrades for my various characters.
DeFood is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-25-2007, 12:08 PM  
Pibe
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
char del

hi
how i can delete/purge info about deleted characters ?
thx
Pibe is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-14-2007, 01:41 AM  
Katardre
A Kobold Labourer

Forum posts: 1
File comments: 29
Uploads: 0
wonder why it is TradeSkillInfo causes my MailFu to think I have mail when I first log on...and also makes it think I've received two mails when I buy something from the AH...or sell something on the AH...I know it's tradeskillinfo cuz it didn't do that before I installed it, and it stopped when I removed it...

using the mostest current version of both MailFu and TradeSkillInfo downloaded from WoWAce yesterday...

posting this to both TradeSkillInfo and MailFu...maybe one of ya'll can figure it out...
Katardre is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-10-2007, 04:01 PM  
Laurient
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hello,

I'm loving your add-on... when i'm using english wow.

I would like to know how can i translate your add-on in another language bescause when i'm using french version, he reconize the recepite in the tool tip : (he say Known by: xxxx) but in the tradskillinfo UI, all the crafts are red.

Is it a bug with the translation, if yes how can I help to solve it ?
Laurient is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-28-2007, 02:11 PM  
DeFood
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 34
Uploads: 1
I have to ask...

Jewelcrafting support?
DeFood is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-28-2007, 08:17 AM  
Angi05
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
i noticed the tooltip shows Inventory+Bank as Units and add's the amount of stacks in the mailbox

to correct this in characterinfstorage.lua replace function CharacterInfoStorage:GetNumItemsMail(charName,itemId) with:

function CharacterInfoStorage:GetNumItemsMail(charName,itemId)
local num=0;
if self.db.realm[charName] then
for _,val in pairs(self.db.realm[charName].mail) do
local _,_,id,i = string.find(val,"(%d*)[^|]+|?(%d*)")
id = tonumber(id);
if id == itemId then
if i and i~="" then num=num+tonumber(i) else num=num+1 end
end
end
end
return num;
end

Last edited by Angi05 : 03-28-2007 at 10:13 AM.
Angi05 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-23-2007, 05:31 AM  
norova
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Re: Re: bank bug.

I want to translate into triditional chinese version, but...I don't know where to find out .enUS file ??
norova is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-15-2007, 04:24 AM  
DeFood
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 34
Uploads: 1
I request a simple feature. When I alt-click an item in my inventory, TSI pops up that bloody wonderful window full of recipes made with that item.
However, when I actually open my profession panel and look at an actual recipe, I can't trigger TSI to pop up there and show me other recipes made by a particular reagent.

Is it possible to hook the profession window so that TSI can trigger off the reagents there?

PS> TSI's default of using the RMB has caused me to consume a vast quantity of food items when looking up cooking recipes. I now use alt-LMB, which, with the default UI at least, is safe and has no conflicts.

Last edited by DeFood : 03-15-2007 at 04:25 AM.
DeFood is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-14-2007, 02:25 PM  
wmrojer
A Deviate Faerie Dragon
 
wmrojer's Avatar
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 73
Uploads: 5
Re: bank bug.

Quote:
Originally posted by DeFood
um, is there a known bug where TSI doesnt show any info on tooltips when the mouse is over the slots on the right hand side of the bottom of the bank?
Yes, It has been fixed in the SVN version.
wmrojer is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.