Swap macros / keymaps / inscriptions
I thought it would be nice to have a thread for everybody to share their favourite keymaps / macros / inscription tips.
For example if your rogue is using a sling you might inscribe your iron shots as
=g50!d@f1
You might have the following in your (username).prf file
# Macro '63'
A:\e\e\ef1*t
P:\[F1]
Trigger = [F1] key
Action = Clear command/message buffer then fire first item with @f1 at nearest target
This has to be a macro (not a keymap) because it uses the function key as a trigger. It needs to be set up by
Options (=)
Interact with macros (m)
Create a macro (d)
[F1] (trigger)
\e\e\ef1*t
Append macros to a file (b) so you can load it again later.
# Macro '64'
A:\e\e\ew2\s\s\sT
P:^T
Trigger = <ctrl>+T
Action = Clear command/message buffer, wield first item with @w2, clear message buffer, Tunnel
Used to automatically tunnel with a pickaxe/shovel not your primary weapon.
Inscribing your pickaxe with @w2^. will also stop you from running with it.
I thought it would be nice to have a thread for everybody to share their favourite keymaps / macros / inscription tips.
For example if your rogue is using a sling you might inscribe your iron shots as
=g50!d@f1
You might have the following in your (username).prf file
# Macro '63'
A:\e\e\ef1*t
P:\[F1]
Trigger = [F1] key
Action = Clear command/message buffer then fire first item with @f1 at nearest target
This has to be a macro (not a keymap) because it uses the function key as a trigger. It needs to be set up by
Options (=)
Interact with macros (m)
Create a macro (d)
[F1] (trigger)
\e\e\ef1*t
Append macros to a file (b) so you can load it again later.
# Macro '64'
A:\e\e\ew2\s\s\sT
P:^T
Trigger = <ctrl>+T
Action = Clear command/message buffer, wield first item with @w2, clear message buffer, Tunnel
Used to automatically tunnel with a pickaxe/shovel not your primary weapon.
Inscribing your pickaxe with @w2^. will also stop you from running with it.
Comment