• 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 - Report quest updates on all toons

Joined
May 13, 2007
RedCents
9,002¢
Is there any way to have all of my toons report their quest updates to my main box without having to switch to their window to see if they got the update on each one?
 
Solution
You can use mq2events for that on the toons you need to know.

[CODE lang="ini" title="mq2events"][taskupdate]
trigger="Your task '#1#' has been updated#*#"
command=/bc Task Update ${EventArg1} now on step ${Task[${EventArg1}].Step.Index}:${Task[${EventArg1}].Step}.
[/CODE]

That will relay update message to your MQ window
You can use mq2events for that on the toons you need to know.

[CODE lang="ini" title="mq2events"][taskupdate]
trigger="Your task '#1#' has been updated#*#"
command=/bc Task Update ${EventArg1} now on step ${Task[${EventArg1}].Step.Index}:${Task[${EventArg1}].Step}.
[/CODE]

That will relay update message to your MQ window
 
Solution
You can use mq2events for that on the toons you need to know.

[CODE lang="ini" title="mq2events"][taskupdate]
trigger="Your task '#1#' has been updated#*#"
command=/bc Task Update ${EventArg1} now on step ${Task[${EventArg1}].Step.Index}:${Task[${EventArg1}].Step}.
[/CODE]

That will relay update message to your MQ window

Awesome, thank you!
 
Question - Report quest updates on all toons

Users who are viewing this thread

Back
Top
Cart