Path of Exile item swap help Topic is solved

Ask gaming related questions (AHK v1.1 and older)
csin
Posts: 5
Joined: 08 Feb 2018, 12:28

Path of Exile item swap help  Topic is solved

15 Jun 2018, 05:41

Hi, I'm trying to write a Item swap macro for Path of Exile. When I push "1", opens inventory (i) and swaps out my item at (x,y) coordinates.

So far it only works half time. I'm speculating it's because sometimes I hold down "1" too long. And it's firing off multiple times. How prevent this?

Code: Select all

$1::
BlockInput On
Send {i} 
sleep 55
	
MouseMove 888, 414
sleep 55
Click
sleep 55

MouseMove 1059, 282
sleep 55
Click  
sleep 55

MouseMove 888, 414
sleep 55
Click
sleep 77
Send {i} 
BlockInput Off
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 63 guests