So for MNK/WAR or WAR/MNK with both Provoke & Boost how do you make sure to Provoke every 30 second and Boost every 15?
If you have a Provoke macro that
/wait 30 then
/echo Pdone
it wont echo if you use Boost
/wait 15
/echo Bdone.
The second macro resets the wait time, SO is there a way to have booth on same macro?
Out of combat you don't need to Provoke so Boost every 15 is fine but in combat you would like to do both.
/ja Provoke
/ja Boost
/wait 15
/ja Boost
/wait 15
/echo Provoke Ready
Problem is you need to wait 16 with Boost and I don't think you can use 2 job abiliteis without a /wait 1 inbetween.
So maybe something like
/ja Boost
/wait 1
/ja Provoke
/wait 15
/ja Boost
/wait 14
/echo Provoke Ready
Or just have one that does both every 15 even though Provoke only works every other time
/ja Provoke
/wait 1
/ja Boost
/wait 13
/echo Almost ready
/wait 1
/echo Provoke AND Boost
I haven't played yet but will soon and so sorry if this is just compleatly worthless Idea I have no clue -_-;
If you have a Provoke macro that
/wait 30 then
/echo Pdone
it wont echo if you use Boost
/wait 15
/echo Bdone.
The second macro resets the wait time, SO is there a way to have booth on same macro?
Out of combat you don't need to Provoke so Boost every 15 is fine but in combat you would like to do both.
/ja Provoke
/ja Boost
/wait 15
/ja Boost
/wait 15
/echo Provoke Ready
Problem is you need to wait 16 with Boost and I don't think you can use 2 job abiliteis without a /wait 1 inbetween.
So maybe something like
/ja Boost
/wait 1
/ja Provoke
/wait 15
/ja Boost
/wait 14
/echo Provoke Ready
Or just have one that does both every 15 even though Provoke only works every other time
/ja Provoke
/wait 1
/ja Boost
/wait 13
/echo Almost ready
/wait 1
/echo Provoke AND Boost
I haven't played yet but will soon and so sorry if this is just compleatly worthless Idea I have no clue -_-;
Comment