Jump to content
Sign in to follow this  
artan

[Macro] Nature's Swiftness , Shaman

Recommended Posts

As the title says!

 

looking for a macro that casts NS+HW on a single cast! (not even sure if this ispossible on this build)

/cast Nature's Swiftness

/cast Healing wave 

works but you have to mash the button twice!! 

Google gave me this :

/script local x=0;for i=1,90 do if IsCurrentAction(i) then x=1 end end if x==0 then CastSpellByName("Nature's Swiftness");SpellStopCasting();CastSpellByName("Healing wave") end

 

looks like someting supermacro can work whit but not at home to confirm it.

 

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  

×