View Single Post
08-04-21, 08:56 PM   #1
JahirahDK
An Aku'mai Servant
 
JahirahDK's Avatar
Join Date: Sep 2020
Posts: 38
Conditional inheritance

I've been wanting to ask how a macro such as this would work.... if at all....
My question centers around the [group/nogroup] and whether or not they apply to the subsequent conditionals?
Code:
/cast [group][@focus,exists,nodead][@mouseover,exists,nodead,harm][] Counter Shot
/cast [nogroup][exists][nodead][harm][] Counter Shot
Would this kind of macro work or do you need to add "group" to the individual conditional statements?
__________________
//Jahirah

Last edited by JahirahDK : 08-04-21 at 08:59 PM.
  Reply With Quote