Auctioneer/Saving Time With Macros - Norganna's AddOns
Found a link someone else posted on auctioneer's website for macro's on automating batch posting. Unfortunately I cant seem to get a macro to do it automatically for us, ever since they put that new restriction on. Or a addon to automate the posting without manually clicking or using a 'mouse clicker' program.
Currently i have my mousewheel up for a button set to:
But i want it to do it 10 times in a row or whenever it detects a popup window from auctioneer
But this code doesnt work, was wondering if someone has succesfully gotten auto-clicking to work with auctioneer for posting auctions.
For now i suppose we can continue to use 'automated mouse clicks' programs like this one (only clean one from cnet.com) http://download.cnet.com/Ghost-Mouse/3000-2084_4-10863731.html?tag=mncol;1
Found a link someone else posted on auctioneer's website for macro's on automating batch posting. Unfortunately I cant seem to get a macro to do it automatically for us, ever since they put that new restriction on. Or a addon to automate the posting without manually clicking or using a 'mouse clicker' program.
Currently i have my mousewheel up for a button set to:
Code:
/click AuctioneerPostPromptYes
But i want it to do it 10 times in a row or whenever it detects a popup window from auctioneer
Code:
/script local i=10 while (i>0) do /click AuctioneerPostPromptYes local i=i-1 end
For now i suppose we can continue to use 'automated mouse clicks' programs like this one (only clean one from cnet.com) http://download.cnet.com/Ghost-Mouse/3000-2084_4-10863731.html?tag=mncol;1
Last edited: