Auctionator

Auctionator

137M Downloads

Macro /auctionator post for the post button

plusmouse opened this issue ยท 2 comments

commented

Users like to macro this stuff to get it done quickly. I can implement this, just need the button ๐Ÿ˜„

commented

For now, this seems to work for me. It posts the max of whatever is dropped on the frame. ie, right-click an item, macro, right-click an item, macro etc.

/run a=AuctionHouseFrame;c=a.CommoditiesSellFrame;i=a.ItemSellFrame;if c:CanPostItem() then c.QuantityInput.MaxButton:Click(); c.PostButton:Click() elseif i:CanPostItem() then i.QuantityInput.MaxButton:Click(); i.PostButton:Click() end

commented

This issue is resolved by #753