Difference between revisions of "MQ2MMOMakeGroups" - MMOBugs Wiki

(correct ini file name and expand example ini)
Line 19: Line 19:
 
This command will create groups defined in the [povar] section in MQ2MMOMakeGroups.ini
 
This command will create groups defined in the [povar] section in MQ2MMOMakeGroups.ini
 
* <span class="highlight2">/makegroups povar</span>
 
* <span class="highlight2">/makegroups povar</span>
 +
 +
If you want to make all your groups at login, you can add such a command to your autoexec.cfg file.
 +
 +
If using eqbc, you could even do this after your toons are logged in:  /bcaa //makegroups povar
  
 
==Sample Configuration==
 
==Sample Configuration==

Revision as of 13:03, 9 July 2018

Plugin Info
Name MQ2MMOMakeGroups
Author MMOBugs
Link Wiki Link
Commands /makegroups
Source Available No
Uses INI File Yes

Description

Creates groups based on configuration file.

Commands

  • /makegroups GroupConfigName | debug
  • GroupConfigName Creates groups configured by [GroupConfigName] section in MQ2MMOMakeGroups.ini
  • debug Toggles debug output

Example Usage

This command will create groups defined in the [povar] section in MQ2MMOMakeGroups.ini

  • /makegroups povar

If you want to make all your groups at login, you can add such a command to your autoexec.cfg file.

If using eqbc, you could even do this after your toons are logged in: /bcaa //makegroups povar

Sample Configuration

MQ2MMOMakeGroups.ini

[Settings]
Debug=0

[Povar]
NumberOfGroups=2
Group1Leader=Bubba
Group1Member2=Karmela
Group1Member3=Leroy
Group1Member4=Fry
Group1Member5=Goober
Group1Member6=
Group2Leader=Savage
Group2Member2=Zeus
Group2Member3=Harry
Group2Member4=Alara
Group2Member5=Muggle
Group2Member6=Jackwiz

Availability

This plugin is included with the MMOBugs Compile.