Skip to content

Aliases

Aliases

Player command aliases

Aliases — Command Shortcuts

Create shortcuts for frequently used commands.
Type the alias name directly to execute it.

Commands:
  /alias <name> <commands>  Create an alias
  /alias list               Show all aliases
  /alias delete <name>      Remove an alias
  /alias clear              Remove all aliases

Use semicolons to chain multiple commands:
  /alias rrr n;n;n;n
  /alias heal drink potion;rest
  /alias loot search body;get all

Type the alias name to execute:
  > rrr    (runs: n, n, n, n)
  > heal   (runs: drink potion, rest)

Limits:
  - 50 aliases per character
  - 200 character max per expansion
  - Names: letters, numbers, underscores only (1-20 chars)
  - Cannot shadow existing commands (look, go, attack, etc.)
  - No recursive expansion

Aliases persist across sessions.

See also: ?macros for @macro shortcuts.