234781879328 (07-17-2018),Applx (07-18-2018),v8s4 (07-17-2018)
To start this off let me explain that this is my first post, and the first Macro I've made (at least that required any real effort.)
So I do apologize in advance if my post is a bit disorganized, but bear with me, I think you'll enjoy my macro.
This macro essentially just cancels the pickaxe swing animation by emoting, and crouching to cancel the emote, before swinging the axe again. Similar to the last version of this it is limited by the 2 second wait time between emote. This means that every other hit will mine fast, and the others will be normal speed. This was not my discovery, as I got the idea from a Tfue video where he explained this method. The only change I've made, is adding a jump immediately after the crouch, basically because it's easier for me to hit all the hot spots when I'm not crouching every other swing.
What you need to know to repeat this process:
1. The semicolon shown in my version of the macro is simply my keybind for an emote slot. This will work the same with any emote, or hotkey (as far as I know).
2. You can use either the Space key to cancel the crouch, or the Control key. If you would rather keep the crouch to stay more mobile while farming you can take out the uncrouch key entirely.
3. My version is FAR FROM PERFECT. I spent about 2 hours on this, not very scientifically. I basically fiddled with the times until I got it relatively fast and consistant, (I think the delays may be altered depending on ping, I'm not sure). Occasionally my macro doesn't register a hit, or crouches despite my anti-crouch mechanism. I'd be very happy if you all adjusted the delays to make it optimal. Please post the results of this if you decide to do so.
4. I think that's it. Other than that, this should work on Razor mice, and Logitech mice although I have not tested this on Razor Synapse. If I forgot anything, please just let me know and I'll do my best to explain anything that I've missed. Any constructive criticism is welcomed, and I hope you guys enjoy Turbo Farming (at least until it's patched again)
234781879328 (07-17-2018),Applx (07-18-2018),v8s4 (07-17-2018)
Alright, So I am trying to do this in the logitech software, but I can't recreate it.
holy smokes this works very well. i see nothing wrong with your keyboard macros. Thanks. Good Work
Your Right actually. I meant to post one with an alternate macro specifically for farming furniture in houses.
There it is, basically bind emote key to 9 and you'll just do two fast hits, with no follow up, I find it very useful for furniture and finishing trees that I've hit with the other macro.
https://ibb.co/mHtYGy
- - - Updated - - -
It should be but as I said I have not tested it. If you test it and it works, feel free to start your own thread so others with razer synapse can use it as well.
i Converted it for AutoHotKey
here is the Code
Just edit is if something is wrong
Lalt::
send {Lbutton down}
sleep 0.2
send {Lbutton up}
send {; down}
send {; up}
sleep 0.05
send {LCtrl down}
send {LCtrl up}
sleep 0.01
send {spaCe down}
send {spaCe up}
sleep 0.09
send {Lbutton down}
sleep 0.05
send {Lbutton up}
send {Lbutton down}
sleep 0.05
send {Lbutton up}
Can anyone recreate it on corsair software?
couldn't addapt it to the corsair macro app, can anyone try it?
Cant AHK scripts get you banned? I heard stories ppl have been banned by AHK.