comparison CHANGELOG.txt @ 94:4ec8611d9466

Fixed Enchanting. I was not getting the ItemID correctly, so enchants could not be mapped to the scrolls they were to created Changed snatch to only add each item once and to only add a snatch for items you don't have API: Added haveMaterials to the item and need to the reagents that get passed to queue destinations. This is in preparation for building a shopping list module.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Wed, 11 Aug 2010 23:48:23 -0700
parents 693f664aad2b
children 63823b6b5e28
comparison
equal deleted inserted replaced
93:693f664aad2b 94:4ec8611d9466
2 2
3 - Fixed an issue where trading an item and gold in exchange for a different item was not considering the gold in the price of the new item. 3 - Fixed an issue where trading an item and gold in exchange for a different item was not considering the gold in the price of the new item.
4 - Fixed a bug where postage was being counted more than once if you send mail and then open mail in the same session. 4 - Fixed a bug where postage was being counted more than once if you send mail and then open mail in the same session.
5 - Added a warning when sending items with value to characters on other accounts. 5 - Added a warning when sending items with value to characters on other accounts.
6 - Added '/ia snatch'. This new command works with your queue (/ia crafting) to replace your snatch list with the materials you need for crafting. NOTE: Auctioneer requires visiting the AH before you can modify the snatch list. 6 - Added '/ia snatch'. This new command works with your queue (/ia crafting) to replace your snatch list with the materials you need for crafting. NOTE: Auctioneer requires visiting the AH before you can modify the snatch list.
7 - Fixed Enchanting. I was not getting the ItemID correctly, so enchants could not be mapped to the scrolls they were to created
8 - Changed snatch to only add each item once and to only add a snatch for items you don't have
9 - API: Added haveMaterials to the item and need to the reagents that get passed to queue destinations. This is in preparation for building a shopping list module.
7 10
8 2010-08-10 Asa Ayers <Asa.Ayers@Gmail.com> 11 2010-08-10 Asa Ayers <Asa.Ayers@Gmail.com>
9 12
10 - Changed the ArkInventory rule to consider items with no competition to be profitable. 13 - Changed the ArkInventory rule to consider items with no competition to be profitable.
11 - Ticket 27 - Added the ability to select your preferred auction adodn if multiple are available. 14 - Ticket 27 - Added the ability to select your preferred auction adodn if multiple are available.