Skip to content

Instantly share code, notes, and snippets.

@arianjinx
Last active March 21, 2021 13:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arianjinx/56b664bd95c6ba24f7d0 to your computer and use it in GitHub Desktop.
Save arianjinx/56b664bd95c6ba24f7d0 to your computer and use it in GitHub Desktop.
Auto Hotkey skill spam macro for Ragnarok Online
$F1::
loop, 5
{
send, {F1}
sleep, 0
MouseClick, Left
}
return
$F3::
loop, 5
{
send, {F3}
sleep, 0
MouseClick, Left
}
return
@minchillo4
Copy link

thanks

@mitan88
Copy link

mitan88 commented Jul 8, 2020

How can I use this for a skill? My character just walks towards the area where I put my mouse on after I press F1. I put a skill on F1 but it doesn't seem to work the way I wanted.

@rmangesh1988
Copy link

Same for me as mitan88. Did you figure this out?

@sharPmaNeveR
Copy link

How can I use this for a skill ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment