Skip to content
TR

Star Wars Galaxies · Trader

Crafting Loop

Drives the crafting window slot by slot to produce a batch of identical items. SWG crafting has many confirmation clicks, and this is how crafters got through hundreds of them.

SWG · Trader125 chars
/ui action defaultButton;
/pause 2;
/ui action defaultButton;
/pause 2;
/ui action defaultButton;
/pause 3;
/macro craftloop;

Where to paste this

  1. Open Options, choose the Macro tab and click New.
  2. Give the macro a name and an icon — the name is what other macros call it by.
  3. Write commands one per line, ending each with a semicolon.
  4. Use /ui action toolbarSlot00; to press a toolbar button, counting slots from 0.
  5. Finish with /macro yourname; to loop, and drag the macro onto a toolbar slot to start it.