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,654
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 06-03-2007, 10:20 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?
It still doesn't work cause I haven't created the german localization yet. I'm waiting for someone with german client that could tell me what shows in your tooltips for 'requires level' and 'requires profession (xxx)'

Maybe you can help me !
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-02-2007, 07:01 PM  
Dragonire
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
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?
Dragonire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-02-2007, 01:14 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 Dragonire
little question

How do i install these addon!?

I have added it in to my .../Interface/AddOns/ folder
but, i dont see any change on my AdvanceTradeskill window?

Please, help me
No honey

You unzip it at the dir wow path \ interface \ addons \ advanced_tradeskill_window_levels

don't save it inside the original mod, cause it won't work

[]s
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-02-2007, 12:21 PM  
Dragonire
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Please, i need help...
Dragonire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-29-2007, 06:36 PM  
Dragonire
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
little question

How do i install these addon!?

I have added it in to my .../Interface/AddOns/ folder
but, i dont see any change on my AdvanceTradeskill window?

Please, help me
Dragonire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-24-2007, 06:35 PM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 19
Uploads: 1
mod updated guys !!! have fun !!

Version 1.2 2007-05-24

- updated TOC for patch 20100

- added blank spaces instead of zeros before the 3 digits number

- added optional display for the original Tradeskill window ( for the ones without ATSW installed )
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-23-2007, 07:24 PM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 19
Uploads: 1
for the 'authors defender' :

Okey. I might have exagerated a bit, but the author replied to many people, and I felt a bit apart while not receiving even a negative response. The 'no response at all attitude' really hurts, you know. But that's it, I have nothing else to complain about him. I felt hurt, but it doesn't mean I hate him, I do think his mod is great and so he is for writing it !!


for the level 3 digits complainer :

at first I wanted to replace this 0 with a blank space, but didn't have time to change logics to make this work. I will, when I get a bit off from work which has been too time consuming these days.

You ask, but why 3 digits instead of 2. Simple. I wanted to align the levels ( 2 digits ) with the profession skills ( 3 digits ). So all names get aligned to its first letter. Otherwise It would look a little funky some names before, some names after. It would visually look confused. Got it? : )


btw I have to update it, right? hehe i know i know! I will !! Just let me finish update my other 100 addons I will be right back !
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-06-2007, 04:06 AM  
vexis58
A Murloc Raider
 
vexis58's Avatar

Forum posts: 4
File comments: 61
Uploads: 0
All I have to say is, this is nice, but aren't you a little hasty in listing the level required in 3 digits? I doubt they're going to raise the level cap to 100 too soon for you to make an update to the mod later for it :P It's a little unnerving seeing an item as being level 055 when it's level 55.
vexis58 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-14-2007, 04:06 AM  
myrdaal
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Rude.

@ Jhe'nara

Eesh settle down at the back there! Thanks for the laugh though ;

Ok Yammy may have exaggerated a bit, but you have /execute and /mutilated him, lol. He's made a small addittion to without doubt the best crafting addon there is.. lets just enjoy ATSW!?
myrdaal is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-22-2007, 08:05 PM  
Jhe'nara
A Murloc Raider

Forum posts: 5
File comments: 9
Uploads: 0
Rude.

Yammy,

Hi!

The original author of ATSW, Slartie, put a heck of a lot of time,
effort and consideration into his addon , and your comment about him seems very unfair.

After checking the worldofwar.net UI site, it appears (granted, it
was a cursory examination that went back to January) that you asked
.....once? to have your changes made to his addon.

Then, you blurt:

Quote:
I asked many times to the original coder to add it, but he seemed to not care.
Really? "Always?" It looks like you asked once, then
assumed the worst. These authors are not here at your
whim, and believe it or not, most have actual lives,
even *gasp* jobs. Just because Slartie doesn't snap to it
and insert what you ask doesn't give you free reign to be rude,
even if you've asked a dozen times. For pete's sake! These
folks are giving their work away for free!

If it weren't for his addon, yours wouldn't really have a place, eh?

The authors on this site have made an amazing difference in
the gameplay of thousands of players, and some respect is due.
Jhe'nara is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-20-2007, 09:11 AM  
YammY
A Kobold Labourer
 
YammY's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 19
Uploads: 1
Re: Great addon

Quote:
Originally posted by Musaxinho
thanks yammy thats the best addon :P
Thank you!
YammY is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-19-2007, 10:34 PM  
Musaxinho
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Great addon

thanks yammy thats the best addon :P
Musaxinho 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.