Hello,
I'm rewriting some of the singular routines, because in my opinion there's a lot space to push the dps.
And yes, I'm new to writing routines
Actually I stuck at getting how long is the remaining colldown of a specific spell =(
Example:
// Single Target Rotation
Spell.Cast("Test Spell"),
Spell.Cast("Test Spell 2"),
Spell.Cast("Test Spell 3"),
.....
I want to have a higher priority for Test Spell 2 if the remaining cooldown of Test Spell 2 is less then 2 seconds.
Test Spell has a casting bar of 4sek (example).
Test Spell 2 is an instant Spell and should be triggered everytime it's cd is over.
I would be glad if someone can help me, of course I would credit him
If I can reach my goal (10-20% more dps), I will write rewrite them for all classes and share them with you
I'm rewriting some of the singular routines, because in my opinion there's a lot space to push the dps.
And yes, I'm new to writing routines

Actually I stuck at getting how long is the remaining colldown of a specific spell =(
Example:
// Single Target Rotation
Spell.Cast("Test Spell"),
Spell.Cast("Test Spell 2"),
Spell.Cast("Test Spell 3"),
.....
I want to have a higher priority for Test Spell 2 if the remaining cooldown of Test Spell 2 is less then 2 seconds.
Test Spell has a casting bar of 4sek (example).
Test Spell 2 is an instant Spell and should be triggered everytime it's cd is over.
I would be glad if someone can help me, of course I would credit him

If I can reach my goal (10-20% more dps), I will write rewrite them for all classes and share them with you
