• 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

Problem - Auto group

Joined
Dec 3, 2019
RedCents
1,992¢
Ok so I have working on this thing most of the day so far got alot of it figured out but my autoaccept to group request is not working. I have a hot key made to invite my other toons.


So am I doing something wrong here? It comes up with the requeast for each one but they dont accept it
 
the directions are there if you just type /autogroup, in case you weren't aware. Could you give us a little more insight as to what isn't working right, so we can point you in the right direction please?

Most likely what you're missing is the /autoaccept piece, which is a different plugin and has it's own settings to set up one time only.
 
Im not at the comp atm, but he wants his toons to accept the invite

I use mq2autoaccept


Back at home.

I use MQ2AutoAccept to automatically accept invites and trades and such from my team
 
Last edited:
the directions are there if you just type /autogroup, in case you weren't aware. Could you give us a little more insight as to what isn't working right, so we can point you in the right direction please?

Most likely what you're missing is the /autoaccept piece, which is a different plugin and has it's own settings to set up one time only.
I have mq2autoaccept loaded
 
the directions are there if you just type /autogroup, in case you weren't aware. Could you give us a little more insight as to what isn't working right, so we can point you in the right direction please?

Most likely what you're missing is the /autoaccept piece, which is a different plugin and has it's own settings to set up one time only.
I have a hot key made saying /invite so and so four times for a group of 4. Mq2autogroup is loaded and mq2autoaccept loaded. When I hit hte group invite button it lights up the Follow and Decline button then I have to manually accept each toon into the group, where it should accept them automatically as far as I know it should anyway. And on the Plugin Manager it shows autoaccept and autogroup in green so it should be good to go. But I manually added it to each toon to make sure and still the same thing
 
In your MQ2AutoGroup.ini you should have NumberOfGroups equal to at least 1. And then you should have a [Group1] section with your server name. It should look something like the below. Does it?


INI:
[Settings]
NumberOfGroups=1
[Group1]
Server=firiona
Member1=Knightlytanks|Main Assist|Main Tank
Member2=Knightlyheals
Member3=Knightlypulls|Puller
Member4=Knightlykills
Member5=Knightlykillstoo
Member6=Knightlykillsmore
 
if you have mq2autogroup set up and mq2autoaccept set up you don't need a hotkey, the group will autoform when you log your characters in.
 
In your MQ2AutoGroup.ini you should have NumberOfGroups equal to at least 1. And then you should have a [Group1] section with your server name. It should look something like the below. Does it?


INI:
[Settings]
NumberOfGroups=1
[Group1]
Server=firiona
Member1=Knightlytanks|Main Assist|Main Tank
Member2=Knightlyheals
Member3=Knightlypulls|Puller
Member4=Knightlykills
Member5=Knightlykillstoo
Member6=Knightlykillsmore
Not even close to this
 
i myself started with looking up an INI on here or at almarsguides.. I found this easier for now, and it allowed me to see how MQ2 used my characters. Now that i have a better understanding. i am now writing my own INI's to better suite my needs.
 
Paul, if you're still having issues with this, a conversation and walk through in discord may be helpful, or a one-on-one conversation in real time? Stepping through the process is a little difficult this way, albeit possible, we can keep pursuing it certainly.
 
I'm trying to figure out how to load MQ2AutoAccept. Do I have to download something or do I just run a command in KA? I've tried this several times but can't seem to get it working. I've typed /autoaccept group on for all my characters to enable this and then on my main I send a command to invite each character but they still don't auto accept.
 
/plugin mq2autoaccept load

On each character. Next time it will be loaded automatically.

Or set
Mq2autoaccept=1

In your macroquest.ini before starting MQ.
 
I'm trying to figure out how to load MQ2AutoAccept. Do I have to download something or do I just run a command in KA? I've tried this several times but can't seem to get it working. I've typed /autoaccept group on for all my characters to enable this and then on my main I send a command to invite each character but they still don't auto accept.

Setting up accounts to load/adding the autoaccept using EQBCS
Code:
/bcaa //plugin mq2autoaccept load
/bcaa //autoaccept add ${Me.CleanName}
/bcaa //save

Then have a social
Code:
/invite char1
/invite char2
/invite char3
/invite char4
/invite char5
5 lines in the social matches up nicely with the 5 characters for a group

If you are like me an sometimes changes the group around
Code:
/multiline ; /invite char1; /invite char2;
/multiline ; /invite char3; /invite char4;
/multiline ; /invite char5; /invite char6;
/multiline ; /invite char7; /invite char8;
Here you see a few characters being invited, if not online EQ will just say not online and move on.

Accept group social. Dangerous if running multiple groups, clears the target and accept the invite if autoaccept failed. Should not be needed. autoaccept does the job if setup correctly.
Code:
/bcaa //multiline ; /target clear; /invite;
/invite
Allows the group leader to invite their current target or specified character to the group. If you have a pending group invite and do not have another character targeted this command accepts the group invite.
 
You need to add characters to your safe list or autoaccept will do nothing. Easiest way to do this and save it while everyone is logged in is


/bcaa //autoaccept add "Charactername"
Repeat until all characters added
/bcaa //autoaccept save
 
Problem - Auto group

Users who are viewing this thread

Back
Top
Cart