Targeting Macro

Hello!

I kinda dislike tab targeting and would rather automate that? So first I came up with this:

#show

/targetenemy [noexists] —> if i dont have a target, TAB

/cast someSkill

Alas, game seems to think unselected, lootable corpses are targets so I changed it to

#show

/targetenemy [dead] [noexists] —> now it tabs if the ‘target’ is dead or doesnt exist

/cast someSkill

But now I came with an even better version! There are times I draw 2 or more mobs and I want to change targets and say… cast dots on all of em? So now the macro is like:

#show

/targetenemy [mod] [dead] [noexists] —> switches target when I hold Alt, Shift or Control

/cast someSkill

I also added a few things that are class related like sending pet to attack and start auto attack since spells wont… start your auto attack for some reason and pets on ‘assist’ are kinda dumb and I rather send them when I am casting something and keep them on passive.

#show

/targetenemy [mod] [dead] [noexists]

/petattack

/cast someSkill

/startattack

Of course, in some situations you cant go crazy on just spammin it since… you might aggro bosses and stuff? So use it with responsibility!