root/conf/charcommand_athena.conf @ 20

Revision 1, 5.2 kB (checked in by jinshiro, 17 years ago)
Line 
1//--------------------------------------------------------------
2// eAthena charcommand configuration file.
3// Originally translated by Peter Kieser <pfak@telus.net>
4//--------------------------------------------------------------
5
6// The symbol that will be used to recognize commands.
7// You can set any one character except control-characters (0x00-0x1f),
8// '%', '$' (party/guild chat speaking) and '/' (standard client commands).
9// The symbol must also be different from from the GM atcommand symbol.
10command_symbol: #
11
12
13//--------------------------
14// 0: normal player commands
15// None for security purposes.
16
17//-------------------------
18// 1: Super player commands
19
20//---------------------------
21// 10: Super player+ commands
22
23//----------------------
24// 20: Mediator commands
25
26// Displays helpfile in eAthena base directory
27help: 20
28
29//--------------------
30// 40: Sub-GM commands
31
32
33// View the items in a character's cart
34cartlist: 40
35
36// Apply an effect onto another character
37effect: 40
38
39// View the exp of a character
40exp: 40
41
42// List a chacter's items
43itemlist: 40
44
45// View the jail time remaining
46jailtime: 40
47
48// Refresh a character
49refresh: 40
50
51// List a chacter's stats
52stats: 40
53
54// List a chacter's storage items
55storagelist: 40
56
57//---------------------
58// 50: Sub-GM+ commands
59
60// Change a character's clothing color
61dye: 50
62
63// Give another character a fake name
64fakename: 50
65
66// Open the hatch dialog for a character
67hatch: 50
68
69// Change a character's hair color
70hcolor: 50
71haircolor: 50
72
73// Change a character's hair style
74hstyle: 50
75hairstyle: 50
76
77// Changes character's model
78model: 50
79
80// Give or remove a peco from a character
81mount: 50
82mountpeco: 50
83
84// Make another character's pet friendly/not
85petfriendly: 50
86
87// Rename another character's pet
88petrename: 50
89
90// Change a character's size
91size: 50
92
93//----------------
94// 60: GM commands
95
96// Resurrects a dead character
97alive: 60
98revive: 60
99
100// Add or removes cash/kafra points to a character
101cash: 60
102points: 60
103
104// Give a player all the skills available to him/her
105allskill: 60
106allskills: 60
107skillall: 60
108skillsall: 60
109
110// Give a character the maximum possible stats
111allstat: 60
112allstats: 60
113statall: 60
114statsall: 60
115
116// Change another character's base level (3 same commands)
117blvl: 60
118blevel: 60
119baselvl: 60
120baselevel: 60
121
122// Changes the sex of an online player (all characters on the account)
123changesex: 60
124
125// Delete items from a character
126delitem: 60
127
128// Disguise a character
129disguise: 60
130undisguise: 60
131
132// Drop a players possessions on the ground
133dropall: 60
134
135// Put a players possessions in storage
136storeall: 60
137
138// Resets another character's designated maps
139feelreset: 60
140
141// Change the guild level for a character's guild
142glvl: 60
143glevel: 60
144guildlvl: 60
145guildlevel: 60
146
147// Open guild storage for a character
148gstorage: 60
149
150// Heal a character
151heal: 60
152
153// Invoke GM Hide on a character
154hide: 60
155
156// Increase a character's homunculus' level
157hlvl: 60
158hlevel: 60
159homlvl: 60
160homlevel: 60
161
162// Evolve a character's homunculus
163homevolve: 60
164homevolution: 60
165
166// Change a character's homunculus' friendly value
167homfriendly: 60
168
169// Change a character's homunculus' hunger value
170homhungry: 60
171
172// View a character's homunculus' stats
173hominfo: 40
174
175// Give another character an item
176item: 60
177
178// Create a specific item (with cards, refines, etc
179item2: 60
180
181// Remove all of a character's possessions
182itemreset: 60
183
184// Change another character's job (2 same commands)
185job: 60
186jobchange: 60
187
188// Change another character's job level (3 same commands)
189jlvl: 60
190jlevel: 60
191joblvl: 60
192joblevel: 60
193
194// Allow a character to attack anybody
195killer: 60
196
197// Make a character killable by anybody
198killable: 60
199
200// Return a character to their respawn point
201load: 60
202
203// Take away a character's platinum skill
204lostskill: 60
205
206// Make a character immune to monsters
207monsterignore: 60
208
209// Apply a certain option to another character
210option: 60
211
212// Change a character's pet's hungry value
213pethungry: 60
214
215// Produce forged equipment on a character (as if he/she was a blacksmith)
216produce: 60
217
218// Give another character a platinum skill
219questskill: 60
220
221// Performs a stat and skill reset on someone else.
222reset: 60
223
224// Save another character
225save: 60
226
227// Gives another character skill points
228skpoint: 60
229
230// Change a character's walking speed
231speed: 60
232
233// Give another character spiritball effect
234spiritball: 60
235
236// Open storage for a character
237storage: 60
238
239// Gives another character status points
240stpoint: 60
241
242// Change a character's stats
243str: 60
244agi: 60
245vit: 60
246int: 60
247dex: 60
248luk: 60
249
250// Resets another character's status, skills
251streset: 60
252skreset: 60
253
254// Warp a player somewhere else (3 same commands)
255warp: 60
256rura: 60
257rura+: 60
258
259//----------------------
260// 80: GM Chief commands
261
262// Refine a character's equipment
263refine: 80
264
265// Give another character zeny
266zeny: 80
267
268//---------------------------
269// 99: Administrator commands
270
271//---------------------------------------------------------------
272// 100: Disabled commands
273
274
275import: conf/import/charcommand_conf.txt
Note: See TracBrowser for help on using the browser.