diff options
author | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-07 21:07:31 +0000 |
---|---|---|
committer | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-07 21:07:31 +0000 |
commit | 75e25456f77add4d6b38980f43fa1d0fca060d50 (patch) | |
tree | 3e14fe99f8ac51e2be510dede70c42b11bd0adab /conf/battle | |
parent | 67402d4edc42f520f50ecd87f4d34073e465251c (diff) | |
download | hercules-75e25456f77add4d6b38980f43fa1d0fca060d50.tar.gz hercules-75e25456f77add4d6b38980f43fa1d0fca060d50.tar.bz2 hercules-75e25456f77add4d6b38980f43fa1d0fca060d50.tar.xz hercules-75e25456f77add4d6b38980f43fa1d0fca060d50.zip |
* Added another GM trust config for party invitations (bugreport:2004)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13051 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-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 |