-
user macros dont work
problem with the macro is it only casts fast blade tried changing wait to 3 and still doesnt fix the problem. any way to fix this or to get it to work?
/ac "Fast Blade"
/wait 2.5
/ac "Savage Blade"
/wait 2.5
/ac "Rage of Halone"
and
/ac "Fast Blade"
/wait 2.5
/ac "Riot Blade"
-
you forgot to add a target at the end of each line of the abilities.
should be something like
/ac "Fast Blade" <t>
/wait 2.5
/ac "Riot Blade" <t>
-
I don't think you can use .5 has to be 2 or 3
-
No decimals in macros, must go 3 to cover the GCD.
-
you can i use decimal, i use it in my macro, 2.7 and it works.
but like another reply said you need a placeholder tag after the skill name
like <t> for current target etc.