Download
(264Kb)
Download
Updated: 09-14-11 12:28 PM
Pictures
File Info
Updated:09-14-11 12:28 PM
Created:07-31-11 11:56 PM
Downloads:2,185
Favorites:26
MD5:

Upgrade List

Version: 1.8
by: Romious [More]

Upgrade List
v. 1.8

What is Upgrade List?

Upgrade List allows players to store gear sorted by slot and listed in order of priority. This makes it much easier for a player to keep track of wanted items and where they drop. If an item on the player's list drops, Upgrade List informs the player that the item is an upgrade. If the player receives an item on his or her list, Upgrade List can automatically remove it and all items of a lower priority from the list. Upgrade List also has dual-spec support, allowing a player to keep two separate lists of gear simultaneously.


Who Would Use Upgrade List?

  • Hardcore raiders wanting to mix/max everything.
  • Casual raiders that have a hard time simply remembering where their upgrades drop.
  • Avid PvP fans, carefully watching their honor point count, saving for that new upgrade.
  • Leveling players whom often change gear.
  • Players tired of looking over spreadsheets just to check if an item is an upgrade.
  • Adventurers looking to own every recipe available.
  • Anyone that wants to keep track of desired items in game.

Current Features
  • Ability to add, delete, and move items.
  • Ability to choose an item's drop location from several categories including raids, dungeons, reputation rewards, points, tokens, professions, and more.
  • Dual-spec support.
  • An "Other" tab, allowing players to add items that don't fit into any gear slots, like armor tokens.
  • Broker support.
  • Automatic item tracking / removal from list when an upgrade is received.
  • Alert when an upgrade is in the player's loot window or when an upgrade is available for the player to roll on.
  • Item shift-click entry support.
  • Sounds to alert the player of upgrades.
  • Basic Master looter support.
  • Edit notes of items already in Upgrade List.
  • Click events for items in Upgrade List.

Upcoming Features
  • Dungeon tracking (items that drop from the dungeon you're currently in will be highlighted).
  • Options for master looter support.
  • Localizations.
  • Information in items' tooltips.
  • Ability to add BoE items, even if the character cannot equip the item.
  • Other requests from users.

Known Issues
  • None

Post A Reply Comment Options
Unread 03-12-12, 10:15 PM  
Faraque
A Theradrim Guardian
 
Faraque's Avatar
AddOn Author - Click to view AddOns

Forum posts: 68
File comments: 105
Uploads: 1
When is this going to be updated?
__________________
"imo Fara raged and gave Joker his scars" - Blueninja of Shadowmoon
Report comment to moderator  
Reply With Quote
Unread 09-14-11, 01:19 AM  
Romious
A Kobold Labourer
 
Romious's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 3
Originally posted by Shaun
I've just downloaded this mod, and it looks very promising, keep it up!

I have a request: is it possible to add different views to the lists, like when I encounter Shannox, I'd like to quickly view what loot I have on my UpgradeList for this boss. Something where I could select the Item Location and see what I have from that location.
I'm actually thinking about the best way to do that. It a little complicated to figure out how and when to have the code search through all your items and output them in a useful way. It's gonna take some time, but it's in the works.
Report comment to moderator  
Reply With Quote
Unread 09-13-11, 12:25 PM  
Shaun
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I've just downloaded this mod, and it looks very promising, keep it up!

I have a request: is it possible to add different views to the lists, like when I encounter Shannox, I'd like to quickly view what loot I have on my UpgradeList for this boss. Something where I could select the Item Location and see what I have from that location.
Report comment to moderator  
Reply With Quote
Unread 08-10-11, 02:12 AM  
Romious
A Kobold Labourer
 
Romious's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 3
Originally posted by Nirek
When he removed the profiles, he commented out the minimap icon registration on accident(what it looks like anyway) , go to line 611 in core.lua
--icon:Register("Upgradelist ... and remove the -- to get the minimap back


Edit: Also to the author: There's a typo on line 94 that prevents shields from being added to any character INVTYPE_SHILED should be INVTYPE_SHIELD
Thanks for these catches Nirek. I personally don't use the minimap icon, so I didn't know it wasn't working when I accidentally commented out that line. No one told me it wasn't working until now. I mainly play a druid & a priest, so I haven't tried adding a shield since I put in this change. Thanks again!
Report comment to moderator  
Reply With Quote
Unread 08-08-11, 04:30 AM  
Nirek
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 14
Uploads: 3
When he removed the profiles, he commented out the minimap icon registration on accident(what it looks like anyway) , go to line 611 in core.lua
--icon:Register("Upgradelist ... and remove the -- to get the minimap back


Edit: Also to the author: There's a typo on line 94 that prevents shields from being added to any character INVTYPE_SHILED should be INVTYPE_SHIELD
Last edited by Nirek : 08-08-11 at 05:24 AM.
Report comment to moderator  
Reply With Quote
Unread 08-04-11, 02:48 PM  
dirtag
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I actually get en error if I press the show/hide minmiap button.

I'm using the wMmap minimap addon tho, here's the error:

Code:
1x LibDBIcon-1.0-23 (UpgradeList):261: attempt to index field '?' (a nil value)
UpgradeList-1.6\Core.lua:677: in function <UpgradeList\Core.lua:672>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[3]":9: in function <[string "safecall Dispatcher[3]"]:5>
(tail call): ?:
AceConfigDialog-3.0-54:793: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:613>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[3]":9: in function <[string "safecall Dispatcher[3]"]:5>
(tail call): ?:
AceGUI-3.0-33 (Skillet):314: in function `Fire'
...et\Libs\AceGUI-3.0\widgets\AceGUIWidget-CheckBox.lua:68: in function <...et\Libs\AceGUI-3.0\widgets\AceGUIWidget-CheckBox.lua:57>:
Report comment to moderator  
Reply With Quote
Unread 08-02-11, 12:07 AM  
Romious
A Kobold Labourer
 
Romious's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 3
Originally posted by Wasgij
i am unable to see the mini map button anyone else having this issue ..... is there a slash command to bring up the screen ?
Yep. /ul should bring up the options menu for you. Also, you can go to WoW's interface options > addons tab > and Upgrade List should be in the list of addons. In there, there are options to show or hide the minimap button.
Report comment to moderator  
Reply With Quote
Unread 08-01-11, 03:25 PM  
Wasgij
A Cliff Giant
 
Wasgij's Avatar
AddOn Author - Click to view AddOns

Forum posts: 64
File comments: 35
Uploads: 3
i am unable to see the mini map button anyone else having this issue ..... is there a slash command to bring up the screen ?
__________________
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.