Difference between revisions of "MQ2MMOMakeGroups" - MMOBugs Wiki

(initial entry)
 
 
(3 intermediate revisions by 2 users not shown)
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==
 +
<pre>
 +
In game set your group roles (ma/mt/puller) and type /grouproles roleset save NAME
 +
where NAME is whatever you want to call the role for that group.
 +
Set Group#RoleName=NAME in your ini, example below sets them to povar1 and povar2
 +
</pre>
  
MQ2PCCheck.ini
+
MQ2MMOMakeGroups.ini
 
<pre>
 
<pre>
 
[Settings]
 
[Settings]
Line 28: Line 37:
  
 
[Povar]
 
[Povar]
NumberOfGroups=1
+
NumberOfGroups=2
 
Group1Leader=Bubba
 
Group1Leader=Bubba
 
Group1Member2=Karmela
 
Group1Member2=Karmela
Line 35: Line 44:
 
Group1Member5=Goober
 
Group1Member5=Goober
 
Group1Member6=
 
Group1Member6=
 +
Group1RoleName=povar1
 +
Group2Leader=Savage
 +
Group2Member2=Zeus
 +
Group2Member3=Harry
 +
Group2Member4=Alara
 +
Group2Member5=Muggle
 +
Group2Member6=Jackwiz
 +
Group2RoleName=povar2
 
</pre>
 
</pre>
  

Latest revision as of 01:36, 29 December 2019

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

In game set your group roles (ma/mt/puller) and type /grouproles roleset save NAME
where NAME is whatever you want to call the role for that group.
Set Group#RoleName=NAME in your ini, example below sets them to povar1 and povar2

MQ2MMOMakeGroups.ini

[Settings]
Debug=0

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

Availability

This plugin is included with the MMOBugs Compile.