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.
- Clicking menu then clicking on macros all the way on the bottom.
- Hitting the ESC button on your keyboard and clicking on macros on the bottom.
- 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:
- While on the macro screen, select an icon screen that you want to use for this macro.
- Create a name for this macro that you will be using, something short is ideal.
- 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).
- 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.
- 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
|