> my kiss cleric ini <
for example:
this would use the heal section (since my kiss ini for cleric doesn't dps) to recast retort on my MA
INI:
Heals17=Jorlleag's Retort|99|MA|Once|Cond1
Cond1=${Me.GroupAssistTarget.Named}
or like a shaman - wintry gift is a nuke, but it needs to be through a player, so we do it through the MA
INI:
DPS1=Wintry Gift|99|MA|Cond1
Cond1=!${Me.Song[Healing Twincast].ID}
you would just do something like:
INI:
DPS1=BuffName|99|Cond1
Cond1=!${Me.Buff[buff name].ID}