Jump to content

Join our Discord

Talk to other users and have a great time
Discord Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Exiled Bot Classic Archive
This is the archived Exiled Bot Classic forum. Content is preserved for reference and may be outdated.
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

quite nice.

are those hotkey things allowed?

EDIT:

my bad. just did read the poe thread and yes it is legal ;)

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
Sign in to follow this  

×
×
  • Create New...