Revision as of 2008-03-18 21:19:18
  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 tenths of a second (5.5 seconds).
  • 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

  • Autoforage macro: (Assumes Forage is #4 on ability page of Actions window, and assumes you have double forage AAs, if not you can remove the 2nd line):
      • /pause 6,/doability 4
      • /pause 6,/autoinventory
      • /autoinventory

  • Vish Cure macro:
      • /tar mournful
      • /pause 4
      • /say Hail, %t
      • /say shoulder my burden

  • Macro for often /tell information:
      • /pause 20,/r reply_text_you_wish_to_send
      • /pause 20,/r more_reply_text_you_wish_to_send

  • Macro to grab aggro (using AA and taunt ability, assuming Taunt is is #3 on combat page of Actions window, sorry I didn't get to switch to War to see which Alt # it is, but you can see a list in-game of your toons AA activable abilities with /alternateadv list command)
      • /pause 4,/g Aggroing %t
      • /pause 4,/doability 7
      • /pause 4,/alt activate ####

This page last modified 2008-03-18 21:19:18.