Revision as of 2008-03-18 16:10:04
  Older version (diff) | current version (diff) | Newer version (diff)

EQ:macros  

explanation of macros - feel free to add.

  • you can create up to 5 lines per macro
  • you can have one command per line. exception, you can always have a pause command too. example:
    • /pause 55, /cast 1
    • this casts the spell in slot one and then pauses for 55 milliseconds.
  • another example for macros: you are a level 40 wiz and you divination skill is so low, so that you fizzle all the time.
    • mem your lowest level divination spell (level one spell "true north") in slot 1
    • create a macro, which looks like
      • /pause 60, /cast 1
      • /pause 60, /cast 1
      • /pause 60, /cast 1
      • /pause 60, /cast 1
      • /cast 1
      • check your macro, if it works. sometimes you have to tune the pause commands.

  • you can also use your AA's in macros. use the command "/alt list" to find the alt activation number.

  • sample commands used in macros:
    • /memspellset
    • /autoinventory (good when foraging i.e.)
    • /Gsay incoming with %T

This page last modified 2008-03-18 16:10:04.