Macro basics


First choose suitable macro name and put in text box below select field. Then press 'add' button. Next define macro commands. Optionally set a keybinding. Then u can save the macro.

click outside to hide this


Food conditions:

  1. gotoIfFoodLt(num, label)
  2. gotoIfFoodLte(num, label)
  3. gotoIfFoodGte(num, label)
  4. gotoIfFoodGt(num, label)

Food conditions:

  1. gotoIfSpLt(num, label)
  2. gotoIfSpLte(num, label)
  3. gotoIfSpGte(num, label)
  4. gotoIfSpGt(num, label)

Spell points conditions:

  1. gotoIfSpLt(num, label)
  2. gotoIfSpLte(num, label)
  3. gotoIfSpGte(num, label)
  4. gotoIfSpGt(num, label)

Health points conditions:

  1. gotoIfHpLt(num, label)
  2. gotoIfHpLte(num, label)
  3. gotoIfHpGte(num, label)
  4. gotoIfHpGt(num, label)

Movement:

  1. moveSouth ()
  2. moveNorth ()
  3. moveEast ()
  4. moveWest ()
  5. moveWest ()
  6. moveSouthEast ()
  7. moveSouthWest ()
  8. moveNorthEast ()
  9. moveNorthWest ()

Spells:

  1. cast (s)
  2. invoke (s)
  3. fire_stop ()
  4. fire ()

Other:

  1. useSkill (s)
  2. apply (s)
  3. nop ()