I'm having a problem with my Rogue puller going Invis (sneak/hide) and then he stops pulling. I'm trying to set up a Shit for when he's Out of Combat and Invis. I want to execute a "/makemevisible" if he's Invised and set as Puller.
The /makemevisible command works when I type it in manually, so I know that will work. I don't care if he's not hidden between pulls as I usually set up camp in a safe spot, so that's way less of an issue than him stopping pulls.
Does anyone know what a command like that would look like? I have this but it doesn't work. I know the current code is wrong but I want it to look something like this:
Any idea what I could do to straighten this out? I'm primarily interested in having the bottom line work. The middle (Downshit0) was more for testing purposes.
Any help would be appreciated. Thanks.
The /makemevisible command works when I type it in manually, so I know that will work. I don't care if he's not hidden between pulls as I usually set up camp in a safe spot, so that's way less of an issue than him stopping pulls.
Does anyone know what a command like that would look like? I have this but it doesn't work. I know the current code is wrong but I want it to look something like this:
Downshitif=${If[!${Select[${Zone.ID},151,202,203,219,344,345,463,33480,33113]} && !${Me.Moving}
Downflag0=1
Downshit0=/if (${Me.Invis}) /echo "I'm invis"
Downflag1=1
Downshit1=/if (${Me.Invis}) /casting "/makemevisible"
Any idea what I could do to straighten this out? I'm primarily interested in having the bottom line work. The middle (Downshit0) was more for testing purposes.
Any help would be appreciated. Thanks.

