This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Need someone to design a macro and/or show me a few to...
Post Reply
Return to board index
Post by
160055
This post was from a user who has deleted their account.
Post by
Neffi
A) a macro to activate coldblood then envenom when the coldblood CD is up and still do envenom when coldbloods on CD
/cast Cold Blood
/cast Envenom
That simple. Cold Blood doesn't invoke the GCD last I checked.
B) a focus macro to use Tricks of the Trade on the tank (like the plymorph one i guess but for a friendly target)
/cast Tricks of the Trade
---
This stuff isn't hard to learn.
Post by
160055
This post was from a user who has deleted their account.
Post by
Aether
#showtooltip Envenom
#show Envenom
/console Sound_EnableSFX 0
/cast Cold Blood
/script UIErrorsFrame:Clear();
/console Sound_EnableSFX 1
/cast Envenom
Post by
Neffi
#showtoolip covers #show. That's redundant. But that's just a fancy version of mine, which didn't work either. So I'm guessing Cold Blood is on the GCD (though I could've sworn it wasn't). Try:
/castsequence Cold Blood, Envenom
Post by
amscouzach57
#showtooltip Cold Blood
/castsequence reset=180 Cold Blood, Envenom
try this also, tell me how does it turn out.
Post by
Aether
#showtoolip covers #show. That's redundant. But that's just a fancy version of mine, which didn't work either. So I'm guessing Cold Blood is on the GCD (though I could've sworn it wasn't). Try:
/castsequence Cold Blood, Envenom
That part may have been redundant, but the rest is flawless. I use this macro. Cold Blood is not on the global cooldown.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.