View Single Post
04-20-20, 09:21 PM   #1
hasnogaems
A Flamescale Wyrmkin
 
hasnogaems's Avatar
Join Date: Apr 2016
Posts: 109
Add shift modifier here?

I have
Code:
/targetenemyplayer
/startattack
for targeting enemy players.
And
Code:
/targetenemy
/startattack
for targeting all types of hostile, in a separate macro binded at the same button as 1st macro + shift.

Can I add shift modifier in first macro and make them 1 macro? Something like:
Code:
/targetenemyplayer
/[mod:shift] targetenemy
/startattack
  Reply With Quote