• 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'm stupid. Accept missions from npc

jhw668

No slaughter without laughter
Joined
Feb 11, 2021
RedCents
1,385¢
Okay, running a box group. Mimic Me to hail, and do the dialogue with npcs. I have autoaccept setup for my guys, but how do I get it to accept a mission that is coming from an npc? /yes doesn't work. I know there is something I'm just missing in my searches. Using dannet and cwtn plugins for the group if that makes any difference.
 
Solution
Okay, running a box group. Mimic Me to hail, and do the dialogue with npcs. I have autoaccept setup for my guys, but how do I get it to accept a mission that is coming from an npc? /yes doesn't work. I know there is something I'm just missing in my searches. Using dannet and cwtn plugins for the group if that makes any difference.
/dgga /yes
Okay, running a box group. Mimic Me to hail, and do the dialogue with npcs. I have autoaccept setup for my guys, but how do I get it to accept a mission that is coming from an npc? /yes doesn't work. I know there is something I'm just missing in my searches. Using dannet and cwtn plugins for the group if that makes any difference.
/dgga /yes
 
Solution
I told you it was because I was stupid. I had made my yes key using /cwtna instead of /dgga
 
jhw668

From these forums I got this. Just makes life easier. 2 separate buttons/socials.

-Accept Adventure for All -
/dgga /notify largedialogwindow "LDW_YesButton" leftmouseup

-Accept Task for All -
/dgga /notify TaskSelectWnd TSEL_AcceptButton leftmouseup

Vrak
 
jhw668

From these forums I got this. Just makes life easier. 2 separate buttons/socials.

-Accept Adventure for All -
/dgga /notify largedialogwindow "LDW_YesButton" leftmouseup

-Accept Task for All -
/dgga /notify TaskSelectWnd TSEL_AcceptButton leftmouseup

Vrak
they are aliases for mq

/yes
and
/no

you don't need those whacky buttons

but you can make /dgga /yes and /dgga /no
 
Sic

/yes will activate "Accept"? Hmm I didn't know that. Learn something new every day playing this game.

Vrak
 
Sic

/yes will activate "Accept"? Hmm I didn't know that. Learn something new every day playing this game.

Vrak
/yes clicks the "LDW_YesButton" it is just an alias for that thing you shared above, and all the other sorts of "click this thing to affirm you want to do the thing" buttons

Less:
/alias /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

Less:
/alias /no /multiline ; /squelch /notify LargeDialogWindow LDW_NoButton leftmouseup ; /squelch /notify ConfirmationDialogBox CD_No_Button leftmouseup ; /squelch /notify ConfirmationDialogBox CD_Cancel_Button leftmouseup ; /squelch /notify TradeWND TRDW_Cancel_Button leftmouseup ; /squelch /notify GiveWnd GVW_Cancel_Button leftmouseup ; /squelch /notify ProgressionSelectionWnd ProgressionTemplateSelectCancelButton leftmouseup ; /squelch /notify TaskSelectWnd TSEL_DeclineButton leftmouseup ; /squelch /notify RaidWindow RAID_DeclineButton leftmouseup
 
Sic

So I take it you enter those lines in chat and that writes the alias to a file (not sure which one). Seems easy enough.
Thanks for answering my questions. So you go ahead and make 2 new yes and no buttons?

Vrak
 
Sic

So I take it you enter those lines in chat and that writes the alias to a file (not sure which one). Seems easy enough.
Thanks for answering my questions. So you go ahead and make 2 new yes and no buttons?

Vrak
I would double check they don't already exist

/alias list
 
Sic

Lol I have 97 aliases listed. And yes the ones you listed above are included. Thanks man appreciate the info.

Vrak
 
Question - I'm stupid. Accept missions from npc

Users who are viewing this thread

Back
Top
Cart