Skip to content

Macros

Macros

TEC-style @macro command shortcuts

Macros — TEC-style Command Shortcuts

Macros let you save frequently-used commands as quick
shortcuts. Type @name to execute a saved macro.

Creating Macros:
  @macro set attack stab wolf high
  @macro set combo jab wolf; slash wolf; lunge wolf
  @macro set heal drink healing potion; tend wounds
  @macro set fish fish; fish; fish

Using Macros:
  @attack                    Runs: stab wolf high
  @combo                     Runs all 3 commands in order
  @fish                      Casts the line 3 times

Management:
  @macro list                Show all your macros
  @macros                    Same as @macro list
  @macro delete <name>       Remove a macro

Batch Macros:
  Use ; to chain multiple commands in one macro.
  They execute in order, left to right.
  Example: @macro set loot take all; /inventory

Limits:
  - 50 macros per character
  - 10 commands per macro (;-separated)
  - 500 character max per macro command
  - Names: letters, numbers, underscores only

Macros are per-character and persist across sessions.
Each character has their own independent macro set.