Download
(676Kb)
Download
Updated: 08-21-11 09:12 AM
Pictures
File Info
Updated:08-21-11 09:12 AM
Created:unknown
Downloads:34,441
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 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 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 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 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 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 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 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 01-20-08, 01:17 AM  
Whif
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
Originally posted by Anaral
I am having the same issue. I have the file in my addons folder, but it is not showing up at the character select screen list. Has there been anyway to correct this?
This is caused by the folder in the 1.6 distro being named:
AdvancedTradeSkillWindow_Levels 1.6

Change the folder name to:
AdvancedTradeSkillWindow_Levels

I think I know what caused this. When WoW looks in a folder named "BlahBlahBlah 1.6" it'll expect to see a "BlahBlahBlah 1.6.toc" and related files. Just a small error in packaging.

Hope that helps
Report comment to moderator  
Reply With Quote
Unread 12-22-07, 10:35 PM  
Anaral
A Murloc Raider
 
Anaral's Avatar
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 52
Uploads: 2
Originally posted by trinkalou
I have it in my Interface/addons folder...unzipped...and it is NOT being recognized like my other addies. I cant check mark it in addons list at char select screen because its not showing up in the list TO check and its not showing up that i can list recipes by levels in ATSW tradeskill window in game.
I am having the same issue. I have the file in my addons folder, but it is not showing up at the character select screen list. Has there been anyway to correct this?
Report comment to moderator  
Reply With Quote
Unread 12-08-07, 01:51 PM  
Althena
A Kobold Labourer
 
Althena's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
but er... I don't know this AckisRecipeList one. I would have to write a function to handle this specific addon of you, maybe that's easy. Got a link to download for I see?
http://www.de.curse.com/downloads/details/10057/
__________________
Report comment to moderator  
Reply With Quote
Unread 12-07-07, 01:22 AM  
trinkalou
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally posted by YammY
The plugin start working right away, no start command needed : )

Maybe you didn't install at the right place, Is the folder inside INTERFACE \ ADDONS ?

Or maybe it's not enabled in your addons list, check if it's showing there and it's enabled

[]s
I have it in my Interface/addons folder...unzipped...and it is NOT being recognized like my other addies. I cant check mark it in addons list at char select screen because its not showing up in the list TO check and its not showing up that i can list recipes by levels in ATSW tradeskill window in game.
Last edited by trinkalou : 12-10-07 at 03:58 PM.
Report comment to moderator  
Reply With Quote
Unread 11-28-07, 04:55 AM  
YammY
A Kobold Labourer
 
YammY's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 23
Uploads: 1
Originally posted by Dragonire
hm, it dosnt work...

I have the new version of ATSW 0.6.6
I use the german client

any slash command to activate ur addon?
The plugin start working right away, no start command needed : )

Maybe you didn't install at the right place, Is the folder inside INTERFACE \ ADDONS ?

Or maybe it's not enabled in your addons list, check if it's showing there and it's enabled

[]s
Report comment to moderator  
Reply With Quote
Unread 11-27-07, 04:55 PM  
YammY
A Kobold Labourer
 
YammY's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 23
Uploads: 1
Re: french strings

Originally posted by oXid_FoX
Code:
elseif (GetLocale()=="frFR") then
	ATSWL_REQUIRES_LEVEL = "N\195\169cessite Level";
	ATSWL_REQUIRES       = "N\195\169cessite";
do you need some other strings ?

(i'm french player on french client)


Edit: after looking in game, i see no difference with or without this plugin... "requires first aid 70", this information is already here...
I don't get it. What you meant by the two lines of code above. Is that wrong or missing in my code?

The plugin is meant to add the required toon level or professession level next to the recipe name in the recipe's list.

Can't you see it over there? Are you sure it's enabled in the addons list?

need help?

[]s
Last edited by YammY : 11-28-07 at 04:57 AM.
Report comment to moderator  
Reply With Quote
Unread 11-27-07, 04:51 PM  
YammY
A Kobold Labourer
 
YammY's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 23
Uploads: 1
Originally posted by Ash-rak
Without the Versionsnumber it works fine. But i have deleted the lvl and prf, because its not usefull and its to long for the Tradeskillframe. And why have the levels three digits ? In the next Blizzard Addon you can reach max. Level 80....

Thx for the Addon.

Ash-rak

Edit:
This Addon donīt work with AckisRecipeList Addon.


...i donīt have ATSW installed because i dont like the queue.

Oh. I think you should not remove the lvl and prf: Let me show an example:

you have a recipe that requires profession level 40. If you remove the prefix, how will you know if it's asking for the level 40 of your toon or for the level 40 of your profession? Know what I mean? Removing the prefix would let things ambiguous. I put them to avoid it

Ah the the number have 3 digits because the profession have 3 digits ( 001 to 375 ). Remember it's not only for toon level, it's for profession level TOO!! You seem to be forgeting about the profession level...

I made it capable to work still for people without ATSW ,just for people like you

but er... I don't know this AckisRecipeList one. I would have to write a function to handle this specific addon of you, maybe that's easy. Got a link to download for I see?

[]s
Last edited by YammY : 11-28-07 at 05:00 AM.
Report comment to moderator  
Reply With Quote
Unread 11-27-07, 04:47 PM  
YammY
A Kobold Labourer
 
YammY's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 23
Uploads: 1
Originally posted by tareon
Please leave the version number out of the folders name... this causes trouble with auto-updating tools like WUU, thanks.
er.... What you mean? I never used these auto updaters tools. Give me an example

[]s
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.