Difference between revisions of "Macros"

From Anarchy Online Wiki [AOWiki]
m (added category (glossary))
Line 11: Line 11:
 
*"/macro pulp /pulp" = will execute the emote /pulp
 
*"/macro pulp /pulp" = will execute the emote /pulp
 
*"/macro watch_out /s Watch out! A %t!" = will result in the shout: "Watch out! A <name of your target>!"
 
*"/macro watch_out /s Watch out! A %t!" = will result in the shout: "Watch out! A <name of your target>!"
 +
 +
[[Category:Glossary]]

Revision as of 11:02, 1 July 2005

Macros are Buttons for the Quickbar. The can either be created via dropping items on the Quickbar, Armor, First Aid Kits, Weapons, Specials or Nanos. Or wia typing commands in chat. The syntax to create command macros is:

"/macro <macro name> /<command to be executed>"

i.e.

  • "/macro Attack /pet attack" = your Bot will try to attack your current target.
  • "/macro 1Guard /pet "meatball" guard" = your pet named "meatball" will guard you.
  • "/macro pulp /pulp" = will execute the emote /pulp
  • "/macro watch_out /s Watch out! A %t!" = will result in the shout: "Watch out! A <name of your target>!"