diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle_athena.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf index 55d96f9e..574938d6 100644 --- a/conf/battle_athena.conf +++ b/conf/battle_athena.conf @@ -240,8 +240,10 @@ quest_skill_reset: no // You must have basic skills to be able to sit, trade, form a party or create a chatroom? (Note 1) basic_skill_check: yes -// When making a guild, an Emperium is consumed? (Note 1) -guild_emperium_check: yes +// Item to require when making a guild. Setting this to +// 0 will disable the check. Using item 1337 for now +// to disable creation (as it's unallocated) +guild_emperium_check: 1337 // Maximum tax limit on a guild member. guild_exp_limit: 50 |