WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   Macro for back button wow auctionhouse (https://www.wowinterface.com/forums/showthread.php?t=58472)

Evilida 12-19-20 01:14 PM

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

Ketho 12-19-20 02:29 PM

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

Evilida 12-19-20 03:02 PM

omg you're a literal god that works perfectly! thank you so much


All times are GMT -6. The time now is 01:46 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI