• 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 --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Macro check for mele attack (1 Viewer)

Joined
Feb 6, 2007
RedCents
1,473¢
Is there a code to check my auto melee attack current state / condition on / off?


subroutine does not always turn my attack back on:

Rich (BB code):
Sub checkadds

	/delay 3
	/if (${Me.CombatState.Equal[combat]}) {
	/target id ${Me.XTarget[1].ID}
	/face nolook
	/delay 3
	/attack on
	/stick loose 80%
|	/echo ${Me.XTarget} more mobs to kill, (${Target.CleanName}) is next to die.
|	/g ${Me.XTarget} more mobs to kill, (${Target.CleanName}) is next to die.
	/return
	} else /call endmacro

/return

thanks for any insight.
 
/if (${Me.XTarget[1].ID}) = I have aggro
/if (!${Me.XTarget[1].ID}) = I don't have Aggro

/if (${Me.Combat}) = I am in melee
/if (!${Me.Combat}) = I am NOT in melee
 
Macro check for mele attack

Users who are viewing this thread

Back
Top