to squeeze in as much as possible in a single hotkey, you can write the pause within same line of the action. So you can get upto 6 actions in one Hotbutton.
/Pause 40, /cast 1
/Pause 40, /cast 2
/Pause 40, /cast 3
/Pause 40, /cast 2
/cast 3
pause is always in 1/10 seconds, so /pause 40 is 4 seconds.
to squeeze out max have a look at the spell itself.
Example:
Bolt of Molten Scoria Rk. II
Slot 1: Decrease Hitpoints by 5868
Cast Time: 3.50 sec
Recast Time: 5.750 sec
lets presume in spellslot 2
we know after any nuke there is generally a global "cooldown" of 1.5 seconds
The recast of this spell is longer than the global cooldown. If you want to cast it back to back it would be:
35+58 = 93
/Pause 93, /cast 2
/cast 2
this would not be very clever, as global cooldown is far less than the recast of this one. So you might want it to alternate with soemthing else.
sample:
Fickle Blaze Rk. II
Slot 1: Decrease Hitpoints by 4655
Recourse: Fickle Inferno Recourse
Cast Time: 3.25 sec
Recast Time: 5.349 sec
lets presume in slot 3
now we can take casttime of spell No 1 + global cooldown instead of his recast
35+15 = 50
/Pause 50, /cast 2
/cast 3
This is not considering spellhaste foci. ingame you can right-click and hold on the spellgem and you will get your real casttime. Recast is not focused as far as I remember.
while casting second nuke, the first is cooling down. Next would be a full burn, if mobs last long enought. This would be like:
/Pause 50, /cast 3
/Pause 50, /cast 2
/Pause 50, /cast 3
/Pause 50, /cast 2
/Pause 50, /cast 3
/cast 2
6 nukes alternating. Backdraw while Hotbutton is running you are sticked to it and can't do much else.
attention: pause always is appied after the action of the same line, never before. Doesn't matter where in the line it is written.
What to weave is another story .. maybe its not very clever to cast fickle after bolt
