Difference between revisions of "MQ2AutoGroup" - MMOBugs Wiki

 
(33 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{plugin}}
 
{{plugin}}
 +
{{Pluginbox
 +
| name = MQ2AutoGroup
 +
| author = [[User:Rusty|Rusty]] / [[User:htw|htw]]
 +
| link = [http://www.mmobugs.com/forums/everquest-macroquest2-compiles-plugins-and-offsets/2888-plugin-mq2autogroup.html Forum Link]
 +
| commands=/autogroup
 +
| source = Yes
 +
| usesini = Yes
 +
}}
 +
==Description==
 +
<font class="highlight">MQ2AutoGroup</font> is a plug-in that allows you to assign a list of player names that the plugin should automatically accept group/raid invites from. Those names are saved each session to the .ini file.  It can handle up to 100 names. The plugin will wait for two seconds before accepting a group invite. It will wait three seconds before accepting a raid invite.
  
== Description ==
+
==Commands==
  
'''MQ2AutoGroup''' is a plug-in that allows you to assign controllers via an .ini file and the plugin will automatically accept group/raid invites from those listed in the .ini file.  It can handle up to 20 controllers.
+
* <span class="highlight2">/autogroup</span> Shows current status.
 +
* <span class="highlight2">/autogroup help</span> Help screen, shows all commands.
 +
* <span class="highlight2">/autogroup on</span> Turns automatic group or raid accept on.
 +
* <span class="highlight2">/autogroup off</span> Turns automatic group or raid accept off.
 +
* <span class="highlight2">/autogroup guild</span> Toggles automatic group or raid accept, for guild members.
 +
* <span class="highlight2">/autogroup auto</span> Toggles automatic adding of names to your autogroup list, for any account/toon you log into game on your system.
 +
* <span class="highlight2">/autogroup save</span> Saves INI & names list.
 +
* <span class="highlight2">/autogroup load</span> Reloads the INI file.
 +
* <span class="highlight2">/autogroup add <playername></span> Adds ''playername'' to the list of player names to accept invitations from.
 +
* <span class="highlight2">/autogroup del <playername></span> Deletes ''playername'' to the list of player names to accept invitations from.
 +
* <span class="highlight2">/autogroup clear</span> Clears all names from the list of player names to accept invitations from.
 +
* <span class="highlight2">/autogroup list</span> Lists all player names to accept invitations from.
  
 +
==Configuration==
  
== Commands ==
+
MQ2AutoGroup is configured via an .ini file. If the file doesn't exist or there are no names in the file, the plugin will not do anything until names are added.
  
There are no commands with this plugin.
+
The .ini configuration can hold up to 100 names, numbered Name0 .. Name99. Each name represents a player name that the plugin will automatically accept a group invite from.
  
 +
==Video==
  
== Where can I find this plugin? ==
+
{{#ev:youtube|https://youtu.be/5olchUpTEp4}}
  
This plugin is included with the MMOBugs Compile.
+
<br /><br />
 
 
 
 
== Sample/Example ==
 
  
 +
===Example Configuration===
 
MQ2Autogroup.ini
 
MQ2Autogroup.ini
<pre>AutoGroup=on  
+
<pre>[Settings]
 +
AutoGroup=on
 +
AutoGroupGuild=off
 +
AutoAdd=on
  
 
[Names]  
 
[Names]  
 
Name0=bob  
 
Name0=bob  
 
Name1=fred  
 
Name1=fred  
Name2=harry
+
Name2=harry</pre>
</pre>
+
 
 +
==Availability==
 +
 
 +
This plugin is included with the MMOBugs Compile.

Latest revision as of 18:40, 21 August 2020

Plugin Info
Name MQ2AutoGroup
Author Rusty / htw
Link Forum Link
Commands /autogroup
Source Available Yes
Uses INI File Yes

Description

MQ2AutoGroup is a plug-in that allows you to assign a list of player names that the plugin should automatically accept group/raid invites from. Those names are saved each session to the .ini file. It can handle up to 100 names. The plugin will wait for two seconds before accepting a group invite. It will wait three seconds before accepting a raid invite.

Commands

  • /autogroup Shows current status.
  • /autogroup help Help screen, shows all commands.
  • /autogroup on Turns automatic group or raid accept on.
  • /autogroup off Turns automatic group or raid accept off.
  • /autogroup guild Toggles automatic group or raid accept, for guild members.
  • /autogroup auto Toggles automatic adding of names to your autogroup list, for any account/toon you log into game on your system.
  • /autogroup save Saves INI & names list.
  • /autogroup load Reloads the INI file.
  • /autogroup add <playername> Adds playername to the list of player names to accept invitations from.
  • /autogroup del <playername> Deletes playername to the list of player names to accept invitations from.
  • /autogroup clear Clears all names from the list of player names to accept invitations from.
  • /autogroup list Lists all player names to accept invitations from.

Configuration

MQ2AutoGroup is configured via an .ini file. If the file doesn't exist or there are no names in the file, the plugin will not do anything until names are added.

The .ini configuration can hold up to 100 names, numbered Name0 .. Name99. Each name represents a player name that the plugin will automatically accept a group invite from.

Video



Example Configuration

MQ2Autogroup.ini

[Settings]
AutoGroup=on 
AutoGroupGuild=off
AutoAdd=on

[Names] 
Name0=bob 
Name1=fred 
Name2=harry

Availability

This plugin is included with the MMOBugs Compile.