Code: Select all
#turbo
Sub Main
/declare robecasts local
/varset robecasts 0
/press i
/if n $char(buff,"Barrier of Force")==0
{
:epic
/cast item "Staff of the Four"
/varset robecasts 0
}
:loop
/if n $char(mana,max)-$char(mana,cur)>=$char(mana,regen)
{
/cast item "Mana Robe"
/varadd robecasts 1
/if varadd=13 /goto :epic
/goto :loop
}
/if robecasts!=0 /goto :epic
/press i
/return
With this setup, the Wizard will never drop the epic buff, instead, recast the epic at 14hp's left on the buff. Now, when the wizard casts his epic, he still has FT3 on him during the 15-second epic casttime.
However, will I need to put /pause's into this?

