Macro /auctionator post for the post button
plusmouse opened this issue ยท 2 comments
Users like to macro this stuff to get it done quickly. I can implement this, just need the button ๐
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
This issue is resolved by #753