• 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

looking for macro

Joined
Dec 9, 2010
RedCents
i'm looking for a mac that will work with emu spikes extreme sod compile. loooking for a mac that will allow me to always follow 1 toon and assist at 98% useing mq2melee
 
I will keep a look out for you.One of these days I really sould dive into writting macro's but sseems a little intimidating heh.
 
Who needs a macro just use a downshit.

Rich (BB code):
downshit0=/if $(Me.CombatState.NotEqual["COMBAT"]}) /multiline ; /target <pc> ; /stick
downshit1=/if $(Group.Member[<name>].PctHPs}<98) ; /assist <name> ; /attack on

First one checks if combat is over and returns to sticking to the character. The second one assists the person when their hps drop below 98%. May want to tweak to your preferences it's kinda hard to target a specific mob.
 
Last edited:
Ok that syntax is jacked, here is fixed syntax using Anon's logic (missing brackets and ${Me.Sticking} to prevent stick spam)

Rich (BB code):
downshit0=/if (${Me.CombatState.NotEqual["COMBAT"]} && !${Me.Sticking}) /multiline ; /target <pc> ; /stick
downshit1=/if (${Group.Member[<name>].PctHPs}<98) ; /assist <name> ; /attack on
 
looking for macro

Users who are viewing this thread

Back
Top
Cart