Jump to content
Sign in to follow this  
Colez

Ice Block Macros

Recommended Posts

Hi i have looked around and i cant seem to find any with what i want.

does anyone know how i can make 3 macros.

1. A spammable ice block macro so i dont auto cancel on second press

2. A block macro that cancels the aura  on one press (instantly if its even possible), so like i press the bind and the instant i press it blocks and unblocks in 1 press by removing the ice block buff.

3. a shift modifier block macro so on bind R say it will do what i said in number 1. and on Shift r it will do what i want in number 2.

 

Hope that makes sense and any thanks if u can help.

Share this post


Link to post
Share on other sites

Dont think its possible to both cast and cancel in 1 press, always gonna need 2 key presses to do that.

Here's my spammable ice block macro (requires supermacro)

/script SpellStopCasting()
/script if not buffed("Ice Block", 'player') then cast("Ice Block") end

 

Share this post


Link to post
Share on other sites
/run local i,a,sn sn="Ice Block" i=0 while a~=sn do i=i+1 a=GetSpellName(i,"spell")end if ({GetSpellCooldown(i,"spell")})[3]~=0 == not IsShiftKeyDown() then CastSpellByName(sn)end

@ColezYou can try this one, it was designed for stealth but should work just fine.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×