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

Macro - How to target Combat Dummys in macros? (1 Viewer)

EndlessX

New member
Joined
Jun 2, 2018
RedCents
Currently my macro reads something like this...
/if (${Target.Type.Equal[NPC]} && !${Me.ActiveDisc.ID} && ${Me.CombatAbilityReady[${Spell[Phantom Assailant].RankName}]}) /disc Phantom Assailant Rk. II
So if target is a NPC is the problem. Combat dummys are not NPCs. I don't know what they are but I need something that says
/if (${Target.Type.Equal[NPC]} (or a combat dummy) && !${Me.ActiveDisc.ID} && ${Me.CombatAbilityReady[${Spell[Phantom Assailant].RankName}]}) /disc Phantom Assailant Rk. II. Does anyone know what target.type a combat dummy is?
 
Macro - How to target Combat Dummys in macros?

Users who are viewing this thread

Back
Top