Difference between revisions of "MQ2MMOMakeGroups" - MMOBugs Wiki

 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
  
 
==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>
  
 
MQ2MMOMakeGroups.ini
 
MQ2MMOMakeGroups.ini
Line 39: Line 44:
 
Group1Member5=Goober
 
Group1Member5=Goober
 
Group1Member6=
 
Group1Member6=
 +
Group1RoleName=povar1
 
Group2Leader=Savage
 
Group2Leader=Savage
 
Group2Member2=Zeus
 
Group2Member2=Zeus
Line 45: Line 51:
 
Group2Member5=Muggle
 
Group2Member5=Muggle
 
Group2Member6=Jackwiz
 
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.