Command handler function is now private, no need to keep it global when you can use the global SlashCmdList["INVENTORIUM"](msg) instead.
Added database updating mechanism.
All database vars are now stored in profiles rather than global.
Now refreshing options when a different profile is selected.
Fixed an issue with minimum local and global stock values not being inherited from the defaults.
author |
Zerotorescue |
date |
Wed, 22 Dec 2010 15:04:09 +0100 |
parents |
51d85a84b40c |
children |
ac1189599769 |
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@49
|
6 * Window containing a list of items that were unqueueable when a group is queued (low-medium)
|
Zerotorescue@49
|
7 * Enchanting -> scroll self-learning (low)
|
Zerotorescue@49
|
8 * Local item count display (bags or AH), thresholds and alerts (high)
|
Zerotorescue@49
|
9 - Simple implementation: add a column displaying this, settings to specify how much should be local and an alert box |