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

Question - /command to clear target? (1 Viewer)

Joined
Oct 5, 2012
RedCents
2,264¢
Working on refining some of my macros, particularly my healer macro, because I've run into a small problem. When nuking sometimes healer will attempt to cast heals to quickly and have the NPC still targeted. Figure I could solve this is I had a /cleartarget line in the macro in a few places, but I can't remember if/what the command is. I also dont remember if it was an EQ normal /command or MQ2 exclusive.

Anyone help me out? Thanks a lot!
 
/casting "Burst of Life" alt -targetid|${Group.MainTank.ID}

/casting "Fifteenth Emblem" Rk. III" -targetid|${Group.MainTank.ID}

/casting "Glorious Judgement Rk. III" -targetid|${Me.GroupAssistTarget.ID}

You can even make a WoW style healer by using ${Group.MouseOver.ID} in Downshits... like

Rich (BB code):
Downshit6=/if (${Bool[${Group.MouseOver.ID}]} && ${Spawn[${Group.MouseOver.ID}].PctHPs}<40 && !${Me.Moving} && !${Me.Stunned} && ${Me.SpellReady[Fifteenth Emblem Rk. III]}) /casting "Fifteenth Emblem Rk. III" -targetid|${Group.MouseOver.ID}
Downshit7=/if (${Bool[${Group.MouseOver.ID}]} && ${Spawn[${Group.MouseOver.ID}].PctHPs}<65 && !${Me.Moving} && !${Me.Stunned} && ${Me.SpellReady[Spiritual Remedy Rk. III]}) /casting "Spiritual Remedy Rk. III" -targetid|${Group.MouseOver.ID}
Downshit8=/if (${Bool[${Group.MouseOver.ID}]} && ${Spawn[${Group.MouseOver.ID}].PctHPs}<60 && !${Me.Moving} && !${Me.Stunned} && ${Me.SpellReady[Graceful Remedy Rk. III]}) /casting "Graceful Remedy Rk. III" -targetid|${Group.MouseOver.ID}
 
Question - /command to clear target?

Users who are viewing this thread

Back
Top