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 06-03-07, 02:22 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 Myrathi
Those two string templates are stored in [FrameXML\GlobalStrings.lua] as the following:
Code:
ITEM_MIN_LEVEL = "Requires Level %d"; -- Required level to use the item
ITEM_MIN_SKILL = "Requires %s (%d)"; -- Required skill rank to use the item
The text changes for each different locale, so if you use an addon like Deformat, you can pull the data from the tooltip, regardless of language.

Might save you a bunch of time.
After discussing this solution me and some IRC friend decided I can't use it for the way the code is done.

So I will have to add manual translations as long as people ask for it... But that's ok
Report comment to moderator  
Reply With Quote
Unread 10-11-07, 08:07 AM  
YammY
A Kobold Labourer
 
YammY's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 23
Uploads: 1
Hi guys !! I finally had time to update the mod for 2.2 :)

I hope it work for everyone

[]s
Report comment to moderator  
Reply With Quote
Unread 10-11-07, 09:57 AM  
Jerricka
An Aku'mai Servant
 
Jerricka's Avatar

Forum posts: 30
File comments: 178
Uploads: 0
Unfortunately it doesn't work for me, installing this addon made all my recipes show up as Deleted on the recipe list lol...
Report comment to moderator  
Reply With Quote
Unread 10-11-07, 04:52 PM  
oXid_FoX
A Deviate Faerie Dragon
 
oXid_FoX's Avatar
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 147
Uploads: 1
french strings

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...
Last edited by oXid_FoX : 10-11-07 at 04:59 PM.
Report comment to moderator  
Reply With Quote
Unread 11-22-07, 02:28 AM  
tareon
A Kobold Labourer
 
tareon's Avatar

Forum posts: 0
File comments: 22
Uploads: 0
Please leave the version number out of the folders name... this causes trouble with auto-updating tools like WUU, thanks.
Report comment to moderator  
Reply With Quote
Unread 11-22-07, 04:05 PM  
Althena
A Kobold Labourer
 
Althena's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
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.
Last edited by Althena : 11-23-07 at 07:28 AM.
Report comment to moderator  
Reply With Quote
Unread 11-27-07, 04:46 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 Jerricka
Unfortunately it doesn't work for me, installing this addon made all my recipes show up as Deleted on the recipe list lol...
???? I have never seen that ! hmmm Have you tried let the addon alone, with no other addon enabled? Tell me if it happens alone too.

I think that it might be some other crazy addon that is fighting for attention hehe
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
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: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-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 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 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-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 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
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.