Skip to content

RIFT · Cleric

Sentinel Group Cleanse

This macro will mark group members with numbers in descending priority and cast Cleansing Prayer on them. You can adjust the order of the marks and the number of group members as needed.

RIFT · Cleric1020 lineslines used of the 20 this game allows
#show Cleansing Prayer
/suppressmacrofailures
/cast @mark 1 Cleansing Prayer
/cast @mark 2 Cleansing Prayer
/cast @mark 3 Cleansing Prayer
/cast @mark 4 Cleansing Prayer
/cast @mark 5 Cleansing Prayer
/cast @mark 6 Cleansing Prayer
/cast @mark 7 Cleansing Prayer
/cast @mark 8 Cleansing Prayer

Where to paste this

  1. Type /macro to open the macro window.
  2. Click Create, name the macro and pick an icon (or use #show <Ability> to mirror an ability icon).
  3. List your abilities in priority order, highest priority first, one /cast per line.
  4. Put abilities with no cooldown last — anything after them will never fire.
  5. Add /suppressmacrofailures on the second line to silence "ability not ready" errors.
  6. Drag the macro to a hotbar slot and bind it.