world of warcraft stuff
 
clique addon information

with the new changes to the wow ui, i’ve come to rely heavily on a grid (raidframes) + clique (click-casting) combo.  i wanted a list of how clique is being used, so am taking what i can find and gathering it all together here.

basic clique instructions: (from cladhaire)

Okay, this is very simple. Clique works like the following:

1. You open your spellbook.
2. You open the Clique UI.
3. You navigate to Flash Heal in your Holy Tree.
4. You shift-leftclick Flash Heal.
5. It appears in the clique spell list.

Now whenever you shift-leftclick on a unit frame, it will cast Flash Heal on that unit. If you shift-leftclick on your target’s target, it will cast Flash Heal on your target’s target. If you shift-leftclick on your player frame, it will cast it on you.

That’s all Clique does. If you’re looking for a way to bind spells to KEYBOARD buttons, thats not something Clique can do.

custom macros in clique: (from cladhaire)

Make a custom click (click the “Custom” button), choose the macro option, and set the macro as “macrotext”.

1. Open Spellbook
2. Open CliqueUI
3. Click “Custom”
4. Select an icon
5. Click the “macro” radio button
6. Set a click-binding
7. Type (or copy/paste) your macro into that edit box.

To normally cast Renew(Rank 4), but to instead cast max-rank when Spirit of Redemption is active:

/cast [nostance,target=mouseover] Renew(Rank 4); [target=mouseover] Renew

To cast Divine Intervention on a target and announce it:

/target mouseover
/cast [target=mouseover] Divine Intervention
/raid ZOMG DI on %t
/p ZOMG DI on %t

To cast Divine Favor and then Holy Light(Rank 9):

/castsequence Divine Favor,Holy Light(Rank 9)