
Originally Posted by
HyoMinPark
Take a normal GCD: 2.5 seconds. You can't macro:
/ac "Bootshine"
/wait 2.5
/ac "Twin Snakes"
/wait 2.5
etc...
There is a difference between
Code:
/macroicon Demolish
/ac Internal Release <wait.3>
/ac Blood for Blood <wait.3>
/ac Steel Peak <wait.3>
/ac True Strike <wait.3>
/ac Demolish <wait.3>
/ac Bootshine
and
Code:
/macroicon Demolish
/ac Internal Release
/ac Blood for Blood
/ac Steel Peak
/ac True Strike
/ac Demolish
/ac Bootshine
.
The first macro is used as some kind of "press Button X one time and wait until its finished". In this case, you definitely have a HUGE DPS loss, because you have to wait 3 seconds instead fo 2,5 (or less). Time is Damage (kinda).
The second macro is use as some kind of "mash Button X repeadly to activate all skills when your GCD is finished". This works for Monk ONLY because "True Strike" and "Demolish" can only be activated, when you re in the right stance. This will work as to merge your 2 CDs, 1 OFFGCD and 1 combo into 1 Button. Bootshine will not be executed, when "Demolish" or "True Strike" is activate because of their GCD. Or to be clear:
Skills executed in order:
1. Internal Release
(skip because of GCD) Blood for Blood
2. Steel Peak
(inaccessable, wrong stance) True Strike
(inaccessable, wrong stance) Demolish
(skip because of GCD) 4. Bootshine
(on cooldown) Internal Release
(on cooldown) Steel Peak
3. Blood for Blood
(inaccessable, wrong stance) True Strike
(inaccessable, wrong stance) Demolish
(skip because of GCD) 4. Bootshine
(on cooldown) Internal Release
(on cooldown) Steel Peak
(on cooldown) Blood for Blood
(inaccessable, wrong stance) True Strike
(inaccessable, wrong stance) Demolish
4. Bootshine
(on cooldown) Internal Release
(on cooldown) Steel Peak
(on cooldown) Blood for Blood
5. True Strike
(inaccessable, wrong stance) Demolish
(skip because of GCD) Bootshine
(on cooldown) Internal Release
(on cooldown) Steel Peak
(on cooldown) Blood for Blood
(inaccessable, wrong stance) True Strike
6. Demolish
(skip because of GCD) Bootshine
This is quite different to OPs macro, but shares the same mechanic. Like previously said, even when it does works somehow, its still risky and not recommended to use it.