• 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 --->

Interested in melee assist autoatack macro (1 Viewer)

Garrethzgz

New member
Joined
May 7, 2006
RedCents
Please can someone tell me about a macro that assist a char and melee attack?? im very bad on creating macro :(
 
Something like this could work. It's *very* simplistic, though, and assumes that you've got MQ2Melee loaded and completely set up. Just replace PLAYERNAME with the name of the person to assist. The macro will assist the person listed there if you don't have a target already, and if you do have a target, if it is an NPC and if your distance to it is less than 100, you will enter the /killthis command, for MQ2Melee, which tells it to engage the mob.
Rich (BB code):
Sub Main
:loop
/if (!${Target.ID}) /assist PLAYERNAME
/delay .5s
/if (${Target.ID} && ${Target.Race.Equal[NPC]} && ${Target.Distance3D}<100) /killthis
/delay 1s
/goto :loop
/end
 
Interested in melee assist autoatack macro

Users who are viewing this thread

Back
Top