This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Since buying out, or bidding on, multiple auctions now requires a separate click for each auction, it would be nice to be able to press a key on the keyboard instead of actually clicking the button. I've made a "/click BuyApproveButton" macro and bound a key to it, but most people probably don't know how to do that. :)
Bindings.xml
<Bindings> <Binding name="CLICK BuyApproveButton:LeftButton" header="AUCTIONLITE"> </Binding> </Bindings>
And then somewhere in Lua:
_G["BINDING_HEADER_AUCTIONLITE"] = "AuctionLite" _G["BINDING_NAME_CLICK BuyApproveButton:LeftButton"] = "Approve Buyout/Bid"
To post a comment, please login or register a new account.