Difference between revisions of "MQ2AutoGroup" - MMOBugs Wiki

Line 4: Line 4:
 
| author = [[User:Rusty|Rusty]]
 
| author = [[User:Rusty|Rusty]]
 
| link = [http://www.mmobugs.com/forums/everquest-macroquest2-compiles-plugins-and-offsets/2888-plugin-mq2autogroup.html Forum Link]
 
| link = [http://www.mmobugs.com/forums/everquest-macroquest2-compiles-plugins-and-offsets/2888-plugin-mq2autogroup.html Forum Link]
 +
| commands=/autogroup
 
| source = Yes
 
| source = Yes
 
| usesini = Yes
 
| usesini = Yes
 
}}
 
}}
 
 
==Description==
 
==Description==
 
'''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 50 controllers.
 
'''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 50 controllers.
 +
 +
The plugin will also automatically accept raid invites from players listed in the .ini file as well.
 +
 +
The plugin will wait for two seconds before accepting a group invite. It will wait three seconds before accepting a raid invite.
  
 
==Commands==
 
==Commands==
  
There are no commands with this plugin.
+
* <font color="lightgreen">'''/autogroup on'''</font> Turns automatic group or raid accept on.
 
+
* <font color="lightgreen">'''/autogroup off'''</font> Turns automatic group or raid accept off.
 +
* <font color="lightgreen">'''/autogroup ''<playername>'''''</font> Adds ''playername'' to the list of player names to accept invitations from.
  
 
==Availability==
 
==Availability==
Line 22: Line 27:
 
==Configuration==
 
==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.
+
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.
  
 +
The .ini configuration can hold up to 50 names, numbered Name0 .. Name20. Each name represents a player name that the plugin will automatically accept a group invite from.
 +
 +
===Example Configuration===
 
MQ2Autogroup.ini
 
MQ2Autogroup.ini
 
<pre>[Settings]
 
<pre>[Settings]
Line 32: Line 40:
 
Name1=fred  
 
Name1=fred  
 
Name2=harry</pre>
 
Name2=harry</pre>
 
The INI configuration can hold up to 50 names, numbered Name0 .. Name20. Each name represents a player name that the plugin will automatically accept a group invite from.
 

Revision as of 18:10, 25 September 2008

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

Description

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 50 controllers.

The plugin will also automatically accept raid invites from players listed in the .ini file as well.

The plugin will wait for two seconds before accepting a group invite. It will wait three seconds before accepting a raid invite.

Commands

  • /autogroup on Turns automatic group or raid accept on.
  • /autogroup off Turns automatic group or raid accept off.
  • /autogroup <playername> Adds playername to the list of player names to accept invitations from.

Availability

This plugin is included with the MMOBugs Compile.

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.

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

Example Configuration

MQ2Autogroup.ini

[Settings]
AutoGroup=on 

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