Thread Tools Display Modes
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
12-19-20, 02:29 PM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Code:
/run if not ProxyAHBack then local f = CreateFrame("Button", "ProxyAHBack", nil, "SecureActionButtonTemplate") f:SetAttribute("type", "click") f:SetAttribute("clickbutton", AuctionHouseFrame.CommoditiesBuyFrame.BackButton) end
/click ProxyAHBack
https://www.curseforge.com/wow/addons/magic-button/ is also useful
  Reply With Quote
12-19-20, 03:02 PM   #3
Evilida
A Defias Bandit
Join Date: Dec 2020
Posts: 2
omg you're a literal god that works perfectly! thank you so much
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Macro for back button wow auctionhouse

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off