Skip to content

City of Heroes · Mastermind

Henchmen Command Bar

The four states your henchmen can be in, one per key. Mastermind play is entirely about switching between these quickly, and the default pet window is far too slow for it.

City of Heroes · Mastermind139255 charscharacters used of the 255 this game allows
/bind numpad1 "petcomall aggressive"
/bind numpad2 "petcomall defensive"
/bind numpad3 "petcomall passive"
/bind numpad4 "petcomall follow"

Where to paste this

  1. Type /macro NAME "command" to create a tray button labelled NAME, then drag it where you want it.
  2. Use /macro_image "IconName" "NAME" "command" instead if you want a proper power icon rather than text.
  3. Type /bind KEY "command" to attach the same thing to a keyboard key.
  4. Chain commands with $$ — /macro Heal "targetcustomnext friend$$powexec_name Heal Other".
  5. Save your layout with /bind_save_file binds.txt and restore it with /bind_load_file binds.txt.