So I am going to ask how to write a certain macro. I read the Macro 102 guide, but am not sure what verbs to set in the macro/how to write it in order to get the game to perform the macro.
Also I thought any other useful macros could be posted here, to help make the hive more robust:
The macro Im wanting to write does the following: Drops current held item, swaps hands, drops current held item. That way I can pounce and then hit macro button to drop two huggers on a marine's chest.
Xeno Custom Macros
- Szunti
- Registered user
- Posts: 293
- Joined: 10 Dec 2015, 17:18
Re: Xeno Custom Macros
EDIT: forwardslashN corrected me. Don't use the ugly version.
Drop is .northwest drop, swap is .northeast swap-hand. Don't ask why. So the macro is ".northwest\n.northeast\n.northwest" "drop\nswap-hand\ndrop"
Alternatively you can define Q with repeat to .northeast\n.northwest "swap-hand\ndrop" . Then press Q once to drop like used to be and if you hold it it wil also drop the second thing. It's a bit slower though.
Drop is .northwest drop, swap is .northeast swap-hand. Don't ask why. So the macro is ".northwest\n.northeast\n.northwest" "drop\nswap-hand\ndrop"
Alternatively you can define Q with repeat to .northeast\n.northwest "swap-hand\ndrop" . Then press Q once to drop like used to be and if you hold it it wil also drop the second thing. It's a bit slower though.
Last edited by Szunti on 30 Nov 2016, 09:30, edited 3 times in total.
- Marcio
- Registered user
- Posts: 2
- Joined: 29 Nov 2016, 12:50
- Byond: Marcio Ainder
Re: Xeno Custom Macros
I use G for toggle darkvision for be stealth and robust.
Toggle-Darkvision
To stomp the ground as crusher, i use F.
Stomp-(50)
Anyway, Macro hide is good for stealth when you're a runner.
Toggle-Darkvision
To stomp the ground as crusher, i use F.
Stomp-(50)
Anyway, Macro hide is good for stealth when you're a runner.
How not be the Queen.
- forwardslashN
- Community Contributor
- Posts: 2495
- Joined: 14 Dec 2015, 23:12
- Byond: forwardslashN
Re: Xeno Custom Macros
It's drop: drop\nswap-hand\ndrop
The ambivalent giant white baldie in a jungle near you.