View Single Post
12-19-20, 01:14 PM   #1
Evilida
A Defias Bandit
Join Date: Dec 2020
Posts: 2
Macro for back button wow auctionhouse

Hey people! Can anyone cook up a "simple" click button macro in the auction house tab.
I want a macro that clicks the back button on the Auction House when i press it.

I've tried a few different script/macros but i cant seem to change them to click what i want.
I've tried to change this, to target the backbutton specifik. : /run if not ProxyAHBuy1 then local f = CreateFrame("Button", "ProxyAHBuy1", nil, "SecureActionButtonTemplate") f:SetAttribute("type", "click") f:SetAttribute("clickbutton", AuctionHouseFrame.ItemBuyFrame.BuyoutFrame.BuyoutButton) end /click ProxyAHBuy1


With /Fstack i've been able to find these code lines (https://imgshare.io/image/ah.NomDCH), i just cant seem to target them with a proper code.

Any help would be amazballs <3

Last edited by Evilida : 12-19-20 at 01:16 PM.
  Reply With Quote