I have a brain-dead cleric alt that I want to be part of a CH chain. Here's the code I have for the CH part now:
Code: Select all
#include SpellCast.inc
Sub Main
/declare CastTime int outer
/varset CastTime 126
/echo Starting CH chain
:HealLoop
/call cast "Complete Heal"
/delay CastTime
/goto :HealLoop
/return
Code: Select all
/varset CastTime 160
If not, can you think of easy ways to change a variable like this while the macro is running?

