im new to ahk and looking for a D3 MF gear swap script for a resolution of 1680x1050
thanks in advance
D3 MF Gear Swap request for 1680x1050
Started by
nixorz
, Jul 17 2012 10:11 PM
1 reply to this topic
#1
Posted 17 July 2012 - 10:11 PM
#2
Posted 19 July 2012 - 05:06 PM
there are other MF swaps scripts here. you can use my code for finding you Coordiance #s to use in their scripts to make it work for your res.
CTRL + Atl + K to get the Mouse Pos and it will save it to a txt file, and will make a new line in the txt each time you run that command, so that you can get the POS for all your gear in one swoop
CTRL + Atl + K to get the Mouse Pos and it will save it to a txt file, and will make a new line in the txt each time you run that command, so that you can get the POS for all your gear in one swoop
!^k:: MouseGetPos, xpos, ypos FileAppend, X%xpos% Y%ypos%.`n, MousePOS.txt return




