This site makes extensive use of JavaScript.
Please enable JavaScript in your browser.
Live
PTR
11.0.7
PTR
11.0.5
So im trying to design a macro for Sigil swaps
Post Reply
Return to board index
Post by
249808
This post was from a user who has deleted their account.
Post by
GenXCub
The problem with switching sigils while you're in combat is that it will trip the global cooldown, so this won't work.
Post by
HighFive
You could do something like:#showtooltip
/use Obliterate
/equip Sigil of AwarenessBut this, of course, won't help your first Obliterate cast.
You may be able to rig your equip to different abilities, but I'm not at all familiar at all with the DK rotations, so I won't comment.
Post by
pelf
Just for reference, not only does a weapon/ranged switch invoke a GCD, it also resets your white swing timer.
Post by
249808
This post was from a user who has deleted their account.
Post by
HighFive
/equip Sigil of Awareness
/equip Sigil of the Vengeful Heart/castsequence Sigil of Awareness,Sigil of the Vengeful Heartwill both work (almost) identically.
You could successfully use "#showtooltip" with the second one as well, though that will be pointless unless you are a clicker.
Post by
249808
This post was from a user who has deleted their account.
Post by
HighFive
Yes, it will. Why wouldn't it?
My point was that unless you're a clicker there's no point in using the "#showtooltip" since the icons are the same and you won't be seeing the tooltip.
Post by
RedwoodElf
/equip Sigil of Awareness
/equip Sigil of the Vengeful Heart/castsequence Sigil of Awareness;Sigil of the Vengeful Heartwill both work (almost) identically.
You could successfully use "#showtooltip" with the second one as well, though that will be pointless unless you are a clicker.
Not sure what you meant to accomplish with the second macro...I think you meant to use a comma instead of a semicolon?
Try this one (Hold down "alt" for Obliterate sequence, and no-alt for Death Coil)
#showtooltip
/use Obliterate;Sigil of Awareness;Death Coil;Sigil of the Vengeful Heart
This will
(with alt held down): Equip your SOA if it's not equipped...if it is, use Obliterate
(No alt): Equip your SOVH if it's not equipped...if it is, use Death Coil.
If you prefer, you can have alt switch the sigils, while no-alt simply fires whatever spell you wanted to go with the sigil you have equipped, like so:
#showtooltip
/use Sigil of the Vengeful Heart;Sigil of Awareness;Obliterate;Death Coil
Post by
HighFive
Not sure what you meant to accomplish with the second macro...I think you meant to use a comma instead of a semicolon?Why yes. Yes, I did. Fixed.
Post by
249808
This post was from a user who has deleted their account.
Post by
4466
This post was from a user who has deleted their account.
Post by
409946
This post was from a user who has deleted their account.
Post by
4466
This post was from a user who has deleted their account.
Post by
249808
This post was from a user who has deleted their account.
Post by
249808
This post was from a user who has deleted their account.
Post by
HighFive
"GetItemInfo" actually accepts an item ID as an argument rather than an inventory slot ID. Change it to "GetInventoryItemLink" and it should work.
Post by
409946
This post was from a user who has deleted their account.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.