PDA

View Full Version : Macro for Ice Block ? Mage advice ?



Fef
10-19-2008, 12:04 AM
Would it be possible to do such a macro :

/ if live below 10%
/stopcasting
/cast Ice Block

I would like to have this button on my five mages, and spam it as soon as someone gets too damaged to make him specifically invulnerable.

Did you guys running several mages in you team find a solution for that ?

sedory
10-19-2008, 12:18 AM
I have yet to find any conditionals of the sort... I suggest either just putting aside a set of 5 keys for their individual frostybubbles (that's my name for that spell :D ), or just make them all cast it at once.

Aethon
10-19-2008, 12:59 AM
Conditions like that do not exist. Like the above poster said (and what I do with healthstones/pots and healing spells) just have 5 buttons (like Num0,1,2,3,.) set aside, 1 for each based on screen position or party order, whatever is easier for you. You'll still get the occasional oh crap, worng one, but it's better then all at once.

Fef
10-19-2008, 01:14 AM
I was afraid you would say that ;)

Thanks for the info.

Tynk
10-19-2008, 02:26 AM
something I am trying for my healing is this

set up say 1 as the button for your "FrostyBubble"

each mage gets a different macro

/cast [nomod] FrostyBubble
/cast [mod:Ctrl, nomod:ALT] FrostyBubble
/cast [mod:ALT, nomod:CTRL] FrostyBubble
/cast [mod:SHIFT] FrostyBubble
/cast [mod:CTRL, mod:ALT] FrostyBubble

and make sure keyclone is set to pass all 5 variants.