Skip to content

Instantly share code, notes, and snippets.

@DrewWeth
Created October 28, 2016 19:34
Show Gist options
  • Save DrewWeth/60a7b327db1a37baf8dc5b095339e63a to your computer and use it in GitHub Desktop.
Save DrewWeth/60a7b327db1a37baf8dc5b095339e63a to your computer and use it in GitHub Desktop.
; Arrow slot
XButton1::
CoordMode, Mouse, Screen
MouseGetPos, px, py
Click 1853, 328 right ; Click the right mouse button.
Mousemove, px,py, 1
Return
; Potions
XButton2::
CoordMode, Mouse, Screen
MouseGetPos, px, py
Click 1772, 398 right, ; Click the right mouse button.
Mousemove, px,py, 1
Return
; Auto Pot
3::
CoordMode, Mouse, Screen
MouseGetPos, px, py
Click 1772, 398 right, ; Click the right mouse button.
Click 860, 454 left, ;
Mousemove, px,py, 1
Return
; Drag ring
F12::
MButton::
NumpadIns::
CoordMode, Mouse, Screen
MouseGetPos, px, py
MouseClickDrag, left, 1780, 480, 1776, 318, 0
Mousemove, px,py, 1
Return
`::
Suspend,Toggle
return
CapsLock::F10
1::F1
2::F2
; 3 is manas too
4::F4
5::F5
6::F6
7::F7
8::F8
9::F9
0::F10
-::F11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment