root/conf/battle/guild.conf @ 4

Revision 1, 2.8 kB (checked in by jinshiro, 17 years ago)
Line 
1//      ______  __    __                                 
2//     /\  _  \/\ \__/\ \                               
3//   __\ \ \L\ \ \ ,_\ \ \___      __    ___      __     
4// /'__`\ \  __ \ \ \/\ \  _ `\  /'__`\/' _ `\  /'__`\   
5///\  __/\ \ \/\ \ \ \_\ \ \ \ \/\  __//\ \/\ \/\ \L\.\_
6//\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
7// \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
8//  _   _   _   _   _   _   _     _   _   _   _   _   _
9// / \ / \ / \ / \ / \ / \ / \   / \ / \ / \ / \ / \ / \
10//( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
11// \_/ \_/ \_/ \_/ \_/ \_/ \_/   \_/ \_/ \_/ \_/ \_/ \_/
12//
13//--------------------------------------------------------------
14// eAthena Battle Configuration File
15// Originally Translated by Peter Kieser <pfak@telus.net>
16// Made in to plainer English by Ancyker
17//--------------------------------------------------------------
18// Note 1: Value is a config switch (on/off, yes/no or 1/0)
19// Note 2: Value is in percents (100 means 100%)
20//--------------------------------------------------------------
21
22// When making a guild, an Emperium is consumed? (Note 1)
23guild_emperium_check: yes
24
25// Maximum tax limit on a guild member.
26guild_exp_limit: 50
27
28// Maximum castles one guild can own (0 = unlimited)
29guild_max_castles: 0
30
31// Activate guild skills delay by relog? (Note 1)
32// Oficial setting is "no" but this prevent the abuse of skiping the 5 minutes delay on guild master relog.
33guild_skill_relog_delay: no
34
35// Damage adjustments for WOE battles against defending Guild monsters (Note 2)
36castle_defense_rate: 100
37
38// Melee damage adjustments (non skills) for WoE battles (Guild Vs Guild) (Note 2)
39gvg_short_attack_damage_rate: 80
40
41// Ranged damage adjustments (non skills) for WoE battles (Guild Vs Guild) (Note 2)
42gvg_long_attack_damage_rate: 80
43
44// Weapon skills damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
45gvg_weapon_attack_damage_rate: 60
46
47// Magic skills damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
48gvg_magic_attack_damage_rate: 60
49
50// Misc skills damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
51gvg_misc_attack_damage_rate: 60
52
53// Flee penalty on gvg grounds. Official value is 20 (Note 2)
54// NOTE: It's %, not absolute, so 20 is -20% of your total flee
55gvg_flee_penalty: 20
56
57// When the emperium is broken during WoE, how long before the announcement
58// displaying the new castle-occupants? (in miliseconds)
59gvg_eliminate_time: 7000
60
61// Can the 'Glory of Guild' skill be learnt in the Guild window,
62// and does changing emblems require it? (Note 1)
63// P.S: This skill is not implemented on official servers
64require_glory_guild: no
65
66// Limit Guild alliances. Value is 0 to 3.
67// If you want to change this value, clear the guild alliance table.
68// Default is 3
69max_guild_alliance: 3
Note: See TracBrowser for help on using the browser.