View Single Post
02-25-20, 07:57 AM   #1
Phewx2
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 10
Auction house buttons /click macros

Hey

I used to create auctions with a few little macros
macro a:
/click Atr_SellControls_Tex
this clicked the empty item slot in the auction house and placed the item I had sticking to my cursor in it
macro b:
/click Atr_CreateAuctionButton
this clicked the create auction button

and macro c:
Code:
/click AuctionsCancelAuctionButton
/click StaticPopup1Button1
to cancel auctions instantly without a prompt

(to clarify, this way I could click an item, tap 1 for macro a and 2 for macro b and viola I created an auction without moving around with my mouse even a centimeter without the need for any addons)

I found the interface objects to click via /fstack back then but since they reworked the auction house even the buttons I find with fstack do not work with /click

Code:
/click AuctionHouseFrame.ItemSellFrame.PostButton
this for example does not work
tried many other things fstack showed me but none of them work

Does anyone know more or use similar macros?

Thanks
  Reply With Quote