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