Download
(35Kb)
Download
Updated: 04-14-09 11:08 AM
Pictures
File Info
Updated:04-14-09 11:08 AM
Created:unknown
Downloads:11,092
Favorites:66
MD5:

ProfessionLinks  Popular! (More than 5000 hits)

Version: 3.1.0
by: Maldivia [More]

ProfessionLinks is a simple addons that contain all profession links.

The addon presents you with a list of all the items that can be made, and enables you to see the tooltip for it, and link it by holding down the shift key, and clicking the link.

The dropdown menu at the to enables you to select the profession you wish to see the links for. The text field below it allows you to search for specific links, by typing in part of the name.

To show the ProfessionLinks window:
/professionlinks
/pl

3.1.0
* Release for WoW 3.1.0
3.0.8
* Release for WoW 3.0.8
2.4.3
* Release for WoW 2.4.3, containing the new patterns added.
2.4.0
* Release for WoW 2.4
2.3.0
* Release for WoW 2.3
* Added the new recipes from WoW 2.3
* Added French, German and Spanish translation
* Removed the "do it yourself translation" option, since the anti-flood protection introduced with 2.2.3 broke it. Note: The same anti-flood protection can still disconnect you in 2.3, if you request infor about several recipes, for which you don't have the items cached.
2.2.0
* Release for WoW 2.2
* Added an "All" category
* Added search box
* Added localization support
* Removed the "not cached" warning, as WoW 2.2 no longer disconnects you if trying to view recipes with items not loaded.
2.01.00
* Initial release
Optional Files (0)


Post A Reply Comment Options
Unread 06-02-07, 09:10 AM  
Mita
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 24
Uploads: 2
Very nice!

I am very glad you did this!

Great job.


Was wondering if you could add fubar support. Even to just open the mod up.

I forget slash commands.
Report comment to moderator  
Reply With Quote
Unread 06-02-07, 09:38 AM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
Excellent

This means it also contains some patterns that are no longer active or have never been active, which will never be safe to view, as the items they create or the reagents used might not be available in the game.
Actually, if you link the profession link in any channel before clicking the tooltip, you will not get disconnected when clicking that link and the item will be validated. If you mouseover before linking in chat, you will be disconnected, then the item will be flagged as invalid in your local cache and you will be unable to see it for a while even though it was just validated on the server. You can send the link to others to see, but you cannot see it unless you clear your local cache and do it again.

You could add the remote mail terminal:
{ 30555, "Remote Mail Terminal", 23840, 0, 0, 23784, 23783, 23786, 7191, 0, 0, 0, 0 },

It would be very cool if the data were searchable locally and remotely. Also, maybe items that are likely to disconnect could be disabled by default, but optional.

Also, here's a little modification that will set the ItemRef tooltip when a link is clicked without the shift key down.

Code:
if IsShiftKeyDown() and ChatFrameEditBox:IsVisible() then
  ChatFrameEditBox:Insert("|cffffd000|Henchant:" .. this.EnchantID .."|h[" .. self.Data[self.Section].Title .. ": " .. this:GetText() .. "]|h|r");
else
  SetItemRef("|cffffd000|Henchant:" .. this.EnchantID .."|h[" .. self.Data[self.Section].Title .. ": " .. this:GetText() .. "]|h|r")
  ItemRefTooltip:Show()
end
Last edited by Siz : 06-24-07 at 10:29 AM.
Report comment to moderator  
Reply With Quote
Unread 06-02-07, 01:16 PM  
Xwonic
A Kobold Labourer

Forum posts: 1
File comments: 18
Uploads: 0
this mod really needs a search bar and also save data that you already seen so that we dont have to press Alt erveytime we need to see a item


great work btw
Report comment to moderator  
Reply With Quote
Unread 06-02-07, 02:50 PM  
Maldivia
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 31
Uploads: 5
Originally posted by Xwonic
this mod really needs a search bar and also save data that you already seen so that we dont have to press Alt erveytime we need to see a item
A search bar is on the todo list.

As for the "save data" part, that shouldn't be needed. The addon checks the local item cache to see if the item and reagents are cached, meaning the game will save the information for you, unless you clear your cache (which happens when you patch the game, or if you manually clear the Cache folder). Also, showing the tooltip, will automatically cache the item and reagents (sometimes though, the addon doesn't pick up the first time that the reagents was loaded, and a second force-tooltip is needed to mark it as loaded (or simply scrolling a bit in the window)).

Originally posted by Siz
You could add the remote mail terminal:
enchant:30555, Engineering: Remote Mail Terminal
Hmm, it's not listed as a enginnering recipe here, which why it's not in the addon (I'm using a script to automatically generate the data files).
Last edited by Maldivia : 06-02-07 at 02:50 PM.
Report comment to moderator  
Reply With Quote
Unread 06-02-07, 03:29 PM  
specific
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
EDIT: Whoops, too many tabs open
Last edited by specific : 06-02-07 at 06:53 PM.
Report comment to moderator  
Reply With Quote
Unread 06-05-07, 07:16 PM  
Jerricka
An Aku'mai Servant
 
Jerricka's Avatar

Forum posts: 30
File comments: 178
Uploads: 0
Error in Fubar?

Date: 2007-06-05 21:17:20
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\nQuestLog\modules\Tooltips.lua line 123:
Quixote-1.0: Bad argument #2 to `IsQuestItem' (string expected, got nil)
Debug:
[C]: ?
[C]: error()
...nterface\AddOns\FuBar\libs\AceLibrary\AceLibrary.lua:100:
...nterface\AddOns\FuBar\libs\AceLibrary\AceLibrary.lua:53
(tail call): ?
...ace\AddOns\qComment\libs\Quixote-1.0\Quixote-1.0.lua:581: IsQuestItem()
nQuestLog\modules\Tooltips.lua:123:
nQuestLog\modules\Tooltips.lua:122
(tail call): ?
[C]: ?
[C]: SetHyperlink()
ProfessionLinks\ProfessionLinks.lua:59: Tooltip()
[string "*:OnEnter"]:1:
[string "*:OnEnter"]:1
AddOns:
Adapt, v1.6
AdvancedTradeSkillWindow
Report comment to moderator  
Reply With Quote
Unread 08-11-07, 11:44 AM  
thandrenn
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 42
Uploads: 3
Very useful addon. Thank you!
Report comment to moderator  
Reply With Quote
Unread 08-22-07, 07:51 AM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
I guess this problem mainly stems from me using the German client, but though I can hover the list to get the German tooltip, trying to link the recipes in the chat, even ones my character knows, disconnects me every time. It seems this is because the linked recipe has an English title, though this has never been a problem when linking items through addon-generated links.
But a translation would be cool anyway, as the translation is not always very literal, it can be difficult to find a specific entry.

*edit* checked and altered the Alchemy.en.lua, changing
Code:
ProfessionLinks:AddData("Alchemy", 171, AlchemyData);
to
Code:
ProfessionLinks:AddData("Alchimie", 171, AlchemyData);
was enough to make the Alchemy links work, tried it first with a translated name, but also works for English elixirs as long as the link begins with "Alchimie: [...]"

If you want, I can sit down and work on a translation probably not in the next days, but over time
Last edited by Nathanyel : 08-22-07 at 08:09 AM.
Report comment to moderator  
Reply With Quote
Unread 08-28-07, 06:35 AM  
Maldivia
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 31
Uploads: 5
Haven't really had time the last few month to do anything on this addon (or any other for that matter), started a new job, which have taken quite a lot of my time lately. But I'm currently planning a release when patch 2.2 is out, since that patch contains new recipes.

The next version will also contain the search I promised

I'll try to see if I can get some localization into it as well, as I have mentioned earlier, I generate the lists using a script, so it shouldn't be hard to do, if I get the german, french etc patches.

Nathanyel:
Glad such a simple edit was enough to fix your problem, but I'm still a bit puzzled why it doesn't work. If someone (with an English client) links a recipe to you, with English type and name, can you link it back to him ? Ie, if you see for instance [Alchemy: Healing Potion] in chat, can you shift-click it and link it back, or does that disconnect you aswell?
Report comment to moderator  
Reply With Quote
Unread 09-01-07, 10:56 AM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
Originally posted by Maldivia
I'm still a bit puzzled why it doesn't work. If someone (with an English client) links a recipe to you, with English type and name, can you link it back to him ? Ie, if you see for instance [Alchemy: Healing Potion] in chat, can you shift-click it and link it back, or does that disconnect you aswell? [/b]
Haven't thought of that yet... just asked around on the trade channel for an English recipe link, and after getting a link to a recipe item and one of the old enchanting links, I finally got [Mining: Smelt Copper], and got disconnected when I whispered this to myself... Gonna report this issue to the local blues, considering many people around here use the English Language Pack (ELP, because they've been translating all names recently, most of which just sound wrong and/or corny in German) they might fix it. This might even fuel one of my suggestions, to create a DELP (DEnglish Language Pack which has the old names again the "veterans" are used to)

Oh, and about localizations and list generation through search scripts, I recommend Allakhazam, for some reasons neither Wowhead nor Thottbot have non-English data.
Plus, I suggest to actually check the lists manually later, I noticed a number of recipes which are definitely NYI Will send you that list with my translations, I'm at about 50% (I translate whenever I'm bored :P)
Last edited by Nathanyel : 09-01-07 at 11:32 AM.
Report comment to moderator  
Reply With Quote
Unread 09-01-07, 08:24 PM  
Siz
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 228
Uploads: 5
Originally posted by Nathanyel

Plus, I suggest to actually check the lists manually later, I noticed a number of recipes which are definitely NYI
They are in-game. If you link any craft/profession link in a chat channel or a whisper, it is then validated on your server. Just don't try to view the link before you send it through a chat channel.
Report comment to moderator  
Reply With Quote
Unread 09-06-07, 03:04 AM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
Originally posted by Siz
They are in-game. If you link any craft/profession link in a chat channel or a whisper, it is then validated on your server. Just don't try to view the link before you send it through a chat channel.
Oh well that's certainly interesting, I thought these recipes and the items created by them were only ingame in the beta. Still, cannot link [Cooking: Basic Campfire] - well, I think it's more an 'actual' spell than a recipe.
Report comment to moderator  
Reply With Quote
Unread 09-07-07, 07:40 AM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
deDE

Got bored last night, and toyed around with javascript and greasemonkey (say, its XMLHTTP object) to retrieve most of the German recipe names from Allakhazam, the rest it didn't know (even had some very false names for jewelcrafting ) so I pasted them with the default method
*edit* Ok, weird, I somehow forgot to save the Enchanting file now with proper Enchanting data:
http://filebeam.com/32fae5756932d0741ae8e4026087f4fe Here's the deDE data, already with a check to only run on the right locale version.

2.2 recipes to follow when the patch hits live (for whenever that will be), too lazy to install the PTR client right now :P
Last edited by Nathanyel : 09-12-07 at 05:21 AM.
Report comment to moderator  
Reply With Quote
Unread 09-26-07, 08:14 PM  
Ssateneth
A Defias Bandit

Forum posts: 2
File comments: 33
Uploads: 0
First of all, loving the addon. But one thing got me going. I was able to link EVERY profession link (Except the camping fire) so I was able to see stuff like the Lifeblood and Netherflame set, as well as the onyxia epic mail chestpiece and Nightscape cloak, all of which are unknowns to Thottbot and various sites. I was able to see their stats and everything and even ctrl + click the links to see what they look like. Cool.
Report comment to moderator  
Reply With Quote
Unread 09-27-07, 10:13 AM  
Maldivia
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 31
Uploads: 5
Thanks for the translation Nathanyel, although I opted to just add a "do it your self translation" option to the addon instead. So basically, non-English clients should run the:
/pl translate
command at some point, which will get the names from the client, and that way translate it for you. That way I can also support languages I don't have access to

Of other new things. Added the long promised search box (it's the text box on the top of the frame, just start typing, and it will filter as you type).

Also added an "All" category, so for instance if you can't remember if it's leather workers or tailors that makes the Cloak you're after, just select all, and start typing in the name of the cloak.

Also removed the requirement for holding down Alt to see/link recipes that wasn't cached, as Blizzard removed the disconnect "feature"
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: