Cleric Macros #RiftGame
Last week I made a post about my different cleric builds, and this week I want to talk about macros. To start off, I decided to change my tank build to the one suggested by pkudude99 in the comments section, so far I’m really liking it. I have almost 10k hp in my tank build now, and I’m eager to test my hand at some T1 dungeons and perhaps eventually some T2. We’ll see how it goes. I have a LOT of macros in game, I think that they can make playing a lot easier and Trion gives players the tools to use them. By not taking advantage of them I think we’re under playing the potential of our characters. To make a macro in Rift you can simply type /macro, and copy and then paste the macro into the window. Or you can create them from scratch, which is something I’ve been trying my hand at. It’s very important to have the suppressmacrofailures line in there, as other wise you’ll get spammed with a lot of ‘out of range’ errors.
In my melee dps spec I have three macros, the first one is for single target encounters. The spec is built for AoE damage, so my single target dps is relatively low, around 700-800.
#show crushing blow
suppressmacrofailures
cast rage of the north
cast jolt
cast glory of the chosen
cast fated blow
cast sanction heretic
cast strike of the maelstrom
cast lightning hammer
cast massive blow
cast sovereignty
cast bolt of radiance
cast crushing blow
The second one I have is for AoE / multi target encounters. I’ve been parsing anywhere from 1.2-2.3k with this macro (remember, mixture of T1-T2 and crafted gear) as long as there are 2+ mobs.
#show strike of the maelstrom
suppressmacrofailures
cast rage of the north
cast jolt
cast glory of the chosen
cast fated blow
cast soul drain
cast strike of the maelstrom
cast even justice
My third macro is just for my two mana regen abilities, it saves hotbar space.
#show Ageless Ice
suppressmacrofailures
cast Purpose
cast Ageless Ice
For my tank spec I have five macros, although one is not really a macro so much as just a reminder for me to switch into my gear. If you want to change your gear all at once, you’ll want to /saveequip # (where # equals whatever set you want to name it, for example /saveequip 1 for your first set). The macro I created is a simple /loadequip 1 so that my tank gear is actually on. Next I have the two usual macros, one for single target and one for AoE encounters.
#show Strike of Judgment
suppressmacrofailures
cast Fated Blow
cast sovereignty
cast Precept of Refuge
cast sanction heretic
cast massive blow
cast strike of judgment
and then the multi target:
#show Even Justice
suppressmacrofailures
cast Fated Blow
cast Precept of Refuge
cast sovereignty
cast Even Justice
It’s really important when you’re creating macros that you keep only one ability in it with no cool down, and it’s at the bottom of the list so that you’re not constantly spamming that one skill (unless it’s a skill that procs off of another skill, that’s different). For example even justice has no cool down, if none of my other abilities are up, it will cast that one (over and over until something else is up).
I also have a macro for aggro, I keep my aggro abilities both in the macro and out of the macro, the macro is meant for snap aggro when someone has pulled off of me:
#show Bolt of Radiance
suppressmacrofailures
cast righteous imperative
cast rebuke
cast Bolt of Radiance
cast Sanction Heretic
cast Bolt of Judgment
and then I also have an emergency button for situations where my health is dropping uncomfortably low.
#show Reprieve
suppressmacrofailures
cast resplendent embrace
cast reprieve
I spent some time this weekend working and tweaking my heal spec, and not the 34/32 spec that I had grown so comfortable using. I played around with the macros for the 34 sentinel, 27 warden, 5 purifier build I’ve been using – and it made a HUGE difference in my comfort playing the class. To start things off I created a macro for cures that works on mouse over, so all I need to do is mouse over a name in the raid window. The first two cures have cool downs, the third one is my instant cast cure with no cool down. I’ve also kept these skills out of the macro for when the situation calls for it. I don’t want to be fumbling during battle for keys.
#show cleansing prayer
suppressmacrofailures
cast @mouseoverui empowering light
cast @mouseoverui sterilize
cast @mouseoverui cleansing prayer
The next macro I use is to target myself with my mana regen spell. This will regen 15% of my mana over three seconds, combined with mana regen tonics this is incredibly handy.
#show Cascade
cast @self Cascade
Some times I want spells to always be cast together when possible, so I’ve combined those heals into macros to make better use of this. For example my largest single target heal is also the heal that takes the most amount of time to cast – so in this situation (if available) I’d like my instant cast skill to be used, so that this large heal can be applied asap.
#show healing invocation
suppressmacrofailures
cast touch the light
cast healing invocation
The same can be said for my orbs spell, I’d like them to do the most amount of healing possible, so I’ve got my tidal surge skill bound to them, and since they are both on a 45 second cool down it works out fantastic.
#show orbs of the stream
suppressmacrofailures
cast tidal surge
cast orbs of the stream
Then I’ve got an ‘oh shit’ macro, that will cast my instant cast skill, then tidal surge, and then my largest heal. So it will in essence cast my largest heal instantly, after adding an extra 56% to the heal.
#show Healing Invocation
cast Touch the Light
cast Tidal Surge
cast Healing Invocation
Macros should be created based on your play style, adjusted and tweaked until you feel comfortable with them. If you’re not comfortable playing your character in a particular spec, then adjust and change things until you are. It’s no fun playing a class you’re not 100% at ease with and since there are SO many soul combinations in Rift this is a fairly common issue.
As always, happy gaming no matter where you find yourself! Hopefully a few clerics out there find the macros useful. You can find these and other macros on the cleric section of the Rift forums, but you may have to do a bit of digging and wading through the sludge to get to the good bits.