diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/gm.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/battle/gm.conf b/conf/battle/gm.conf index ff0b1126a..0443875fa 100644 --- a/conf/battle/gm.conf +++ b/conf/battle/gm.conf @@ -96,6 +96,16 @@ disp_hpmeter: 0 // (Default: 0 = Disabled). gm_viewequip_min_lv: 0 +// Can GMs invite non GMs to a party? (Note 1) +// set to 'No', GMs under the party invite trust level may not invite non GMs to a party. +// set to 'Yes', All GMs can invite any player to a party. +// Also, as long as this is off, players cannot invite GMs to a party as well. +gm_can_party: no + +//The trust level for GMs to invite to a party. Any GMs ABOVE this level will be able to invite normal +//players into their party in addittion to other GMs. (regardless of gm_can_party) +gm_cant_party_max_lv: 80 + // Players Titles (check msg_athena.conf for title strings) // You may assign different titles for your Players and GMs title_lvl1: 1 |