Point Blank Sniper

Point Blank Sniper

99.1k Downloads

NO Issues just a question about API or something

MahdionisM opened this issue · 1 comments

commented

Hi!
i was thinking about make a Macro For PointBlankSniper that when a Item listed in Result then /click on that and /click on buy
i used /fstack to see whats Frame Name but i cant actually its a random generated string i think
can you help me please ?
image

commented

You can’t click a specific, dynamically created scroll area element via macro (I think), but what you can click is the Start and Buy Now button:

/run AuctionHouseFrame.PointBlankSniperTabFrame.StartButton:Click()
/run AuctionHouseFrame.PointBlankSniperTabFrame.Buy.BuyButton:Click()

I have keybound these macros, so I can stay with the mouse inside the auctions list while pressing the Buy Now / Start buttons via keyboard with the other hand. This is already a little QoL improvement.