diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-09 04:11:30 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-09 04:11:30 +0000 |
commit | b53b29469f5c27f3715f7f31f61e33a387de7663 (patch) | |
tree | ddad25bf34a0df958fb2d78028606527d18823d1 /conf | |
parent | d0f11e8df04bd9f791e93e616ca816c79c8158ba (diff) | |
download | hercules-b53b29469f5c27f3715f7f31f61e33a387de7663.tar.gz hercules-b53b29469f5c27f3715f7f31f61e33a387de7663.tar.bz2 hercules-b53b29469f5c27f3715f7f31f61e33a387de7663.tar.xz hercules-b53b29469f5c27f3715f7f31f61e33a387de7663.zip |
New Battle Config: gm.conf/atcommand_max_stat_bypass for bugreport:3301
-- Allows you to choose whether your gms can bypass your server's max stat limit or not.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15046 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/gm.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/battle/gm.conf b/conf/battle/gm.conf index 21b54f386..d345b3978 100644 --- a/conf/battle/gm.conf +++ b/conf/battle/gm.conf @@ -56,6 +56,10 @@ gm_kick_chat: no // set to 'Yes', Normal players (gm level 0) can never use a GM command even if you set the command level to 0. atcommand_gm_only: no +// (@) @allstats/@str/@agi/@vit/@int/@dex/@luk +// allow gms to bypass the maximum stat parameter? ( if yes gm stats can go up to 32k ) default: no +atcommand_max_stat_bypass: no + // Is the character of a GM account set as the object of a display by @ command etc. or not? hide_GM_session: no |