Difference between revisions of "Macros"

From Anarchy Online Wiki [AOWiki]
m (added category (glossary))
Line 8: Line 8:
 
i.e.
 
i.e.
 
*"/macro Attack /pet attack" = your Bot will try to attack your current target.
 
*"/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 Guard /pet "meatball" guard" = your pet named "meatball" will guard you.
*"/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>!"
 +
*"/macro Assist /assist Xtralmofo" = will give you the fighting target of Xtralmofo
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 13:09, 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 Guard /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>!"
  • "/macro Assist /assist Xtralmofo" = will give you the fighting target of Xtralmofo