Skip to content

Commit

Permalink
Update default-macros.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria authored Oct 2, 2024
1 parent 10a7fea commit 0b23a55
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _docs/getting-started/default-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,21 @@ Macro | Syntax | Description
`~RtB` | `~RtB` | Move item from right hand to belt.
`~RtR` | `~RtR` | Move item from right hand to left hand.

All containers:

- `B` - belt
- `C` - coin slot
- `D` - demi-magic pouch
- `E` - equipment
- `G` - ground
- `K` - material storage
- `L` - left hand
- `M` - merchant
- `O` - merchant buyback
- `R` - right hand
- `S` - sack
- `W` - locker

## Advanced Macro Substitutions

Macro substitutions can be used to find creatures that meet a certain criteria for macro targetting. For example, healing the weakest player, or attacking the farthest NPC (potentially a runner). These can be used in any macro that targets a creature, such as with `chase $farthest` or `cast magicmissile $randomnpc`.
Expand Down

0 comments on commit 0b23a55

Please sign in to comment.