Macro

From WAR Tumeroks: A Warhammer Online Wiki Guide

Macros in Warhammer are simply a list of slash commands or scripts utilized to shorten the process of what you trying to achieve through the press or click of 1 icon. Macros can be anything from a simple say command to casting a whole spell or even switching tactics. For specific request on help with creating or fixing a macro please see Talk:Macro

Contents

[edit] Accessing your macro tab

There are a few ways you can access your macro tab.

  1. Clicking menu then clicking on macros all the way on the bottom.
  2. Hitting the ESC button on your keyboard and clicking on macros on the bottom.
  3. Typing the script below into your chat window.
  /script WindowSetShowing( "EA_Window_Macro", true )

[edit] Creating your first macro

Creating a macro can be difficult and can be easy. There are many very simple macros as well as very difficult ones. To begin:

  1. While on the macro screen, select an icon screen that you want to use for this macro.
  2. Create a name for this macro that you will be using, something short is ideal.
  3. The macro text box is where you actually input your macro, it can be anything simple as simple as "/say" or "/target" to /script TargetPlayer(towstring('playernamehere')) which is the equivalence of /target (name).
  4. Once the macro is created, you can drag the icon into your hot bar and can access it by either clicking or pressing the key associated to that bar.
  5. See slash commands for a list. For scripts see API.

Some simple useful macros

  • Assisting a target
  /assist "name"
  • Notifying your team of incoming or need heals
  /party your message

[edit] Compilation of macros

Please add all macros under this line with ===Name of Macro=== followed by the description and macro text similar to what you see above.

[edit] Assist Macro

Assisting a target to concentrate all damage on 1 player.

  /assist "name"

[edit] Party Notification

Ideally used to tell your party if there are incoming enemies, need heals or whatever that may be of importance.

  /party your message

[edit] Report goldseller

Ban goldsellers at the click of a button

  /rp

  • Share this article:
Personal tools