Download
(481Kb)
Download
Updated: 07-26-10 03:21 PM
Pictures
File Info
Updated:07-26-10 03:21 PM
Created:unknown
Downloads:13,440
Favorites:75
MD5:

BuyDropper  Popular! (More than 5000 hits)

Version: 1.5b
by: ellira, Myster

Hi! I talked with Cogwheel, and got the development of the Buydropper project transferred over. I plan to start working on updating it over the next few weeks so, if anyone has any features requests/bug reports, please contact me via PM or comments on this addon. I'll update this page with the plans and roadmap I have for Buydropper shortly, when I 've had the time to play around with it a bit.

- Ellira

BuyDropper

By Cogwheel — v0.9B5
Inspired by FreeRefills by Kyahx

BuyDropper keeps a list of items to purchase automatically from vendors.

Please visit Cogwheel’s Workshop for updates, bug reports, feature requests, etc.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Guide

Managing your list

Adding items

The first thing you’ll want to do is add an item to BuyDropper’s tracking list. This can be done in two easy ways. By default, every vendor window has a dropper in the upper right and there is also a dropper on BuyDropper’s options window. Simply drag and drop an item onto one of these droppers and a window will appear where you can enter the amount you want to track. When you click Accept or press Enter, BuyDropper will print a message showing the item and quantity added to the list.

The other way to add items is the /buydropper add command. This duality of GUI/slash commands is seen throughout BuyDropper’s operations. For the rest of the guide, I will focus on the GUI aspects. You can use the Reference below to discover how to use the various commands.

[TODO: Rest of the documentation. For now, take a look at /buydropper options and the Reference below]

Reference

These are all the slash commands available from BuyDropper. Typing /buydropper (or /bd) will show this list of commands. Sub-commands are displayed when you enter the main command with no options. E.g. /buydropper vendor will display all the sub-commands of vendor.

addstack

Usage: /buydropper addstack <item link> <number of stacks>

Adds an item to the bottom of your tracking list or changes the amount of an item you are already tracking.

add

Usage: /buydropper add <item link> <amount>

Adds an item to the bottom of your tracking list or changes the amount of an item you are already tracking.

To use this command, type /buydropper add with a space after it. Now shift-click any item at a vendor, in your backpack, on your character, etc. Add another space, and type in the amount of the item you want to track.

list

Usage: /buydropper list

Lists the items you are currently tracking in order of descending priority.

del

Usage: /buydropper del <item link>

Removes the item at the specified priority from your tracking list.

resetall

Usage: /buydropper resetall

Clears all items from your list. A confirmation will appear to make sure you mean it.

v1.5b

* Fixed broken embeds

v1.5a

* Various small bug fixes, Library updates

v1.5

* Push latest Ace3, LibQTip libraries

* Fixed OnLoad nil errors

v1.4b

* Another shot at fixing broken embeds, think I got them straight this time around

v1.4

* Added LDB Support

v1.3

* Fixed broken globals
* Added To VendorDropper tooltip the ability to see what is in the auto restock que

v1.2b

* Fxed broken CogsBagSpace Library... Should probably learn to commit the library changes when I update it

v1.2

* Fixed broken embeds

v1.1

* Fixed the purchasing bug will now purchase all items again.
* Updated the CogsBagCode to the latest version and made adjustments to the BuyDropperEngine
* Minor adjustments to the tooltip code

v1.0

* Converted to Ace3 Framework
* Rewroked the Configuration and Injected into Blizz Options Panel
* Added LibQTip-1.0 Support
* Now Pulls Items from Bank
* Added WorldDropper Button with ButtonFacade Support, this allows for any item at anytime to be added to the restocker.
* Added Stack Command to the command handler usage: /bd addstack <itemlink> <number of stacks>"

v0.9B5

* Fixed purchasing bug in v0.9B5 (thanks to sag_ich_nicht)
* Updated for 3.2

v0.9B4

* When you add an item to the tracking list while at a vendor, it will be immediately purchased (or confirmed to be purchased).
* You can now remove the last item in the tracking list.
* Limited quantity items are now handled appropriately.

v0.9B3

* Updated for 3.0.2

v0.9B2

* Fixed a bug where an error would occur when buying items if you do not have BuyEmAll installed

v0.9B1

* Purchasing is now enabled.
* Enabling BuyDropper while at a vendor will now scan the vendor.
* Uses the new GetCursorInfo API instead of hooking all the Pickup_____Item functions (PickupMerchantItem is still hooked because GetCursorInfo doesn returns nil for merchant items).
* Fixed the bug where if an error occurs while buying an item it will no longer attempt to buy that item when you open the vendor again.
* Added /buydropper change command.
* Budget will now only affect purchases if the confirmation is turned off.
* Implemented the Clear List button in the options window.
* /buydropper clear no longer requires the “yes” parameter. Instead it shows a confirmation dialog like the Clear List button in the options window.
* Fixed a validation bug for the /buydropper priority command.

v0.9A4

* Added purchasing code. You must uncomment the section starting on line 275 of BuyDropperEngine.lua in order to enable this functionality.
* No longer rescans a vendor from which you’ve already purchased an item until your next visit.
* Added this readme

v0.9A3

* Updated for 2.0.3.

v0.9A2

* Fixed bug with CogsBagSpace.

v0.9A1

* No longer requires FreeRefills.
* Added all slash commands and the GUI options window.

v0.3

* Added commands to customize the vendor dropper.
* Updated Ace2 libraries.

v0.2

* Entering 0 for the amount now removes the item from the list.
* Added tracking buttons.

v0.1

* Initial Release.
Post A Reply Comment Options
Unread 02-06-10, 07:38 PM  
Myster
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 167
Uploads: 11
Re: Re: Re: I am such and idiot.....

Originally posted by Cogwheel
Just downloaded the newest file and it looks like a couple of the ace libs aren't included in the embeds.xml (AceHook & AceConsole)

Quick and sloppy that is me , I will take some time to get the embeds sorted out, I run all my mods disEmbedded.
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 07:10 PM  
Cogwheel
Sans Poisson
 
Cogwheel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 237
File comments: 137
Uploads: 12
Re: Re: I am such and idiot.....

Originally posted by Raymage
Thanks for updating, it works now
Just downloaded the newest file and it looks like a couple of the ace libs aren't included in the embeds.xml (AceHook & AceConsole)
__________________
[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 03:48 PM  
Raymage
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: I am such and idiot.....

Originally posted by Myster
Probably should release the Broker Plugin for it.....

rofl, sorry about that guys, got alot going on atm.

Next version I will release the broker Plugin as well.
Thanks for updating, it works now
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 03:23 PM  
Myster
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 167
Uploads: 11
I am such and idiot.....

Probably should release the Broker Plugin for it.....

rofl, sorry about that guys, got alot going on atm.

Next version I will release the broker Plugin as well.
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 05:54 AM  
Raymage
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by Myster
Yes
I can't find it in the plugins section of DockingStation.

Report comment to moderator  
Reply With Quote
Unread 02-06-10, 05:43 AM  
Myster
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 167
Uploads: 11
Originally posted by Raymage
Dose it support to DockingStation?
Yes
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 05:37 AM  
Raymage
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by Myster
Thru the options panel or by left clicking on the ldb display button.
Dose it support to DockingStation?
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 05:03 AM  
Myster
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 167
Uploads: 11
Originally posted by Raymage
How to close Floating WorldDropper Button?
Thru the options panel or by left clicking on the ldb display button.
Report comment to moderator  
Reply With Quote
Unread 02-06-10, 05:00 AM  
Raymage
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
How to close Floating WorldDropper Button?
Report comment to moderator  
Reply With Quote
Unread 02-05-10, 10:53 PM  
Myster
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 167
Uploads: 11
Originally posted by Contiki
Hi there,

just wanted to report back. I've been testing BuyDropper a little longer and apparently the add-on does buy items from vendors. Seems like the behavior I got on my first try was a mere coincidence. At least I wasn't able to reproduce it reliably. Seems like sometimes BuyDropper decides to buy just one item; and it'll buy the rest when I re-open the vendor window. In general, however, it'll buy all items on the first try. I'll keep using this version and consider it pretty neat ;-)

All the best
Am planning on rewritting the merchantshow function to be cleaner with its delay scanning. That should fix up the irratic behavior when a event to buy items triggers.

I have just kinda picked it up and hevily modified alot of the existing code, alot of the old code can be cleaned up so I will do that a little at a time.
Report comment to moderator  
Reply With Quote
Unread 02-05-10, 10:49 PM  
Myster
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 167
Uploads: 11
Added Feature

Added the ability to see in the tooltip what is in the auto buying que when you mouse over the MerchantDropper , should help those who miss the reagent count on the merchant frame feature.

That code caused to many issues with mods like goblinvendor and merchant filters, and other mods that modify the merchant frame.
Report comment to moderator  
Reply With Quote
Unread 02-05-10, 10:18 PM  
Contiki
A Kobold Labourer
 
Contiki's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 72
Uploads: 2
Hi there,

just wanted to report back. I've been testing BuyDropper a little longer and apparently the add-on does buy items from vendors. Seems like the behavior I got on my first try was a mere coincidence. At least I wasn't able to reproduce it reliably. Seems like sometimes BuyDropper decides to buy just one item; and it'll buy the rest when I re-open the vendor window. In general, however, it'll buy all items on the first try. I'll keep using this version and consider it pretty neat ;-)

All the best
Report comment to moderator  
Reply With Quote
Unread 02-05-10, 08:38 PM  
blankStare
A Kobold Labourer

Forum posts: 1
File comments: 82
Uploads: 0
err again

not sure whats going on, with another toon, I'm back to:

1x BuyDropper-1.2b\BuyDropperEngine.lua:252: attempt to call global 'CogsFreeBagSpace' (a nil value)
BuyDropper-1.2b\BuyDropperEngine.lua:223: in function `PurchaseItem'
BuyDropper-1.2b\BuyDropperQueue.lua:47: in function `PurchaseNextQueued'
BuyDropper-1.2b\BuyDropperQueue.lua:39: in function <BuyDropper\BuyDropperQueue.lua:38>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[2]":9: in function <[string "safecall Dispatcher[2]"]:5>
(tail call): ?:
AceTimer-3.0-5 (BonusScanner):158: in function <...dOns\BonusScanner\libs\AceTimer-3.0\AceTimer-3.0.lua:132>

---
Report comment to moderator  
Reply With Quote
Unread 02-02-10, 08:34 PM  
blankStare
A Kobold Labourer

Forum posts: 1
File comments: 82
Uploads: 0
thanks

had some errors, but I removed the savedvar and now no errs. I haven't had a chance to buy anything yet.
Report comment to moderator  
Reply With Quote
Unread 02-01-10, 07:32 PM  
Myster
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 167
Uploads: 11
Missing Library

Try again should be fixed now, forgot to include the updated CogsBagSpace Library, should work fine now.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: