kingmonkey
Active Member
Just wondering why there is no option on Mystic to cast rez items?
; Pass out Divine Awakening on initial script startup
if !${InitialBuffsDone}
{
if (${Me.GroupCount} > 1)
call CastSpell "Divine Awakening"
InitialBuffsDone:Set[TRUE]
}
The fury class routine has the spell stuff to cast already. Have you updated SVN?Can't seem to get this working, oh well some things I need to do manually I guess![]()
; Pass out feathers on initial script startup
if !${InitialBuffsDone}
{
if (${Me.GroupCount} > 1)
call CastSpell "Favor of the Phoenix" ${Me.Ability["Favor of the Phoenix"].ID} 0 1 1
InitialBuffsDone:Set[TRUE]
}