Close
Showing results 1 to 2 of 2
  1. #1

    Default Comprehensive Macro List for RIFT

    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

  2. #2

    Default

    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...a5Patchnotes-0

    Here's a good post on the rift forums about macros:
    http://forums.riftgame.com/showthrea...ft-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.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •