Added options to toggle the automatic refilling. This defaults to true.
Normalized property amount names; a move has a ?num? that must be moved and a location has a ?count? indicating the amount of items at that slot.
Target/source item verification should now be working properly for guilds.
When ?bank? is included in the local item count, we will skip trying to auto refill from this.
author |
Zerotorescue |
date |
Thu, 06 Jan 2011 10:48:56 +0100 |
parents |
c0bf2ddb5288 |
children |
6b60f7a1410c |
rev |
line source |
Zerotorescue@49
|
1 * Functionality to keep track of restocked items
|
Zerotorescue@49
|
2 - Simple implementation: whenever items are queued increment a number specific to each item by the queued amount and display that as an additional column in the summary (make optional) (medium)
|
Zerotorescue@49
|
3 Might also need an undo button
|
Zerotorescue@49
|
4 - Advanced implementation: record queueing with exact time and date and show a nice linechart for each item. Probably would have to write a new lib for the symbols. (low)
|
Zerotorescue@49
|
5 * Restock from vendor (similar to ATSW reagent buying) (medium)
|
Zerotorescue@80
|
6 * Automatic refill from the bank
|
Zerotorescue@80
|
7 * Window containing a list of items that were unqueueable when a group is queued (low)
|
Zerotorescue@49
|
8 * Enchanting -> scroll self-learning (low)
|
Zerotorescue@49
|
9 * Local item count display (bags or AH), thresholds and alerts (high)
|
Zerotorescue@65
|
10 - Simple implementation: add a column displaying this, settings to specify how much should be local and an alert box
|
Zerotorescue@65
|
11 * Verify AuctionLite support |