• 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

Question - CMDF: /stop moving

Joined
Mar 20, 2024
RedCents
1,051¢
Hi everyone!

I am trying to add a line in a MQ.CMDF /multiline so one of the group members casts a certain spell. The problem I am having is that, since the whole group is usually on auto-follow behind the group leader, most of the times that certain spell fails to go off because the caster is still on the move. Is there any command to inject into that /multiline command so the character stops still before /casting ?

Thank you!
 
Hi everyone!

I am trying to add a line in a MQ.CMDF /multiline so one of the group members casts a certain spell. The problem I am having is that, since the whole group is usually on auto-follow behind the group leader, most of the times that certain spell fails to go off because the caster is still on the move. Is there any command to inject into that /multiline command so the character stops still before /casting ?

Thank you!
/squelch /multiline ; /afollow off; /stick off; /moveto off; /nav stop; /play off; /travelto stop /timed 15 /cast "blah"[/code]
 
Hi everyone!

I am trying to add a line in a MQ.CMDF /multiline so one of the group members casts a certain spell. The problem I am having is that, since the whole group is usually on auto-follow behind the group leader, most of the times that certain spell fails to go off because the caster is still on the move. Is there any command to inject into that /multiline command so the character stops still before /casting ?

Thank you!

With what you've described, I think it might help you to share this mq.cmdf so we can really see what you've got in there. For instance, if you are not passing a variable, its gonna be a bad time.
 
With what you've described, I think it might help you to share this mq.cmdf so we can really see what you've got in there. For instance, if you are not passing a variable, its gonna be a bad time.
this is gonna suck patton oswalt GIF by RJFilmSchool
 
With what you've described, I think it might help you to share this mq.cmdf so we can really see what you've got in there. For instance, if you are not passing a variable, its gonna be a bad time.
This question really doesn’t have anything to do with mq.cmdf

mq.cmdf is just a function that executes a command with a format string. So once you have the command you want to run, use the function to execute it
 
Question - CMDF: /stop moving

Users who are viewing this thread

Back
Top
Cart