One Button Demonic Circle Macro?

So I was wondering is there a Macro to make Demonic Circle and Demonic Circle: Teleport one button?

2 Likes

Why would you want that? I mean you need the original button in case you want to re-place the circle so you’re gonna have 2 buttons for it anyway.

I don’t think he thought that far.

7 Likes

Unless you use a cast sequence macro, I don’t think you can, and even if you use a cast sequence it’s going to only work once per sequence.

Just use 2 buttons.

1 Like

I use a modifier (ctrl, shift or alt) to make it more compact

/cast [mod]Demonic Circle; Demonic Circle: Teleport

If you’re asking for a macro that chooses for you then no, thats not a thing as far as I’m aware.

5 Likes

Mod macros as suggested above me or a castsequence macro are your choices.

#showtooltip
/castsequence Demonic Circle, Demonic Circle: Teleport

This works for one button but you will have to alternate each time, meaning no putting it down in one spot and reusing it over and over. Teleport once and you’ll need to put it down again.

Also, this one is useful too:

#showtooltip Demonic Circle
/cancelaura Demonic Circle

2 Likes

I just do

#showtooltip
/cast [nomod] Demonic Circle
/cast [mod:ctrl] Demonic Circle: Teleport

Why does nobody know how to write mod macros lol

7 Likes

#showtooltip
/cast [nomod] Demonic Circle: Teleport
/cast [mod:shift] Demonic Circle
/cast [mod:ctrl] Demonic Gateway

9 Likes

#showtooltip
/Cast [mod:ctrl,@cursor]Demonic Gateway;[mod:shift]Demonic Circle;Demonic Circle: Teleport

C’mon man keep them macros clean :stuck_out_tongue:

Separate lines n sh¹t :wink:

3 Likes

I’m blind as hell and that macro box/font is way too small for that to be functional for me lmao

1 Like

#showtooltip
/cast [nomod, btn:1] Demonic Circle: Teleport
/cancelaura [btn:2] Demonic Circle
/cast [mod:alt] Demonic Circle

1 Like