• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

coth.mac

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

Last edited:
coth.mac

Users who are viewing this thread

Back
Top
Cart