It automatically scans the AH via the “Scan” Button of Auctioneer.
If the scan is over, it waits some time, and starts an new scan.
If Bottom scanner has found something, the Script clicks “yes”.
wow MODS Download,WOW Mods ADDONS,WOW Mods Bots,WOW Mods Hacks,WOW Mods UI
Someone posted this in a more simple form as Innerspace Script.
I found that shitty so i programmed this script myself in AutoIt.
How to install:
Open up the file, and change the variable declarations at beginning.
You gonna need:
X & Y Values of “Start Scan” Button in Auctioneer and “Yes” button in Bottomscanner
Color of the “Start Scan” Button if inactive
Color of the “Yes” Button if Bottom Scanner popps up
The best way to get the coords is the “AutoIT 3 Window Information” Tool.
To get the color, write this in another Auto-It script:
Code:
while 1
ToolTip(PixelGetColor(X-Coord,Y-Coord),0,0);
Wend
It prints the value of the color at the top-left corner of your screen.
How to use:
Load wow, login, go to the AH and open the AH
Start the Script
F9 - Start Script
F10 - Pause Script
F11 - Exit Script