artan 14 Report post Posted February 17, 2017 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. 0 Share this post Link to post Share on other sites
artan 14 Report post Posted February 23, 2017 /hump 0 Share this post Link to post Share on other sites