Page 1 of 1

Ice Block + Cancelaura (MOD) macro

Posted: Tue Nov 07, 2017 7:52 pm
by Darkwraith01
Hi,

I was wondering if it is possible to make a macro that works like this: when I press de "q" button, it casts Ice Block. When I press SHIFT + q, it cancels it (canceaura).

I'm asking this because many times I spam hit "q" and what happens is I get the Ice Block and then it cancels before the attack expires, and then I die.

Thanks!

Re: Ice Block + Cancelaura (MOD) macro

Posted: Tue Nov 07, 2017 8:31 pm
by Yifei

Code: Select all

#showtooltip Ice Block /stopcasting /cancelaura Ice Block /Cast Ice Block

Re: Ice Block + Cancelaura (MOD) macro

Posted: Tue Nov 07, 2017 10:36 pm
by Darkwraith01
That is what I have today, but is not what I asked.

Re: Ice Block + Cancelaura (MOD) macro

Posted: Sat Jan 06, 2018 12:38 am
by MrDarkflame
i know this is old, but since it was never answered.... this should work:
#showtooltip Ice Block
/stopcasting
/cancelaura [modifier:shift] Ice Block
/cast [nomodifier:shift] Ice Block

Re: Ice Block + Cancelaura (MOD) macro

Posted: Sun Jul 22, 2018 10:37 am
by Rokaaru
Was looking for something like this :D. thanks for posting your find.

Re: Ice Block + Cancelaura (MOD) macro

Posted: Wed Jan 02, 2019 4:10 am
by atonally
i know this is old, but since it was never answered.... this should work:
#showtooltip Ice Block
/stopcasting
/cancelaura [modifier:shift] Ice Block
/cast [nomodifier:shift] Ice Block
Unfortunately, this still doesn't work. If you cast Ice Block normally while it is up, it cancels it. As the OP stated, this results in death.

Re: Ice Block + Cancelaura (MOD) macro

Posted: Wed Jan 09, 2019 12:02 pm
by Izuro
Well, i tried the same as you, but instead of canceling the cube with a MOD, i tried:

/showtooltip
/cast [nomod] Random Skill
/cancelaura [mod:shift] Ice Block
/cast [mod:shift] Ice Block

Then i realized u dont need the cancelaura anymore, the cube cancels itself when u press it again, so i think we cant do more macros about canceling the block with another key/mod

(sry for my english XD)

Re: Ice Block + Cancelaura (MOD) macro

Posted: Thu Jun 20, 2019 3:30 am
by Mudohir
I know this isn't exactly what you asked for, but a technique that people sometimes use is to add "/cancelaura Ice Block" into macros for other abilities. This way you can safely mash your ice block bind and then you can cancel it the moment you press one of your skills to do something.

Re: Ice Block + Cancelaura (MOD) macro

Posted: Sun Jun 23, 2019 8:24 pm
by BunnyFufu
i know this is old, but since it was never answered.... this should work:
#showtooltip Ice Block
/stopcasting
/cancelaura [modifier:shift] Ice Block
/cast [nomodifier:shift] Ice Block
Thank you, it helps!

Re: Ice Block + Cancelaura (MOD) macro

Posted: Tue Jul 02, 2019 8:28 am
by RedTony
This is the macro I am currently using, works like charm:

---

#Showtooltip
/castsequence reset=240 ice block, cold snap, ice block

---

If you are used to cancel the aura by holding "shift", you can add an extra line:

#Showtooltip
/cancelaura [mod:shift] Ice block
/castsequence [nomod] reset=240 ice block, cold snap, ice block

Re: Ice Block + Cancelaura (MOD) macro

Posted: Thu Oct 15, 2020 10:18 am
by Mendax
i am using:

#showtooltip Ice block
/stopcasting
/cast Ice block
/cancelaura [button:2] Ice block

right mouse click breaks it again.