View Full Version : Disc healing priest + some dps macro?
DLoweinc
02-26-2009, 02:49 AM
I am not sure what happened, this macro was working for a bit but now it is not. What I want it to do is:
cast power infusion every time it is up **this part works**
cast shadowfiend every time it is up **this part works**
cast devouring plague, then shadow word pain. **DOES NOT WORK**
what am i doing wrong?
/target party3
/cast Power Infusion
/assist party1
/cast Shadowfiend
/castsequence Devouring Plague, Shadow Word: Pain
You can cast Power Infusion anywhere in your macro, as it doesn't trigger the global cooldown.
Shadowfiend triggers the global cooldown and any casts after it should be ignored by the macro system, even if the "/cast shadowfiend" was unsuccesful.
genocyde
02-26-2009, 12:19 PM
/target party3
/cast Power Infusion
/assist party1
/castrandom Shadowfiend, Devouring Plague, Shadow Word: Pain
Quick fix. They should all at least work, however the order the last 3 are cast will be random of course but it's better than not casting.
DLoweinc
02-27-2009, 04:30 AM
/target party3
/cast Power Infusion
/assist party1
/castrandom Shadowfiend, Devouring Plague, Shadow Word: Pain
Quick fix. They should all at least work, however the order the last 3 are cast will be random of course but it's better than not casting.
one issue with this macro is that it will continuously cast shadow word pain (as this macro is the same key as my dps macro on my other guys).
i don't want it to always work, only while devouring plage is not on cooldown, that's why i had a cast sequence
rulemaker
02-27-2009, 04:41 AM
Well i don't know exactly if it works this way but try something like
/target party3
/cast Power Infusion
/assist party1
/castsequence Shadowfiend, null
/castsequence Devouring Plague, Shadow Word: Pain
or
/target party3
/cast Power Infusion
/assist party1
/castsequence reset=combat Shadowfiend, null
/castsequence Devouring Plague, Shadow Word: Pain
DLoweinc
02-27-2009, 06:42 PM
Ya i'm not sure where the hang up is.
In this macro the null is to make it drop down to the next line, right? (i could also put "/castsequence shadowfiend,," also couldn't i)?
/target party3
/cast Power Infusion
/assist party1
/castsequence Shadowfiend, null
/castsequence Devouring Plague, Shadow Word: Pain
Issue with above is that shadowfiend is on a 5 minute cooldown, meaning that it will only cast devouring plague & shadow word: pain once each every 5 minutes
the other one, with reset=combat still relies on a 5minute cooldown.
perhaps i need to try
/target party3
/cast Power Infusion
/assist party1
/castshadowfiend
/castsequence Devouring Plague,,
/cast shadow word: pain
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.