Quote Originally Posted by Liquidity View Post
Do you have a link with all your add-ons? And a link to your macros and set up. I have a 5 mage team as well, I would like to add to my set up with what you are doing.
Taken from curse client

Atlast loot enhanced
auctioneer
clique
dbm spell timers
deadly boss mods + old instances
grid
grid custom layouts
jamba
pitbull unit frames
recount
smartbuff.

Macros are pretty simple I have a round robin on T that runs

/focus
/script SetRaidTarget("target", 1)

/focus
/script SetRaidTarget("target", 2)

3..4..5. etc

Then R sent to all to cast.

/cast [@focus] polymorph

My instant Arcane Barrage key

/castsequence reset=1 Arcane Barrage, Ice Lance, Fire Blast, Arcane Barrage, Ice Lance, Ice Lance, Arcane Barrage, Ice Lance, Ice Lance
/use Mana Gem
/use 13
/use 14
/cast Arcane Power

Mana efficient dps
/stopmacro [channeling]
/castsequence reset=6 Arcane Blast,Arcane Blast,Arcane Missiles
/use Mana Gem
/use 13
/use 14

Nuke
/stopmacro [channeling]
/castsequence reset=6 Arcane Blast,Arcane Blast
/use Mana Gem
/use 13
/use 14

This is my second macro fired for both on DPS
/stopmacro [channeling]
/castsequence Arcane Blast
/cast Arcane Power
/cast Presence of Mind

Focus magic is cast when I hit my smartbuff click button (via macro)

!if (character is "slot 1") /castsequence [@{SLOT2}] reset=60 Focus Magic, null
!if (character is "slot 2") /castsequence [@{SLOT3}] reset=60 Focus Magic, null
!if (character is "slot 3") /castsequence [@{SLOT4}] reset=60 Focus Magic, null
!if (character is "slot 4") /castsequence [@{SLOT5}] reset=60 Focus Magic, null
!if (character is "slot 5") /castsequence [@{SLOT1}] reset=60 Focus Magic, null


Quote Originally Posted by Multibocks View Post
What are you using grid for specifically?
I originally used it for my DKs+Pala with clique healing - I just kind of like it as a big notification of party health. I was thinking that if I evolved use of it I would be able to click the mage for ice block to prevent death whilst the others continued to dps.