Change Log:
--------------------
### 1.13 (2020-02-14 02:26) ###
Fix to show Goldpaw's BoE label for unusable items.
### 1.12 (2020-01-26 16:07) ###
Updated toc file to match 8.3.
### 1.11 (2019-12-26 03:47) ###
Fix for Bagnon 8.2.25+.
### 1.10 (2019-12-01 13:32) ###
Updated toc file to match 8.2.5.
### 1.9 (2019-08-17 0:56) ###
Fixed a bug regarding cached item slots of other characters.
### 1.8 (2019-07-27 23:02) ###
Goldpaw's BoE label gets replaced by required level if necessary.
### 1.7 (2019-06-28 10:09) ###
Updated toc file to match 8.2 and known recipes are now coloured in dark grey.
### 1.6 (2019-04-10 16:22) ###
Added support for Spanish and better tooltip reading of bank slot items.
### 1.5 (2019-04-01 17:57) ###
Fixed flickering comparison tooltip caused by BAG_UPDATE_COOLDOWN.
### 1.4 (2019-03-05 01:00) ###
Added support for "Book" recipes and Lockpicking.
### 1.3 (2018-12-15 16:55) ###
Updated toc file to match 8.1.
### 1.2 (2018-11-09 13:51) ###
Catching cases where GetItemInfo() returns nil for itemMinLevel.
### 1.1 (2018-10-31 14:40) ###
Checking for known professions works now, even if one profession slot is not learned at all.
### 1.0 (2018-10-28 22:03) ###
Description:
--------------------
Bagnon RequiredLevel is a simple Bagnon plugin displaying info on items and recipes for which the required character or skill level is not yet fulfilled.
When I am leveling alts, their banks are full of equipment and recipes sent to them by my main which they cannot equip or learn yet.
To keep my banks tidy, I want to (manually) sort these items by their required character or profession skill level. This has always been rather ardous because I had to read the tooltip overlay of each item to know their required level.
Bagnon RequiredLevel makes my life easier in this regard by doing the following:
Equipable items for which the required character level is not yet fulfilled are coloured red and the required level is displayed in the lower left of the icon.
Recipes for which the player knows the profession but does not yet have the required skill level are also coloured red and the required level is displayed. To identify which expansion a recipe belongs to, there is a number prefix preceding the required level; like 1 for Vanilla, 2 for Burning Crusade, etc... For example: a cooking recipe with "4.25" means that a skill level of 25 in "Cataclysm Cooking" is required.
(This expansion prefix thus far only works for the locales: enUS, enGB, esES, esMX, deDE, frFR, itIT. If you need another localisation, please contact me!)
Already known recipes are coloured in dark grey.
Recipes for professions the character does not know are highlighted according to the Bagnon setting for "unusable" items.
Lockboxes display required Lockpicking skill level.
(My code is heavily based on Bagnon ItemLevel by Lars "Goldpaw" Norberg. So thanks to him!)
--------------------
### 1.13 (2020-02-14 02:26) ###
Fix to show Goldpaw's BoE label for unusable items.
### 1.12 (2020-01-26 16:07) ###
Updated toc file to match 8.3.
### 1.11 (2019-12-26 03:47) ###
Fix for Bagnon 8.2.25+.
### 1.10 (2019-12-01 13:32) ###
Updated toc file to match 8.2.5.
### 1.9 (2019-08-17 0:56) ###
Fixed a bug regarding cached item slots of other characters.
### 1.8 (2019-07-27 23:02) ###
Goldpaw's BoE label gets replaced by required level if necessary.
### 1.7 (2019-06-28 10:09) ###
Updated toc file to match 8.2 and known recipes are now coloured in dark grey.
### 1.6 (2019-04-10 16:22) ###
Added support for Spanish and better tooltip reading of bank slot items.
### 1.5 (2019-04-01 17:57) ###
Fixed flickering comparison tooltip caused by BAG_UPDATE_COOLDOWN.
### 1.4 (2019-03-05 01:00) ###
Added support for "Book" recipes and Lockpicking.
### 1.3 (2018-12-15 16:55) ###
Updated toc file to match 8.1.
### 1.2 (2018-11-09 13:51) ###
Catching cases where GetItemInfo() returns nil for itemMinLevel.
### 1.1 (2018-10-31 14:40) ###
Checking for known professions works now, even if one profession slot is not learned at all.
### 1.0 (2018-10-28 22:03) ###
Description:
--------------------
Bagnon RequiredLevel is a simple Bagnon plugin displaying info on items and recipes for which the required character or skill level is not yet fulfilled.
When I am leveling alts, their banks are full of equipment and recipes sent to them by my main which they cannot equip or learn yet.
To keep my banks tidy, I want to (manually) sort these items by their required character or profession skill level. This has always been rather ardous because I had to read the tooltip overlay of each item to know their required level.
Bagnon RequiredLevel makes my life easier in this regard by doing the following:
Equipable items for which the required character level is not yet fulfilled are coloured red and the required level is displayed in the lower left of the icon.
Recipes for which the player knows the profession but does not yet have the required skill level are also coloured red and the required level is displayed. To identify which expansion a recipe belongs to, there is a number prefix preceding the required level; like 1 for Vanilla, 2 for Burning Crusade, etc... For example: a cooking recipe with "4.25" means that a skill level of 25 in "Cataclysm Cooking" is required.
(This expansion prefix thus far only works for the locales: enUS, enGB, esES, esMX, deDE, frFR, itIT. If you need another localisation, please contact me!)
Already known recipes are coloured in dark grey.
Recipes for professions the character does not know are highlighted according to the Bagnon setting for "unusable" items.
Lockboxes display required Lockpicking skill level.
(My code is heavily based on Bagnon ItemLevel by Lars "Goldpaw" Norberg. So thanks to him!)