Have a question about HealsOn=2 and the way it functions with healing an MA that is in group. The way I understood that it functioned is that basically it used the available on screen information and healed. So group, xtargets if setup, essentially whatever the UI had access to. I use KA with more than one group a lot of the time so HealsOn=2 tends to function better for me than 1 which results in the healers constantly /targeting the MA. Then I use xtargets to assist my healing setup. However the only issue I have really run into is that it absolutely will not heal the MA if it is in group, unless I set the MA as an xtarget which I assume shouldn't be needed if it is in group.
Commenting this line out seems to allow the MA to be healed while in group, which seems to be a check to see if the MA is in group, but I don't know enough about how everything works to be certain which is why I am posting to ask about it.
Commenting this line out seems to allow the MA to be healed while in group, which seems to be a check to see if the MA is in group, but I don't know enough about how everything works to be certain which is why I am posting to ask about it.
Code:
/if (${Select[${HealsOn},2]} && ${Select[${Spawn[${MainAssist} ${MainAssistType}].ID},${Group.Member[${i}].ID},${Group.Member[${i}].Pet.ID}]}>0) /continue

