Hi,
I have a group composed of a warrior and 4 disc priests, all 5 use a priority queue system. The priest queue currently looks like:
- Penance
- Holy Fire
- Smite (spam)
They are level 30 ish. I also would like to have a shield-the-tank macro in there, the problem is that I don't want these macro's to proc at the same time, if they do, then my tank ends up with 4x Weakened Soul, but only 1 shield :s.
I use the 'isboxer setup like a pro', my dps spam key executes a number of macros (for each of the aforementioned spells 1 macro), and a shield macro. Currently the shield macro is:
Code:
/stopmacro [channeling]
!if (character is "slot 2") /castsequence [@mytank] reset=1/combat/target 1,1, Power Word Shield, 1, 1, 1, 1
!if (character is "slot 3") /castsequence [@mytank] reset=2/combat 1,1, Power Word Shield, 1, 1, 1, 1, 1,1
!if (character is "slot 4") /castsequence [@mytank] reset=3/target 1,1, Power Word Shield, 1, 1, 1, 1, 1,1, 1, 1
!if (character is "slot 5") /castsequence [@mytank] reset=4 1,1,1,1,1,1, Power Word Shield, 1, 1, 1, 1,1, 1, 1, 1
I played around a bit with the reset option, and the number of 1's in there. This macro is the first one on my priority queue, and the reasoning is that one priest (don't care which one) shields the tank, and then the other priests will ignore the macro because the tank has weakened soul.
Sometimes it works like a charm, but the problem is that most of the time I get 2, 3 or 4 weakened sould debuffs (which means they all cast the spell at the exact same time.)
Is there any way to solve this? Basically, what I'm asking, is whether or not there is a way to get the priority queues on each priest slightly out of sync.
Connect With Us