I’ve Googled a lot of older /click Atr_CreateAuctionButton type macros, but nothing seems to work, and one that does work, prevents me from using the AH again until I log out and back in. Does anyone have a good working one?
The new Create Auction button is not named. One approach is a secure clickbutton to make a named button clickable.
/run if not CrAuction then local f=CreateFrame("Button","CrAuction",nil,"SecureActionButtonTemplate") f:SetAttribute("type","click") f:SetAttribute("clickbutton",AuctionHouseFrame.CommoditiesSellFrame.PostButton) end /click CrAuction
I appreciate it, but I can’t get it to work