Download
(676Kb)
Download
Updated: 08-21-11 09:12 AM
Pictures
File Info
Updated:08-21-11 09:12 AM
Created:unknown
Downloads:34,449
Favorites:431
MD5:

Advanced TradeSkill Window Levels (plugin)  Popular! (More than 5000 hits)

Version: 3.5
by: YammY [More]

I created this tiny mod to work as a plus for AdvancedTradeSkillWindow mod.

* I added an option to make it work even if you don't have ATSW installed, so the ones with the original tradeskill window, be happy from now on

I always wanted to see the recipe's levels and skills next to its names on our known recipes list. I asked to the original coder to add it, but didn't reply me about it.

So this time I decided to do myself. Many thanks to #wowi-lounge people, you guys helped a lot

This mod have 3 possibilities :

1 - shows the character's level required for using the crafter item

2 - shows the profession skill level required for using the crafted item

3 - does not show anything before recipe's name when the crafted item doesn't have a required level or skill to be used


I hope you guys like it and it be as helpfull as It is for me everyday


PS : This mod NO LONGER requires Advanced TradeSkill Window to work, so it's an optional dependency





PATCH NOTES

Version 1.3

- changed 'lv' to 'lvl' to stand for 'level'
- changed 'pr' to 'prf' to stand for 'profession'

- added localization code

- added german localization > I need a tester

- need french localization string - someone have it?

- removed the blank spaces because the 'space' character doesn't have the same pixels width as the 'number' character, which causes a funky display on the list. So I'd rather keep clean and easy to read, and decided to put back the zeros until I find a solution for that.

* for the ones that still want the spaces instead of zeros, go to the ATSW_Levels.lua file and change the return lines:

return "[lv " .. string.format( "%03d", l ) .. "]";

to

return "[lv " .. string.format( "%3d", l ) .. "]";

Updated TOC for patch 3.1 WOTLK

Many bugs fixed by HonorGog, from TitanPanel Team !

Thank you very much, my friend ! /kiss

[]s
Post A Reply Comment Options
Unread 03-30-08, 01:03 PM  
Cirbirus
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Doh! I completely misunderstood what this was for. I wanted something that would list the TRADE SKILL level next to a recipe, not the required to used level. Oh well, thanks for all your work, and you did turn me on to the ATSW.
Report comment to moderator  
Reply With Quote
Unread 06-19-08, 03:02 PM  
HonorGoG
An Aku'mai Servant
 
HonorGoG's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 102
Uploads: 6
Edits

"I'm in ur code haxing ur warez!"

But seriously, a friend just told me about this addon to ATSW and it's very helpful. I wasn't too happy with the "prf" and "lvl" entries so I've done some modifications. The entries appear as the following examples:

[L60] Bucket of Slop
[P250] Bandage of Hurting

This makes it clear as to whether it's a [L]evel or [P]rofession requirement and drops the extra zero from level items. The profession items will still appear with a preceding zero if the requirement is less than 100. Let me know if you want to see it. You've done a great job keeping the code small so I can probably just attach it to a message.
Last edited by HonorGoG : 06-19-08 at 03:29 PM.
Report comment to moderator  
Reply With Quote
Unread 11-09-08, 10:47 AM  
Borrie
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 16
File comments: 43
Uploads: 5
Are there known problems with this one?
It doesn't seem to work for me.
(I have ATSW installed)
Report comment to moderator  
Reply With Quote
Unread 12-06-08, 03:12 AM  
Ehala
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I have the newest version of ATSW installed (0.72 from Curse) and this plugin doesn't work. It looks like this plugin was made for ATSW version 0.71 and there must be some problem with the newest version.

Please update this to work with the newest version of ATSW! It's an awesome addon.

Thanks!
Ehala
Report comment to moderator  
Reply With Quote
Unread 12-14-08, 07:24 PM  
Vyn1
A Defias Bandit

Forum posts: 2
File comments: 1
Uploads: 0
Not Working

I've got the addon checked, but it's not showing up at all in game.

Can this be fixed? I love this addon.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 01-24-09, 11:30 AM  
Zeoch
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Fix pls

Great Addon!
Please provide a fix
Report comment to moderator  
Reply With Quote
Unread 04-10-09, 12:01 AM  
Jeania
An Aku'mai Servant
 
Jeania's Avatar

Forum posts: 39
File comments: 170
Uploads: 0
what addon is your tooltip, I have to ask ^^
__________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Words to Remember:

"You never really learn much from hearing yourself talk." ~ George Clooney

*۝*Jeania/Anjelie ~ Dalaran*۝*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Unread 04-15-09, 07:51 AM  
klurosu
A Kobold Labourer
 
klurosu's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Pease update this addon, itīs one of my favs.

Greetings from spain
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 04:25 AM  
HonorGoG
An Aku'mai Servant
 
HonorGoG's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 102
Uploads: 6
Update

I think YammY is busy so I decided to update this. Both Blizzard and ATSW changed the way they handle the data so it was basically a complete rewrite rather than an update. Gone...profession values. Why? Who needs that? This is ATSW_Levels. Also, since the tooltip is no longer parsed but the data is gathered via Blizzard API calls, the variable reqLevel is easy to grab. Oh, it still works without ATSW too. It also shows up as [Lxx] where xx is the level required to use the item right before the item name. I may drop the "L" and just have [xx] in the future unless YammY wants to take this back. The ATSW sort-by-name sorts by level instead of alphabetically so I hope that's not a problem for anyone because I'm actually changing the API returned value of skillName through a hook.

I'm putting the file on my Titan Panel Google Code download page. Here is the link if you are interested.

Edit: Link Deleted

It's really tiny. A 2.2K zip file that decompresses to under 6K.

Enjoy.
Last edited by HonorGoG : 04-25-09 at 04:29 AM.
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 06:11 AM  
HonorGoG
An Aku'mai Servant
 
HonorGoG's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 102
Uploads: 6
Exclamation 3.0.1 Pending

I just gave 3.0.0.30100 a good multi-hour thrashing and it burped in several places. I'll make the fixes tomorrow (too late right now...5:10am) so expect 3.0.1.30100 tomorrow on my aforementioned Google Code site.
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 11:48 PM  
HonorGoG
An Aku'mai Servant
 
HonorGoG's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 102
Uploads: 6
Yet Another Update

Okay, 3.0.1.30100 is out. I'm not providing a direct link in case it gets updated again.

http://code.google.com/p/titanpanel/downloads/list

Let me know if you have any problems.
Report comment to moderator  
Reply With Quote
Unread 04-21-09, 10:33 AM  
YammY
A Kobold Labourer
 
YammY's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 23
Uploads: 1
New version to patch 3.1 !!

Thanks to HonorGog, we now have a version of ATSW_Levels for patch 3.1

Many thanks to him !! I was really out of time to sit and code the fixes ! Thank you very much Brian !! Love you!

I'm mentioning you as co-author from now, if you don't mind =]

Don't worry about the download place, I will keep this site updated here !

/target Brian
/kiss
/hug
/clap
/love

hehehe
Report comment to moderator  
Reply With Quote
Unread 04-21-09, 11:10 AM  
Tithulta
A Black Drake
 
Tithulta's Avatar
AddOn Author - Click to view AddOns

Forum posts: 80
File comments: 38
Uploads: 1
Thumbs up Golden Oldie RETURNS!

ATSW and ATSW_levels were my favorite for a long long time til they remained unuseable for me. Thanks for bringing my favs back
Report comment to moderator  
Reply With Quote
Unread 04-22-09, 01:45 AM  
HonorGoG
An Aku'mai Servant
 
HonorGoG's Avatar
AddOn Author - Click to view AddOns

Forum posts: 33
File comments: 102
Uploads: 6
Re: Golden Oldie RETURNS!

Thanks. Just trying to help. I uploaded 3.0.2.30100 to my Google Code site (link below) because YammY found an issue with the Inscription profession earlier today.

I asked WoWInterface how I could upload directly to this page but I haven't received a response yet. I'm not sure they allow co-authors but you never know.

Yammy, grab the zip file and list it as version 3.0.2.30100.

3 = version
0 = update
2 = patch/bugfix
30100 = WoW Version number
Report comment to moderator  
Reply With Quote
Unread 04-22-09, 12:32 PM  
Maischter
A Defias Bandit

Forum posts: 2
File comments: 94
Uploads: 0
[2009/04/22 20:28:49-2226-x2]: ...illWindow_Levels\AdvancedTradeSkillWindow_Levels.lua:34: Usage: GetItemInfo(itemID|"name"|"itemlink"):
...illWindow_Levels\AdvancedTradeSkillWindow_Levels.lua:34: in function `ATSWLGetRecipeLevel':
...illWindow_Levels\AdvancedTradeSkillWindow_Levels.lua:94: in function `mobmap_original_GetTradeSkillInfo':
MobMap-MobMap v3.32\MobMap.lua:845: in function `GetTradeSkillInfo'
Enchantrix-5.4.4157.4059\EnxTooltip.lua:550: in function <Interface\AddOns\Enchantrix\EnxTooltip.lua:510>
Enchantrix-5.4.4157.4059\EnxTooltip.lua:711: in function `callback'
Auc-Advanced-5.4.4157 (WallabyII)\Libs\LibExtraTip\LibExtraTip.lua:90: in function <...AddOns\Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:75>
Auc-Advanced-5.4.4157 (WallabyII)\Libs\LibExtraTip\LibExtraTip.lua:164: in function <...AddOns\Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:146>
Auc-Advanced-5.4.4157 (WallabyII)\Libs\LibExtraTip\LibExtraTip.lua:278: in function <...AddOns\Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:276>
<in C code>: ?
Auc-Advanced-5.4.4157 (WallabyII)\Libs\LibExtraTip\LibExtraTip.lua:252: in function <...AddOns\Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:246>
<in C code>: ?
<in C code>: ?
<in C code>: ?
<in C code>: ?
<in C code>: ?
<in C code>: in function `Outfitter_OrigSetHyperlink'
Outfitter-4.5.3\Outfitter.lua:6801: in function `SetHyperlink'
Chatter-1.0\Modules\LinkHover.lua:27: in function `?'
AceHook-3.0-5 (Titan):87: in function <...erface\AddOns\Titan\libs\AceHook-3.0\AceHook-3.0.lua:84>

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



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.