RoM Quicklinks: News • Guides • Zones • Quests • Mobs • Items • POIs • Objects • Classes • Factions • Skills • Lore • Titles | Search • Help • SiteMap • Admin Pages • Templates |
---|
|
First, to start, Press Escape (Esc) and choose "Macros", or type /macro in chat, to open the Macros interface.
Select an empty position and press "New" to start a new Macro. This opens the "Macro Contents" window. At the top you can press the left-arrow icon to open a display of Icons that you can assign to your new Macro. You also have a text window to enter a name.
Let's start with a very simple Macro. This will be a "Social" macro, simply combining some test and an emote.
New Commands Introduced:
Macro: Victory Dance
/victory /wait 1.5 /s That's what I'm talkin' 'bout! /dance /wait 2 /s Who's your daddy?! Huh?!
Next, we will make a macro to cast a couple of buffs. You need to target who you want to buff first.
New Commands Introduced:
Macro: Buffs
/s Buffing %t... /cast Savage Blessing /wait .75 /cast Frost Arrow /wait .75 /cast Arrow of Essence
Now, we are gonna get a little trickier, combining the above into a combat macro.
Macro: Bow Attack
/s Attacking %t! /cast Snipe /wait 4.25 /cast Vampire Arrows /wait .75 /cast Autoshot /wait .75 /cast Shot /wait .75 /cast Wind Arrows /wait .75 /cast Wind Arrows /wait .75 /cast Wind Arrows /s pew pew!
work in progress |