• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

coth.mac (1 Viewer)

Joined
Oct 26, 2015
RedCents
154¢
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.

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

  • coth.mac
    447 bytes · Views: 27
Last edited:
coth.mac

Users who are viewing this thread

Back
Top