root/conf/battle_athena.conf

Revision 1, 2.1 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// Splitted up into multiple files by Skotlex.
18//--------------------------------------------------------------
19
20//General battle-related settings.
21import: conf/battle/battle.conf
22
23//Settings specific to the client.
24import: conf/battle/client.conf
25
26//General drop-related configs.
27import: conf/battle/drops.conf
28
29//Experience rates, exp penalties, stats and max level settings.
30import: conf/battle/exp.conf
31
32//GM levels, atcommands and hack-related configs.
33import: conf/battle/gm.conf
34
35//Guild and WoE settings
36import: conf/battle/guild.conf
37
38//Item/card-specific and crafting related options.
39import: conf/battle/items.conf
40
41//Mob related configuration
42import: conf/battle/monster.conf
43
44//Party related configuration
45import: conf/battle/party.conf
46
47//Pet related configuration
48import: conf/battle/pet.conf
49
50//Homunc related configuration
51import: conf/battle/homunc.conf
52
53//Player specific settings
54import: conf/battle/player.conf
55
56//Skill related settings
57import: conf/battle/skill.conf
58
59//Status change related settings
60import: conf/battle/status.conf
61
62// Anything else that didn't fit anywhere else.
63// Includes duel, day/night, mute/manner, log settings.
64import: conf/battle/misc.conf
65
66//Your custom config goes here.
67import: conf/import/battle_conf.txt
Note: See TracBrowser for help on using the browser.