Log in

View Full Version : Need macro help, living bomb



cr2jones
02-08-2009, 12:23 AM
I am currently speced at 0/51/17 and am using this macro to spam behind my warrior.
# showtooltip Frostfire bolt
#show Frostfire bolt
/script UIErrorsFrame:Hide()
/cast Combustion
/cast Icy Veins
/script UIErrorsFrame:Clear(); UIErrorsFrame:show()
/cast Frostfire bolt

I got this from a few different sites but what i would like to do is add Living Bomb into the macro. What i would like to add to the macro is a conditional cast, if the target does not have the living bomb buff cast and if it does cast frostfirebolt. Can that be done?

Shaitan256
02-08-2009, 12:49 AM
As far as I know such condition aren't possible anymore, it's quite the same as refreshing DoTs. You can't let a makro check if a debuff is on a mob or it isn't on it.

cr2jones
02-08-2009, 12:52 AM
Thanks, I thought it was wishfull thinking.

Zal
02-08-2009, 05:22 AM
can't make conditional statements in macro's or that would be REALLY close to automation.

Chranny
02-08-2009, 07:54 AM
can't make conditional statements in macro's or that would be REALLY close to automation.I thought [combat, exists, dead] was all conditional statements. :>

Shaitan256
02-08-2009, 01:11 PM
Zal meant more the Intelligent Conditionals like, Changing conditionals either the buf is on or not.

Harm, noharm, exists , and that stuff are fixed conditionals. A Mob isn't turning into noharm unless of an event. (Except for the Dead/Nodead Part)

And that's are more overall Conditions, the other stuff would be specific to 1 spell or 1 class (depends on spell casted) the other'scan't really benefit of it.