Difference between revisions of "MQ2AutoGroup" - MMOBugs Wiki

Line 16: Line 16:
 
* <font class="highlight2">/autogroup off</font> Turns automatic group or raid accept off.
 
* <font class="highlight2">/autogroup off</font> Turns automatic group or raid accept off.
 
* <font class="highlight2">/autogroup <playername></font> Adds ''playername'' to the list of player names to accept invitations from.
 
* <font class="highlight2">/autogroup <playername></font> Adds ''playername'' to the list of player names to accept invitations from.
 
==Availability==
 
 
This plugin is included with the MMOBugs Compile.
 
  
 
==Configuration==
 
==Configuration==
Line 36: Line 32:
 
Name1=fred  
 
Name1=fred  
 
Name2=harry</pre>
 
Name2=harry</pre>
 +
 +
==Availability==
 +
 +
This plugin is included with the MMOBugs Compile.

Revision as of 18:28, 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 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 50 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 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.

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 50 names, numbered Name0 .. Name50. 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

Availability

This plugin is included with the MMOBugs Compile.