Small coth.mac i would like to share.
It will coth every group member further away than set distance and allows for moving between groups in a raid without restarting the macro.
It will coth every group member further away than set distance and allows for moving between groups in a raid without restarting the macro.
Rich (BB code):
Sub Main
/declare j int local
/declare cothversion string outer 0.5
/echo Loading coth. Version ${cothversion}
:loop
/delay 5
/for j 0 to ${Group}
/if (${Spawn[${Group.Member[${j}]}].Distance}>200) {
/target pc ${Group.Member[${j}]}
/Cast "Call of the Hero"
/bc Cothing >>> ${Group.Member[${j}].CleanName} ...Mana:${Me.PctMana}
}
/if (!${Me.Casting.ID} && ${Cast.Ready[Call of the Hero]}) /next j
/goto :loop
/return
Attachments
Last edited: