Category: TradeSkill 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)

This file is a Addon for Advanced Trade Skill Window by Slarti. You must have that installed before this Addon will work.

Author:
Version:
3.1
Date:
04-21-2009 12:53 PM
Size:
675.92 Kb
Downloads:
27,653
Favorites:
505
MD5:
Pictures
Click to enlarge
Example for recipes that requires levels
Click to enlarge
Example for recipes that require profession skills
Click to enlarge
Working on Original Tradeskill window ! \o/
Advanced TradeSkill Window Levels (plugin)   Popular! (More than 5000 hits)
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 ) .. "]";
  Change Log - Advanced TradeSkill Window Levels (plugin)
Updated TOC for patch 3.1 WOTLK

Many bugs fixed by HonorGog, from TitanPanel Team !

Thank you very much, my friend ! /kiss

[]s
  Archived Versions - Advanced TradeSkill Window Levels (plugin)
File Name
Version
Size
Author
Date
2.0
676kB
YammY
10-15-2008 12:10 PM
  Comments - Advanced TradeSkill Window Levels (plugin)
Post A Reply Comment Options
Old 12-07-2007, 02:22 AM  
trinkalou
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Quote:
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-2007 at 04:58 PM.
trinkalou is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-28-2007, 05:55 AM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 19
Uploads: 1
Quote:
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
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-27-2007, 05:55 PM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

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

Quote:
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-2007 at 05:57 AM.
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-27-2007, 05:51 PM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 19
Uploads: 1
Quote:
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-2007 at 06:00 AM.
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-27-2007, 05:47 PM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 19
Uploads: 1
Quote:
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
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-27-2007, 05:46 PM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 19
Uploads: 1
Quote:
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
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-22-2007, 05:05 PM  
Ash-rak
A Kobold Labourer
 
Ash-rak's Avatar

Forum posts: 0
File comments: 6
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 Ash-rak : 11-23-2007 at 08:28 AM.
Ash-rak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-22-2007, 03:28 AM  
tareon
A Kobold Labourer
 
tareon's Avatar

Forum posts: 0
File comments: 18
Uploads: 0
Please leave the version number out of the folders name... this causes trouble with auto-updating tools like WUU, thanks.
tareon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-11-2007, 06:52 PM  
oXid_FoX
A Murloc Raider
 
oXid_FoX's Avatar
Interface Author - Click to view interfaces

Forum posts: 8
File comments: 53
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-2007 at 06:59 PM.
oXid_FoX is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-11-2007, 11:57 AM  
Jerricka
A Fallenroot Satyr
 
Jerricka's Avatar

Forum posts: 25
File comments: 173
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...
Jerricka is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-11-2007, 10:07 AM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

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

I hope it work for everyone

[]s
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-03-2007, 04:22 PM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 19
Uploads: 1
Quote:
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
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-03-2007, 02:45 PM  
Myrathi
A Fallenroot Satyr
 
Myrathi's Avatar
Interface Author - Click to view interfaces

Forum posts: 20
File comments: 20
Uploads: 1
Quote:
Originally posted by YammY
I'm waiting for someone with german client that could tell me what shows in your tooltips for 'requires level' and 'requires profession (xxx)'
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.
Myrathi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-03-2007, 11:33 AM  
Dragonire
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
ok, i will test it!

Dragonire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-03-2007, 11:25 AM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 19
Uploads: 1
People!! I updated the mod with some localization code and german localization. Please someone with german interface test it for me

thank you !

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