Craft aliases

From Discworld MUD Wiki
Jump to: navigation, search

This page is about craft aliases.

Sewing

Setup

For mending clothes quickly, switch out the word bag if you are using another container:

  • alias hl hold $*$ in left hand
  • alias presew open bag; take thread spool except sinew spool from satchels in bag; take small needle from satchels in bag; hl needle; $*$
  • alias pc put clothes in bag
  • alias sewc thread needle from spool; sew $*$ with needle

For automated sewing of damaged clothes

  • alias sewcl take at most 1 damaged clothes except glass things&leather things&metal things from bag; sewc damaged clothing; pcj $*$; count damaged clothes in bag

Cleanup

  • alias postsew put spools & needles in satchel in bag; close bag

Embroidery

Setup

Purpose: general setup aliases for embroidering patterns

  • Alias 2: alias 2 hold needle in left hand
  • Alias 3: alias 3 thread needle with thread
  • Alias 4: alias 4 embroider pattern from book on square with needle
  • Alias 5: alias 5 hold unpicker in left hand
  • Alias 6: alias 6 unpick pattern on square with unpicker
  • Notes: it will be helpful to have a lot of free slots in your held inventory, particularly if embroidering with the 3 or 4 thread patterns. if this is not an option, the aliases below can be reworked to pull a thread at a time from spool 1, spool 2, ... x.

Two thread pattern

Purpose: embroider a 2 thread pattern onto a linen square

  • Alias 1: alias 1 pull thread from spool 1 and spool 2
  • Alias 7: alias 2tp 1;2;3;4;3;4;5;6
  • Usage: 2tp

Three thread pattern

Purpose: embroider a 3 thread pattern onto a linen square

  • Alias 1: alias 1 pull thread from spool 1 and spool 2 and spool 3
  • Alias 7: alias 3tp 1;2;3;4;3;4;3;4;5;6
  • Usage: 3tp

Four thread pattern

Purpose: embroider a 4 thread pattern onto a linen square

  • Alias 1: alias 1 pull thread from spool 1 and spool 2 and spool 3 and spool 4
  • Alias 7: alias 4tp 1;2;3;4;3;4;3;4;3;4;5;6
  • Usage: 4tp