What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Using Auctioneer in Cataclysm

jungly

New Member
Joined
Apr 19, 2010
Messages
394
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:
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
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
 
Last edited:
Back
Top