In the class routine the Mythical gets cast first and only will cast group cure if the Mythical isn't ready.
Code:
;Cure the group if 3 or more people need curing
if ${grpcure}>2
{
if ${Me.Ability[Cleansing of the Soul].IsReady}
{
eq2execute /useability "Cleansing of the Soul"
eq2execute /p "Cleansing of the Soul - Group cure"
wait 2
}
elseif ${Me.Ability[${SpellType[220]}].IsReady}
{
call CastSpellRange 220 0 0 0 ${Me.ID}
wait 2
}
}
I have no clue why you would even want the Mythical to cast AND to have a cure cast ... but I guess just remove the ELSE from the ELSEIF and then the Inq will cast both....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.