Page 1 of 1

Auto loot while gathering/Fishing

PostPosted: Sat Aug 01, 2015 7:27 pm
by earelith
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 :)

Re: Auto loot while gathering/Fishing

PostPosted: Sat Aug 01, 2015 7:55 pm
by Skullstomp
Pretty sure botting is not allowed.

Re: Auto loot while gathering/Fishing

PostPosted: Sat Aug 01, 2015 11:09 pm
by Tokoloshe
Is this even allowed?

Re: Auto loot while gathering/Fishing

PostPosted: Sun Aug 02, 2015 6:59 am
by heradura
Tokoloshe wrote:Is this even allowed?

who cares, it's not detectable

Re: Auto loot while gathering/Fishing

PostPosted: Sun Aug 02, 2015 7:17 am
by earelith
I dont think is against the rules cause is you pressing the button, is not a bot. Modern mouses with lot of buttons can do way more things than this script. This only make your right click to be as shift+right click for easy fishing and mining/herbalism.

Re: Auto loot while gathering/Fishing

PostPosted: Sun Aug 02, 2015 5:33 pm
by Quickbowjob
Would only try it out if it has the green light from Nostalrius.

Re: Auto loot while gathering/Fishing

PostPosted: Sun Aug 02, 2015 5:37 pm
by The Shortest Path
All it is is an override that treats you as holding shift whenever you right click. That's it. Not only kind of pointless but also not in any way against any rules even if it was "detectable"