Jump to content


Photo

D3 MF Gear Swap request for 1680x1050


  • Please log in to reply
1 reply to this topic

#1 nixorz

nixorz
  • Members
  • 1 posts

Posted 17 July 2012 - 10:11 PM

im new to ahk and looking for a D3 MF gear swap script for a resolution of 1680x1050

thanks in advance

#2 Wingfat

Wingfat
  • Members
  • 932 posts

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
!^k::
MouseGetPos, xpos, ypos 
FileAppend, X%xpos% Y%ypos%.`n, MousePOS.txt

return