diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-14 01:18:19 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-14 01:18:19 +0000 |
commit | bcb283d696d5ec4d7b6a2dfd2ba52cf2a3011fb4 (patch) | |
tree | 23d639da18bafca939801a7f19da655084e1ecc0 /conf/battle/guild.conf | |
parent | f4d4a5e61a464944482c11daeeb379808445483c (diff) | |
download | hercules-bcb283d696d5ec4d7b6a2dfd2ba52cf2a3011fb4.tar.gz hercules-bcb283d696d5ec4d7b6a2dfd2ba52cf2a3011fb4.tar.bz2 hercules-bcb283d696d5ec4d7b6a2dfd2ba52cf2a3011fb4.tar.xz hercules-bcb283d696d5ec4d7b6a2dfd2ba52cf2a3011fb4.zip |
- Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_guild_alliance.
- Added a code to activate a Kill Steal protection and the required mapflags.
* (I will explain this later on forums).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12203 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle/guild.conf')
-rw-r--r-- | conf/battle/guild.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/battle/guild.conf b/conf/battle/guild.conf index 9fa3fb424..4f714f8ed 100644 --- a/conf/battle/guild.conf +++ b/conf/battle/guild.conf @@ -62,3 +62,8 @@ gvg_eliminate_time: 7000 // and does changing emblems require it? (Note 1) // P.S: This skill is not implemented on official servers require_glory_guild: no + +// Limit Guild alliances. Value is 0 to 3. +// If you want to change this value, clear the guild alliance table. +// Default is 3 +max_guild_alliance: 3 |