I made a CD macro that I was planning to use if I get too lagged/or feeling lazy, and was testing it in instance run last night. However, whenever it gets to Intensification or Elemental catalysis (either one or the other, not both at the same time), it says "cooling down" and does not cast the skill Intensification and just moves on to cast Elemental Catalysis, or it casts intensification and gives "cooling down" at Elemental Catalysis and does not cast elemental catalysis. When this happens, the skills are clearly not in CD, and there s wait time of 1.0 between casting all skills too. So why is it skipping skills?
/use Moti Blended Sausage
/wait 1.0
/use Magic Tambourine (3 Days)
/wait 1.0
/use Ancient Spirit Water
/wait 1.0
/cast Unharmed
/wait 1.0
/cast Wisdom and Bravery
/wait 2.5
/cast Activate Mana
/wait 1.0
/cast Berserk
/wait 1.0
/run mytitles = {530538}
/run mytitleindex = mytitleindex or 0 mytitleindex = (mytitleindex + 1) SetTitleRequest(mytitles[mytitleindex % #mytitles + 1])
/wait 0.2
/script CastSpellByName("Soldiers, Attack!")
/wait 1.0
/use Demonic Ruin Potion
/wait 1.0
/cast Intensification
/wait 1.0
/cast Elemental Catalysis
/wait 1.0
/cast Rage Mana
/wait 0.2
/run mytitles = {530752}
/run mytitleindex = mytitleindex or 0 mytitleindex = (mytitleindex + 1) SetTitleRequest(mytitles[mytitleindex % #mytitles + 1])