Auto loot while gathering/Fishing
Posted: Sat Aug 01, 2015 7:27 pm
To make this work you will need a program called "Autohotkey". Once you install it, right click on your Desktop, go New and the select Autohotkey script. Name the script whatever you like.
Now right click it and hit edit. and type in:
pause::suspend
RButton::
{
Sendinput, {Shift down}{RButton down}
keywait, RButton
Sendinput, {RButton up}{Shift up}
}
Return
https://i.imgur.com/d2WjJZa.png
Run the script and you will see it on your task bar: https://i.imgur.com/uY0hgxM.png
now every time you right click on a gathering node or on your fishing bobber, it will be like you Shift+Right click and you will auto loot your objects. If you press the pause button, the script will pause, meaning that your right clicks will be normal again..press pause again and it will be shift+click etc.
The reason you must use it only while gathering is because it will mess up your keybinds while fighting. So lets say you play a rogue, and you press and hold right click to strafe around your targe while you press your abilities...so you have the backstab ability on number 2, but if you hold down right click it will not do your ability..instead it will do the ability you have on shift+2.
So have this script running, and pause/unpause whenever you go on farming mode
Now right click it and hit edit. and type in:
pause::suspend
RButton::
{
Sendinput, {Shift down}{RButton down}
keywait, RButton
Sendinput, {RButton up}{Shift up}
}
Return
https://i.imgur.com/d2WjJZa.png
Run the script and you will see it on your task bar: https://i.imgur.com/uY0hgxM.png
now every time you right click on a gathering node or on your fishing bobber, it will be like you Shift+Right click and you will auto loot your objects. If you press the pause button, the script will pause, meaning that your right clicks will be normal again..press pause again and it will be shift+click etc.
The reason you must use it only while gathering is because it will mess up your keybinds while fighting. So lets say you play a rogue, and you press and hold right click to strafe around your targe while you press your abilities...so you have the backstab ability on number 2, but if you hold down right click it will not do your ability..instead it will do the ability you have on shift+2.
So have this script running, and pause/unpause whenever you go on farming mode