root/conf/battle/gm.conf

Revision 1, 4.2 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// The maximum quantity of monsters that can be summoned per GM command (0 denotes an unlimited quantity)
23atcommand_spawn_quantity_limit: 100
24
25// Maximum number of slave-clones that can be have by using the @slaveclone at command. (0 denotes unlimited quantity)
26atcommand_slave_clone_limit: 25
27
28// If 'no', commands require exact player name. If 'yes', entering a partial
29// name will work, as long as there's only one match from all players in the
30// current map server.
31partial_name_scan: yes
32
33// [GM] Can use all skills? (No or mimimum GM level)
34gm_all_skill: no
35
36// [GM] Can equip anything? (No or minimum GM level, can cause client errors.)
37gm_all_equipment: no
38
39// [GM] Can use skills without meeting the required conditions (items, etc...)?
40// 'no' or minimum GM level to bypass requirements.
41gm_skill_unconditional: no
42
43// [GM] Can join a password protected chat? (No or mimimum GM level)
44gm_join_chat: no
45
46// [GM] Can't be kicked from a chat? (No or mimimum GM level)
47gm_kick_chat: no
48
49// (@) GM Commands available only to GM's? (Note 1)
50// set to 'No', Normal players (gm level 0) can use GM commands _IF_ you set the command level to 0.
51// set to 'Yes', Normal players (gm level 0) can never use a GM command even if you set the command level to 0.
52atcommand_gm_only: no
53
54// Is the character of a GM account set as the object of a display by @ command etc. or not?
55hide_GM_session: no
56
57// At what GM level can you see GMs and Account/Char IDs in the @who command?
58who_display_aid: 40
59
60// Ban people that try trade dupe.
61// Duration of the ban, in minutes (default: 5). To disable the ban, set 0.
62ban_hack_trade: 5
63
64// Set here minimum level of a (online) GM that can receive all informations about any player that try to hack, spoof a name, etc.
65// Values are from 0 to 100.
66// 100: disable information
67// 0: send to any people, including normal players
68// default: 60, according to GM definition in atcommand_athena.conf
69hack_info_GM_level: 60
70
71// The minimum GM level to bypass nowarp and nowarpto mapflags.
72// This option is mainly used in commands which modify a character's
73// map/coordinates (like @memo, @warp, @charwarp, @go, @jump, etc...).
74// default: 20 (first level after normal player or super'normal' player)
75any_warp_GM_min_level: 20
76
77// The minimum level for a GM to be unable to distribute items.
78// You should set this to the same level @item is set to in the atcommand.conf
79// NEVER SET THIS VALUE TO 0, or you will block drop/trade for normal players
80gm_cant_drop_min_lv: 1
81
82//The trust level for your GMs. Any GMs ABOVE this level will be able to distribute items
83//ie: Use Storage/Guild Storage, Drop Items, Use Vend, Trade items.
84gm_cant_drop_max_lv: 0
85
86// Minimum GM level to see the hp of every player? (Default: 60)
87// no/0 can be used to disable it.
88disp_hpmeter: 0
89
90// Minimum GM level to view players equip regardless of their setting.
91// (Default: 0 = Disabled).
92gm_viewequip_min_lv: 0
93
94// Players Titles (check msg_athena.conf for title strings)
95// You may assign different titles for your Players and GMs
96title_lvl1: 1
97title_lvl2: 10
98title_lvl3: 20
99title_lvl4: 40
100title_lvl5: 50
101title_lvl6: 60
102title_lvl7: 80
103title_lvl8: 99
Note: See TracBrowser for help on using the browser.