• 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 - i would like to create a macro that creates a zone instance, but i cannot find the command to "Send Everyone" to the expedition

Joined
Apr 24, 2024
RedCents
230¢
Hello am playing on an EMU server. I would like to create a macro that

1. creates an instance
2. clicks "Send Everyone " ---- i cannot find the command for this. and i dont want to manually click the link in the chat window everytime


thank you
 
Solution
Does this happen to be Profusion? (It looks similar) If yes, they have an #sendmeexpedition and #sendeveryoneexpedition command that you can use to send yourself or your team.
thank you let me try that!

it didnt work. i am using Dannet so DGGA works but the /yes command does nothing.

the choices are "I'm Ready " and "Send everyone"

any help will do please.
do you have the alias in your macroqueset.ini for /yes?


INI:
/yes=/multiline ; /squelch /notify LargeDialogWindow LDW_YesButton leftmouseup ; /squelch /notify LargeDialogWindow LDW_OKButton leftmouseup ; /squelch /notify ConfirmationDialogBox CD_Yes_Button leftmouseup ; /squelch /notify ConfirmationDialogBox CD_OK_Button leftmouseup ; /squelch /notify TradeWND TRDW_Trade_Button leftmouseup ; /squelch /notify GiveWnd GVW_Give_Button leftmouseup ; /squelch /notify ProgressionSelectionWnd ProgressionTemplateSelectAcceptButton leftmouseup ; /squelch /notify TaskSelectWnd TSEL_AcceptButton leftmouseup ; /squelch /notify RaidWindow RAID_AcceptButton leftmouseup



but, you can use the window inspector (from the title bar of the mq console) and then you can check to see what the actual window and window element is, and then you can make a hotkey like that
 
is it an NPC you're interacting with? So the lines you mentioned are text responses while targeting the NPC?

you could do it a couple of ways.

Code:
/dgz /tar ${Target.ID}
/dgz /say "I'm Ready"
(instead of dgz, could also use dga, dgga based on your preference)

the "send everyone" line sounds like you just need to target the npc and say that on your main char and it sends your whole group, so don't need your group members to interact, but dunno.
 
is it an NPC you're interacting with? So the lines you mentioned are text responses while targeting the NPC?

you could do it a couple of ways.

Code:
/dgz /tar ${Target.ID}
/dgz /say "I'm Ready"
(instead of dgz, could also use dga, dgga based on your preference)

the "send everyone" line sounds like you just need to target the npc and say that on your main char and it sends your whole group, so don't need your group members to interact, but dunno.
he said "clicks" so i assumed he meant a popup window - but yeah maybe he means "clicking the dialog" [I'm Ready] and [Send Everyone]. good thinking.

if that is the case you can just /say Send Everyone from your driver
 
Does this happen to be Profusion? (It looks similar) If yes, they have an #sendmeexpedition and #sendeveryoneexpedition command that you can use to send yourself or your team.
 
Solution
as a follow up.. there are other NPCs that give clickable text links (in purple)..how do i make a macro to click those when i cannot find the # equivalent?

here is another example

i want to click "Loot by Filter" . i cannot find the # equivalent.

thank you!

test 2.jpg
 
Typically you just have to have the NPC targeted and say the purple text. The clicking of the text just has your character say the text/text phrase. Hence the suggest of sending group commands to target the NPC and say the key phrase.

If your MQ build supports the MQ2Groupinfo plugin, there is the "mimic me" option. Activating it causes your other toons to click/save what ever your driver is doing.

How ever since this is an EMU server --shrugs-- Does the EMU openly support MQ? If so you can probable find support on their forums/discord specific to using MQ on their server. Not to say don't ask here, just pointing to more avenues that may yield the information you are seeking, or present it in a way that makes more sense to you.
 
Question - i would like to create a macro that creates a zone instance, but i cannot find the command to "Send Everyone" to the expedition

Users who are viewing this thread

Back
Top
Cart