Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
username1001101

AHK script for force-sync, itemlevel, remaining

Recommended Posts

The PoE forum has this little useful AHK script posted:

; Path Of Exile Sync Script 1.0

#IfWinActive Path of Exile
SendMode Input
{
F3::
Send {enter}
Sleep 20
Send {Alt} /oos {enter}
Sleep 20
Return

F2::
Send {enter}
Sleep 20
Send {Alt} /itemlevel {enter}
Sleep 20
Return

F4:: 
Send {enter}
Sleep 20
Send {Alt} /remaining {enter}
Sleep 20
Return
}

http://www.pathofexile.com/forum/view-t ... 5#p4280279

Share this post


Link to post
Share on other sites

I am using the following /itemlevel script.

F2::
#IfWinActive, Path of Exile
MouseClick, Left
SendInput, {Enter}
SendInput, {/}itemlevel
SendInput, {Enter}
Sleep, 30
MouseClick, Left
return

With this one i dont need to click the item i want to know the itemlevel, i just need to mouseover the item

Share this post


Link to post
Share on other sites

With this one i dont need to click the item i want to know the itemlevel, i just need to mouseover the item

^ LOL

ppl are so lazy ;)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...