EZ Server

General Category => General Discussion => Topic started by: Kwai on February 08, 2022, 09:49:31 am



Title: MQ2Autogroup used to work?
Post by: Kwai on February 08, 2022, 09:49:31 am
Returning player from way back... (*Exited at T10*) and very rusty.

Would like to have my toons autoaccept an invite, and that used to be handled by mq2autogroup.  That no longer seems to be the case.  Is there a mechanic that will allow a hot key to invite them to group/raid and have them accept so I don't have to rotate through 12+ goons?

Woops forgot to add ... Dokk/Bronc


Title: Re: MQ2Autogroup used to work?
Post by: Ginge on February 08, 2022, 10:00:10 am
I use a hotkey that is roughly

/multiline ; /invite toon1; /invite toon2; /invite toon3;
/multiline ; /invite toon4; /invite toon5;
/bca //invite

Tank


Title: Re: MQ2Autogroup used to work?
Post by: wachna on February 08, 2022, 10:12:16 am
 http://ezserver.online/forums/index.php?topic=5757.msg71682#msg71682 (http://ezserver.online/forums/index.php?topic=5757.msg71682#msg71682)

For raids… this is helpful


Title: Re: MQ2Autogroup used to work?
Post by: Fugitive on February 08, 2022, 06:29:39 pm
Returning player from way back... (*Exited at T10*) and very rusty.

Would like to have my toons autoaccept an invite, and that used to be handled by mq2autogroup.  That no longer seems to be the case.  Is there a mechanic that will allow a hot key to invite them to group/raid and have them accept so I don't have to rotate through 12+ goons?

Woops forgot to add ... Dokk/Bronc

Hiya!!

We all coming back!!!


Title: Re: MQ2Autogroup used to work?
Post by: Poker-ecaf on February 08, 2022, 06:47:21 pm
once EZ ever EZ u cant hide from it hahha welcome back !


Title: Re: MQ2Autogroup used to work?
Post by: Sarthin on February 09, 2022, 12:24:40 pm
I just use a groupinv.mac. It's a simple macro I made, but works well for me. I am no expert on this crap, but what works, works. You can add more groups as you see fit and just change names. Run /mac groupinv.mac on your main character and it's all good
It makes the people you choose invite to a group and then your leader raid invites the group leaders.
Just setup a hot key with /mac groupinv and you are good to go after editing the names.

Also welcome back to EZ :)

Code:
Sub Main

| THIS GROUP/RAID INVITE IS FOR ALL GROUPS TO HAVE ONE CURER
| STARTING WITH GROUP INVITES THEN RAID INVITES

|Main char invite group 1
/invite name
/invite name2
/invite name3
/invite name4
/invite name5

/delay 2s

/bct name //keypress ctrl+I
/bct name2 //keypress ctrl+I
/bct name3 //keypress ctrl+I
/bct name4 //keypress ctrl+I
/bct name5 //keypress ctrl+I

/delay 2s

|Group 2 leader invite
/bct nameofgroup2leader //invite name
/bct nameofgroup2leader //invite name2
/bct nameofgroup2leader //invite name3
/bct nameofgroup2leader //invite name4
/bct nameofgroup2leader //invite name5

/delay 2s

/bct name //keypress ctrl+I
/bct name2 //keypress ctrl+I
/bct name3 //keypress ctrl+I
/bct name4 //keypress ctrl+I
/bct name5 //keypress ctrl+I

/delay 2s

|Group 3 leader invite
/bct nameofgroup3leader //invite name
/bct nameofgroup3leader //invite name2
/bct nameofgroup3leader //invite name3
/bct nameofgroup3leader //invite name4
/bct nameofgroup3leader //invite name5

/delay 2s

/bct name //keypress ctrl+I
/bct name2 //keypress ctrl+I
/bct name3 //keypress ctrl+I
/bct name4 //keypress ctrl+I
/bct name5 //keypress ctrl+I

/delay 5s


|INVITING GROUPS TO FORM A RAID


/raidinvite nameofgroup2leader
/raidinvite nameofgroup3leader

/delay 3s
/bca //raidaccept


/return


Title: Re: MQ2Autogroup used to work?
Post by: Kwai on February 12, 2022, 08:59:33 am
Thanks all.  I have it working now.

Fugitive!  One of the reasons I did the reload was seeing you coming back.  We used to deal top end pixels back in the day.   =)


Title: Re: MQ2Autogroup used to work?
Post by: Fugitive on February 12, 2022, 09:27:05 am
Thanks all.  I have it working now.

Fugitive!  One of the reasons I did the reload was seeing you coming back.  We used to deal top end pixels back in the day.   =)

It's a blast!!!
The pixels are 4k now... they like corpse piling me..  pretty sure its a new Draca feature... kill fugitive over and over to see his durability.. lol

Welcome back!!!!!


Title: Re: MQ2Autogroup used to work?
Post by: Pubis on February 19, 2022, 10:14:44 am
I'm trying to make a comeback now too (same spot in progression) but picking this up again sometimes feels like trying to program in a language I haven't used in years to solve a problem I only vaguely remember!