root/conf/battle/client.conf @ 1

Revision 1, 4.9 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// Set here which client version do you accept. Add all values of clients:
23// Clients older than accepted versions, and versions not set to 'accepted'
24// here will be rejected when logging in
25// 0x0001: Clients older than 2004-09-06aSakray (packet versions 5-9)
26// 0x0002: 2004-09-06aSakexe (version 10)
27// 0x0004: 2004-09-20aSakexe (version 11)
28// 0x0008: 2004-10-05aSakexe (version 12)
29// 0x0010: 2004-10-25aSakexe (version 13)
30// 0x0020: 2004-11-29aSakexe (version 14)
31// 0x0040: 2005-01-10bSakexe (version 15)
32// 0x0080: 2005-05-09aSakexe (version 16)
33// 0x0100: 2005-06-28aSakexe (version 17)
34// 0x0200: 2005-07-18aSakexe (version 18)
35// 0x0400: 2005-07-19bSakexe (version 19)
36// 0x0800: 2006-03-27aSakexe (version 20)
37// 0x1000: 2007-01-08aSakexe (version 21)
38// 0x2000: 2007-02-12aSakexe (version 22)
39// default value: 0xFFFF (all clients)
40packet_ver_flag: 0xFFFF
41
42// Minimum delay between whisper/global/party/guild messages (in ms)
43// Messages that break this threshold are silently omitted.
44min_chat_delay: 0
45
46// valid range of dye's and styles on the client
47min_hair_style: 0
48max_hair_style: 23
49min_hair_color: 0
50max_hair_color: 8
51min_cloth_color: 0
52max_cloth_color: 4
53
54// When set to yes, the damage field in packets sent from woe maps will be set
55// to -1, making it impossible for GMs, Bots and Hexed clients to know the
56// actual damage caused by attacks. (Note 1)
57hide_woe_damage: no
58
59// "hair style" number that identifies pet.
60// NOTE: The client uses the "hair style" field in the mob packet to tell them apart from mobs.
61// This value is always higher than the max hair-style available in said client.
62// Known values to work (all 2005 clients):
63// older sakexes: 20
64// sakexe 0614: 24
65// sakexe 0628 (and later): 100
66pet_hair_style: 100
67
68// Visible area size (how many squares away from a player can they see)
69area_size: 14
70
71// Maximum allowed 'level' value that can be sent in unit packets.
72// Use together with the aura_lv setting to tell when exactly to show the aura.
73// NOTE: You also need to adjust the client if you want this to work.
74// NOTE: Default is 99. Values above 127 will probably behave incorrectly.
75// NOTE: If you don't know what this does, don't change it!!!
76max_lv: 99
77
78// Level required to display an aura.
79// NOTE: This assumes that sending max_lv to the client will display the aura.
80// NOTE: aura_lv must not be less than max_lv.
81// Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149
82//          will be sent as being all level 98, and only characters with level
83//          150 or more will be reported as having level 99 and show an aura.
84aura_lv: 99
85
86// Will tuxedo and wedding dresses be shown when worn? (Note 1)
87wedding_modifydisplay: no
88
89// Save Clothes color. (This will degrade performance) (Note 1)
90save_clothcolor: yes
91
92// Do not display cloth colors for the wedding class?
93// Note: Both save_clothcolor and wedding_modifydisplay have to be enabled
94// for this option to take effect. Set this to yes if your cloth palettes
95// pack doesn't has wedding palettes (or has less than the other jobs)
96wedding_ignorepalette: no
97
98// Do not display cloth colors for the Xmas class?
99// Set this to yes if your cloth palettes pack doesn't has Xmas palettes (or has less than the other jobs)
100xmas_ignorepalette: no
101
102// Do not display cloth colors for the Summer class?
103// Set this to yes if your cloth palettes pack doesn't has Summer palettes (or has less than the other jobs)
104summer_ignorepalette: no
105
106// Set this to 1 if your clients have langtype problems and can't display motd properly
107motd_type: 0
108
109// Show eAthena version to users when the login?
110display_version: yes
111
112// When affected with the "Hallucination" status effect, send the effect to client? (Note 1)
113// Note: Set to 'no' if the client lags due to the "Wavy" screen effect.
114display_hallucination: yes
Note: See TracBrowser for help on using the browser.