Bard Kitting /Target next

kally

Premium Member
Joined
Feb 12, 2009
Messages
9
Reaction score
3
Points
3
I like to kite 4-10 mobs at a time. I want to be able to auto target the next mob after the first mob dies. Top down Xtar

Please talk to me like I'm new and how to set it up. and in game image of macro would be helpful please.

Thank you =)
 
  • Like
Reactions: EQDAB
/target ${Me.XTarget[1]} then /target ${Me.XTarget[2]} and so on?

Think there is a hotkey in EverQuest options you can bind to cycle through targets too
 
  • Like
Reactions: EQDAB
sub main
:mainloop
/if (!${Target.ID} && ${Me.XTarget[1].ID}) /target id ${Me.XTarget[1].ID}
/goto :mainloop
/return



put that into a notepad (or any other text editor) and save as target.mac or whatever you want .mac. put in macro folder.
 
  • Love
Reactions: EQDAB