• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Problem - Puller not pulling?

Joined
Jun 6, 2017
RedCents
455¢
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:

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.
 
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:

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.
so you have something that makes him invis and want to find a way to make him visible. Shouldnt it be easier to remove the thing that makes him go invis? probably something in mq2melee ?
 
maybe
Downshit1=/if (${Me.Invis}) /makemevisible
I tried that initially and it didn't work, so I switched to the other syntax since a lot of the other examples I saw were formatted that way. That didn't work either, unfortunately. Thanks for the idea though.

so you have something that makes him invis and want to find a way to make him visible. Shouldnt it be easier to remove the thing that makes him go invis? probably something in mq2melee ?
It's the sneak/hide combo that the rogue uses. Most of the time it doesn't happen out-of-combat but sometimes his attacks finish with him prepping for the next backstab and then the mob dies with him still invis.

I tried forcing a /makemevisible command in the buffs section but if he's invis then he's already stuck and paused and nothing gets cast. I was hoping to handle it with Downshit for that reason.
 
Problem - Puller not pulling?

Users who are viewing this thread

Back
Top
Cart