PDA

View Full Version : Comprehensive Macro List for RIFT



Callandria
03-02-2011, 04:37 PM
Anyone have a good comprehensive list of macro commands for Rift? In another post I am looking for a macro that will allow me to set loot type to Free For All when grouping.

Thanks,
Don

Berserker
03-02-2011, 10:39 PM
Hey Don,

I don't think you can programmatically set the 'ffa' flag. There is a slash command for setting the master looter but it only works in a raid context.

Here's a good reference on commands:
http://telarapedia.com/wiki/Commands#cite_note-beta5Patchnotes-0

Here's a good post on the rift forums about macros:
http://forums.riftgame.com/showthread.php?61489-Ultimate-Rift-Macro-Guide

and finally, here are some sample macros I use:

Invite macro:: (all clients the same)


invite char1
invite char2
invite char3
invite char4
invite char5

Assist macro:: (one for each character)


assist char1

Follow macro:: (one for each character)


targetexact char1
follow
targetlasttarget

[Lax gets the credit for those three -- part of his setting up FTL walkthrough for ISBoxer]

MarkAll:: (all clients the same -- only group leader needs to cast this)


targetexact char1
mark 1
targetexact char2
mark 2
targetexact char3
mark 3
targetexact char4
mark 4
targetexact char5
mark 5
targetlasttarget

**I run around marked like this to facilitate healing (see below).

Heal:: (healer -- one script for each player where x = char{x}, use a keymap toggle)


#show HEALSPELL
cast @mark {x} HEALSPELL

Hope this helps.