1 | //-------------------------------------------------------------- |
---|
2 | // eAthena atcommand 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 charcommand symbol. |
---|
10 | command_symbol: @ |
---|
11 | |
---|
12 | // The following settings in this file use the format "<command name>: level". |
---|
13 | // They define the minimum GM level required to execute the associated command. |
---|
14 | // Adjust values as you like. Note that to activate commands for normal players, |
---|
15 | // (GM level 0), you also need to change the 'atcommand_gm_only' option to 'no'. |
---|
16 | // To completely disable a command, set its required GM level to 100. |
---|
17 | |
---|
18 | // Default levels were chosen so that they form the following hierarchy: |
---|
19 | // 0: Normal player |
---|
20 | // -> no commands accessible |
---|
21 | // 1: Super player |
---|
22 | // -> some minor advantage: storage, petrename, etc... |
---|
23 | // 10: Super player+ |
---|
24 | // -> more powerful commands, like mobsearch and changegm |
---|
25 | // 20: Mediator |
---|
26 | // -> GM commands for finding players and moving to them (also kicking them) |
---|
27 | // 40: Sub-GM |
---|
28 | // -> GM commands for basic tasks, no significant impact on other players |
---|
29 | // 50: Sub-GM+ |
---|
30 | // -> GM commands to spawn mobs and create guilds |
---|
31 | // 60: GM |
---|
32 | // -> almost all commands available (except administration and mass commands) |
---|
33 | // 80: GM Chief |
---|
34 | // -> can do anything, except administration commands |
---|
35 | // 99: Administrator |
---|
36 | // -> can do anything! |
---|
37 | // 100: Disabled |
---|
38 | // -> commands that will not be available to anyone |
---|
39 | |
---|
40 | |
---|
41 | //-------------------------- |
---|
42 | // 0: normal player commands |
---|
43 | // None for security purposes. |
---|
44 | |
---|
45 | //------------------------- |
---|
46 | // 1: Super player commands |
---|
47 | |
---|
48 | // Displays a list of @ commands available to the player. |
---|
49 | commands: 1 |
---|
50 | |
---|
51 | // Displays the server rates. |
---|
52 | rates: 1 |
---|
53 | |
---|
54 | // Show server uptime |
---|
55 | uptime: 1 |
---|
56 | |
---|
57 | // Shows/Hides the "there is a delay after a skill" message. |
---|
58 | showdelay: 1 |
---|
59 | |
---|
60 | // Displays current levels and % progress. |
---|
61 | exp: 1 |
---|
62 | |
---|
63 | // To change your (own) email (characters protection) |
---|
64 | // note: this command doesn't check email itself, but check structure of the email (xxx@xxx) |
---|
65 | // if you want be sure of each e-mail disable this option (value: 100) |
---|
66 | email: 1 |
---|
67 | |
---|
68 | // Show Monster info (rates, stats, drops, MVP stuff) |
---|
69 | mobinfo: 1 |
---|
70 | monsterinfo: 1 |
---|
71 | mi: 1 |
---|
72 | |
---|
73 | // Show Item info (type, price, etc) |
---|
74 | iteminfo: 1 |
---|
75 | ii: 1 |
---|
76 | |
---|
77 | // Show who drops an item (mobs with highest drop rate) |
---|
78 | whodrops: 1 |
---|
79 | |
---|
80 | // Syncs the player's position on the client with the one stored on the server. |
---|
81 | refresh: 1 |
---|
82 | |
---|
83 | // Give server time. (6 same commands) |
---|
84 | time: 1 |
---|
85 | date: 1 |
---|
86 | serverdate: 1 |
---|
87 | servertime: 1 |
---|
88 | |
---|
89 | // Displays SVN version of the server. |
---|
90 | version: 1 |
---|
91 | |
---|
92 | // Suicide your character. |
---|
93 | die: 1 |
---|
94 | |
---|
95 | // Enables you to rename your pet. |
---|
96 | petrename: 1 |
---|
97 | |
---|
98 | // Organize a new party, with you as the party leader. |
---|
99 | party: 1 |
---|
100 | |
---|
101 | // Brings up your personal storage wherever you are. |
---|
102 | storage: 1 |
---|
103 | |
---|
104 | // Opens your mailbox. |
---|
105 | mail: 1 |
---|
106 | |
---|
107 | // Opens auctions window. |
---|
108 | auction: 1 |
---|
109 | |
---|
110 | // Locate someone on a map, returns your coordinates if the person isn't on. |
---|
111 | where: 1 |
---|
112 | |
---|
113 | // Duel organizing commands |
---|
114 | duel: 1 |
---|
115 | invite: 1 |
---|
116 | accept: 1 |
---|
117 | reject: 1 |
---|
118 | leave: 1 |
---|
119 | |
---|
120 | // Away messsage |
---|
121 | away: 1 |
---|
122 | aw: 1 |
---|
123 | |
---|
124 | // Main chat |
---|
125 | main: 1 |
---|
126 | |
---|
127 | // Autorejecting Deals/Invites |
---|
128 | noask: 1 |
---|
129 | |
---|
130 | // Displays remaining jail time |
---|
131 | jailtime: 1 |
---|
132 | |
---|
133 | // Homunculus commands for players |
---|
134 | hominfo: 1 |
---|
135 | homstats: 1 |
---|
136 | |
---|
137 | // Kill Steal Protection |
---|
138 | noks: 1 |
---|
139 | |
---|
140 | //--------------------------- |
---|
141 | // 10: Super player+ commands |
---|
142 | |
---|
143 | // Displays/Hides Experience gained |
---|
144 | showexp: 10 |
---|
145 | |
---|
146 | // Displays/Hides Zeny gained |
---|
147 | showzeny: 10 |
---|
148 | |
---|
149 | // Warps you to predefined locations in major cities. |
---|
150 | go: 10 |
---|
151 | |
---|
152 | // Enables/disables autolooting from killed mobs. |
---|
153 | autoloot: 10 |
---|
154 | |
---|
155 | // Enables/disables autolooting an item. |
---|
156 | alootid: 10 |
---|
157 | |
---|
158 | // Allows you continue vending offline. |
---|
159 | autotrade: 10 |
---|
160 | at: 10 |
---|
161 | |
---|
162 | // Change Guild Master of your Guild |
---|
163 | changegm: 10 |
---|
164 | |
---|
165 | // Change the leader of your party. |
---|
166 | changeleader: 10 |
---|
167 | |
---|
168 | // Change the party exp- and item share rules. |
---|
169 | partyoption: 10 |
---|
170 | |
---|
171 | // Command what the player's pet will say. |
---|
172 | pettalk: 10 |
---|
173 | |
---|
174 | // Command what the player's homunculus will say. |
---|
175 | homtalk: 10 |
---|
176 | |
---|
177 | // Locates and displays the position of a certain mob on the current map. |
---|
178 | mobsearch: 10 |
---|
179 | // Locates and displays the position of a certain mob on your mini-map |
---|
180 | showmobs: 10 |
---|
181 | // Prints out in which maps a monster normally spawns at (does not count script-invoked mobs) |
---|
182 | whereis: 10 |
---|
183 | |
---|
184 | // Resets a Star Gladiator's marked maps |
---|
185 | feelreset: 10 |
---|
186 | |
---|
187 | //---------------------- |
---|
188 | // 20: Mediator commands |
---|
189 | |
---|
190 | // Displays helpfile in eAthena base directory (2 same commands). |
---|
191 | help: 20 |
---|
192 | h: 20 |
---|
193 | help2: 20 |
---|
194 | h2: 20 |
---|
195 | |
---|
196 | // Warp yourself to a person (3 same commands + /shift). |
---|
197 | jumpto: 20 |
---|
198 | goto: 20 |
---|
199 | warpto: 20 |
---|
200 | |
---|
201 | // Displays the motd file to all players |
---|
202 | gmotd: 20 |
---|
203 | |
---|
204 | // Follow a player (including warping to them) |
---|
205 | follow: 20 |
---|
206 | |
---|
207 | // Sends a request to all connected GMs (via the gm whisper system) |
---|
208 | request: 20 |
---|
209 | |
---|
210 | // Disconnects a user from the server (1 command + right click menu for GM "(name) force to quit"). |
---|
211 | kick: 20 |
---|
212 | |
---|
213 | // Changes your appearance. |
---|
214 | model: 20 |
---|
215 | |
---|
216 | // To get a peco to (un)ride (2 same commands). |
---|
217 | mountpeco: 20 |
---|
218 | mount: 20 |
---|
219 | |
---|
220 | // Returns list of logged in characters with their position (2 same commands). |
---|
221 | who: 20 |
---|
222 | whois: 20 |
---|
223 | |
---|
224 | // Returns list of logged in characters with their job. |
---|
225 | who2: 20 |
---|
226 | |
---|
227 | // Returns list of logged in characters with their party/guild. |
---|
228 | who3: 20 |
---|
229 | |
---|
230 | // Returns list of logged in characters with their position in a specifical map. |
---|
231 | whomap: 20 |
---|
232 | |
---|
233 | // Returns list of logged in characters with their job in a specifical map. |
---|
234 | whomap2: 20 |
---|
235 | |
---|
236 | // Returns list of logged in characters with their party/guild in a specifical map. |
---|
237 | whomap3: 20 |
---|
238 | |
---|
239 | // Displays GMs online. For those who are higher GM level than yourself, |
---|
240 | // only the name is shown, for the rest, it displays the same info of |
---|
241 | // @who+@who2+who3 |
---|
242 | whogm: 20 |
---|
243 | |
---|
244 | // Change your appearence to other players to a mob. |
---|
245 | disguise: 20 |
---|
246 | |
---|
247 | // Restore your normal appearance. |
---|
248 | undisguise: 20 |
---|
249 | |
---|
250 | // Displays the text as a normal message with the format "*name message*" |
---|
251 | // instead of "name : message" (Like the /me command in IRC) |
---|
252 | me: 20 |
---|
253 | |
---|
254 | // Changes your name to your choice temporarily. |
---|
255 | fakename: 20 |
---|
256 | |
---|
257 | // Changes your size. |
---|
258 | size: 20 |
---|
259 | |
---|
260 | // Can command what other npcs (by name) can say. |
---|
261 | npctalk: 20 |
---|
262 | |
---|
263 | //-------------------- |
---|
264 | // 40: Sub-GM commands |
---|
265 | |
---|
266 | // Broadcast to the whole server. Using (1 command + /nb, /b). |
---|
267 | broadcast: 40 |
---|
268 | |
---|
269 | // Broadcast to the map you are on (1 command + /lb, /nlb). |
---|
270 | localbroadcast: 40 |
---|
271 | |
---|
272 | // Broadcast (with or without name) |
---|
273 | kami: 40 |
---|
274 | // Same as kami but with blue color |
---|
275 | kamib: 40 |
---|
276 | // Same as kami but you can choose the color (uses different packet) |
---|
277 | kamic: 40 |
---|
278 | |
---|
279 | // Enables GvG on a map (2 same commands). |
---|
280 | gvgon: 40 |
---|
281 | gpvpon: 40 |
---|
282 | |
---|
283 | // Turns GvG (Guild vs. Guild) off on a map (2 same commands). |
---|
284 | gvgoff: 40 |
---|
285 | gpvpoff: 40 |
---|
286 | |
---|
287 | // Activate/Deactivate kill steal protection on a map |
---|
288 | allowks: 40 |
---|
289 | |
---|
290 | // Modifies your HP/SP. |
---|
291 | heal: 40 |
---|
292 | |
---|
293 | // GM Hide (total invisibility to characters and monsters) (1 command + /hide). |
---|
294 | hide: 40 |
---|
295 | |
---|
296 | // Changes your job to one you specify (2 same commands). |
---|
297 | job: 40 |
---|
298 | jobchange: 40 |
---|
299 | |
---|
300 | // Enables you to to jump randomly on a map (that you are already on). |
---|
301 | jump: 40 |
---|
302 | |
---|
303 | // Warps you to your last save point (2 same commands). |
---|
304 | load: 40 |
---|
305 | return: 40 |
---|
306 | |
---|
307 | // Warps you to a specific npc |
---|
308 | tonpc: 40 |
---|
309 | |
---|
310 | // Saves a warp point. |
---|
311 | memo: 40 |
---|
312 | |
---|
313 | // Set your character display options. (Visual effects of your character) |
---|
314 | option: 40 |
---|
315 | |
---|
316 | // Sets the level of intemecy of your pet. |
---|
317 | petfriendly: 40 |
---|
318 | |
---|
319 | // Sets hunger level of your pet. |
---|
320 | pethungry: 40 |
---|
321 | |
---|
322 | // Turns PvP (Person vs. Person) off on a map. |
---|
323 | pvpoff: 40 |
---|
324 | |
---|
325 | // Enables PvP on a map. |
---|
326 | pvpon: 40 |
---|
327 | |
---|
328 | // Permanently adds/removes a quest skill |
---|
329 | questskill: 40 |
---|
330 | lostskill: 40 |
---|
331 | |
---|
332 | // Sets the speed you can walk/attack at. Default is 150. |
---|
333 | speed: 40 |
---|
334 | |
---|
335 | // Summons spirit spheres around you. |
---|
336 | spiritball: 40 |
---|
337 | |
---|
338 | // Warp yourself to a certain map, at (x,y) coordinates (2 same commands). |
---|
339 | mapmove: 40 // (also /mm or /mapmove) |
---|
340 | rura: 40 |
---|
341 | warp: 40 |
---|
342 | |
---|
343 | // Changes GM clothes color (2 same commands) |
---|
344 | dye: 40 |
---|
345 | ccolor: 40 |
---|
346 | |
---|
347 | // Changes GM hair style (2 same commands) |
---|
348 | hairstyle: 40 |
---|
349 | hstyle: 40 |
---|
350 | |
---|
351 | // Changes GM hair color (2 same commands) |
---|
352 | haircolor: 40 |
---|
353 | hcolor: 40 |
---|
354 | |
---|
355 | // Deletes all your items. |
---|
356 | itemreset: 40 |
---|
357 | |
---|
358 | // Does a skill/stat reset. |
---|
359 | reset: 40 |
---|
360 | |
---|
361 | // Displays distribution of players on the server per map (% on each map which has players) |
---|
362 | users: 40 |
---|
363 | |
---|
364 | // Deletes floor items in your range of sight |
---|
365 | cleanmap: 40 |
---|
366 | |
---|
367 | // Kill all monsters in map (without drops) |
---|
368 | killmonster2: 40 |
---|
369 | |
---|
370 | // Sets your spawn point (aka save point). |
---|
371 | save: 40 |
---|
372 | |
---|
373 | // Do some visual effect on your character |
---|
374 | effect: 40 |
---|
375 | |
---|
376 | // Do some visual effect on your character (misceffect) |
---|
377 | misceffect: 40 |
---|
378 | |
---|
379 | // GM's magnifier |
---|
380 | identify: 40 |
---|
381 | |
---|
382 | // Drop all your items |
---|
383 | dropall: 40 |
---|
384 | |
---|
385 | // Store all your items |
---|
386 | storeall: 40 |
---|
387 | |
---|
388 | // Allow other players to hit you out of PvP |
---|
389 | killable: 40 |
---|
390 | |
---|
391 | // Look up a skill by name |
---|
392 | skillid: 40 |
---|
393 | |
---|
394 | // Use a skill by id |
---|
395 | useskill: 40 |
---|
396 | |
---|
397 | // What skills are required to get this skill |
---|
398 | skilltree: 40 |
---|
399 | |
---|
400 | // Marriage commands |
---|
401 | marry: 40 |
---|
402 | divorce: 40 |
---|
403 | |
---|
404 | // Adopt a novice into a family |
---|
405 | adopt: 40 |
---|
406 | |
---|
407 | // Play a Sound! |
---|
408 | sound: 40 |
---|
409 | |
---|
410 | //--------------------- |
---|
411 | // 50: Sub-GM+ commands |
---|
412 | |
---|
413 | // Creates a new guild, with you as the guildmaster. |
---|
414 | guild: 50 |
---|
415 | |
---|
416 | // Brings up your guild storage wherever you are. |
---|
417 | gstorage: 50 |
---|
418 | |
---|
419 | // Spawns a monster, and a certain amount (2 same commands + /monster). |
---|
420 | monster: 50 |
---|
421 | spawn: 50 |
---|
422 | |
---|
423 | // Spawns a smaller sized version of a monster. |
---|
424 | monstersmall: 50 |
---|
425 | |
---|
426 | // Spawns a larger sized version of a monster. |
---|
427 | monsterbig: 50 |
---|
428 | |
---|
429 | // Spawns mobs that treat you as their master (they disappear after some time) |
---|
430 | summon: 50 |
---|
431 | |
---|
432 | // It will spawn a supportive clone of the given player. |
---|
433 | clone: 50 |
---|
434 | |
---|
435 | // It will spawn a supportive clone of the given player that follows the creator around. |
---|
436 | slaveclone: 50 |
---|
437 | |
---|
438 | // It will spawn an aggresive clone of the given player. |
---|
439 | evilclone: 50 |
---|
440 | |
---|
441 | |
---|
442 | //---------------- |
---|
443 | // 60: GM commands |
---|
444 | |
---|
445 | // Add or Remove Cash/Kafra points to yourself |
---|
446 | cash: 60 |
---|
447 | points: 60 |
---|
448 | |
---|
449 | // Starts Guild Wars |
---|
450 | agitstart: 60 |
---|
451 | |
---|
452 | // Ends Guild Wars |
---|
453 | agitend: 60 |
---|
454 | |
---|
455 | // Resurects yourself. |
---|
456 | alive: 60 |
---|
457 | |
---|
458 | // Levels your character to specified level (adds to your level) (7 same commands). |
---|
459 | blvl: 60 |
---|
460 | lvup: 60 |
---|
461 | blevel: 60 |
---|
462 | baselvl: 60 |
---|
463 | baselvup: 60 |
---|
464 | baselevel: 60 |
---|
465 | baselvlup: 60 |
---|
466 | |
---|
467 | // Raises your job level (6 same commands). |
---|
468 | jlvl: 60 |
---|
469 | jlevel: 60 |
---|
470 | joblvl: 60 |
---|
471 | joblvup: 60 |
---|
472 | joblevel: 60 |
---|
473 | joblvlup: 60 |
---|
474 | |
---|
475 | // Changes the sex of yourself |
---|
476 | changesex: 60 |
---|
477 | |
---|
478 | // Levels your guild to specified level (2 same commands). |
---|
479 | glvl: 60 |
---|
480 | glevel: 60 |
---|
481 | guildlvl: 60 |
---|
482 | guildlvup: 60 |
---|
483 | guildlevel: 60 |
---|
484 | guildlvlup: 60 |
---|
485 | |
---|
486 | // Find an itemID based on item name |
---|
487 | idsearch: 60 |
---|
488 | |
---|
489 | // Creates an item of your choosing, either Item ID or Name (1 command + /item). |
---|
490 | item: 60 |
---|
491 | |
---|
492 | // Creates a complet item (card, etc...) of your choosing, either Item ID or Name. |
---|
493 | item2: 60 |
---|
494 | |
---|
495 | // Kill another character without hitting them. |
---|
496 | kill: 60 |
---|
497 | |
---|
498 | // Kill all monsters in map (with drops) |
---|
499 | killmonster: 60 |
---|
500 | |
---|
501 | // Creates yourself a pet egg. |
---|
502 | makeegg: 60 |
---|
503 | |
---|
504 | // Hatches an egg |
---|
505 | hatch: 60 |
---|
506 | |
---|
507 | // Instantly kills player whose name is entered and deals insane damage to everything around |
---|
508 | nuke: 60 |
---|
509 | |
---|
510 | // Enable hitting a player even when not in PvP |
---|
511 | killer: 60 |
---|
512 | |
---|
513 | // Creates weapon of desired element. |
---|
514 | produce: 60 |
---|
515 | |
---|
516 | // Warps a character to you (1 command + /recall). |
---|
517 | recall: 60 |
---|
518 | |
---|
519 | // Refines all weapons in your items list. |
---|
520 | refine: 60 |
---|
521 | |
---|
522 | // Will repair all broken items in inventory. |
---|
523 | repairall: 60 |
---|
524 | |
---|
525 | // Change Status of your character |
---|
526 | str: 60 |
---|
527 | agi: 60 |
---|
528 | vit: 60 |
---|
529 | int: 60 |
---|
530 | dex: 60 |
---|
531 | luk: 60 |
---|
532 | |
---|
533 | // Gets all skills (4 same commands) |
---|
534 | allskill: 60 |
---|
535 | allskills: 60 |
---|
536 | skillall: 60 |
---|
537 | skillsall: 60 |
---|
538 | |
---|
539 | // Sets GM stats to maximum (4 same commands) |
---|
540 | statall: 60 |
---|
541 | statsall: 60 |
---|
542 | allstats: 60 |
---|
543 | allstat: 60 |
---|
544 | |
---|
545 | // Gives you job points. |
---|
546 | stpoint: 60 |
---|
547 | |
---|
548 | // Gives you skill points of desired amount. |
---|
549 | skpoint: 60 |
---|
550 | |
---|
551 | // Warps all online character of a guild to you. (at least one member of that guild must be on.) |
---|
552 | guildrecall: 60 |
---|
553 | |
---|
554 | // Warps all online character of a party to you. (at least one party member must be online.) |
---|
555 | partyrecall: 60 |
---|
556 | |
---|
557 | // Allows you to spy on any Guilds Guild chat. (at least one member of that guild must be on.) |
---|
558 | // NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes) |
---|
559 | guildspy: 60 |
---|
560 | |
---|
561 | // Allows you to spy on any party's party chat. (at least one party member must be online.) |
---|
562 | // NOTE: map server needs to be configured to enable spying to use this command (enable_spy: yes) |
---|
563 | partyspy: 60 |
---|
564 | |
---|
565 | // Gives you money (zeny) of desired amount. |
---|
566 | zeny: 60 |
---|
567 | |
---|
568 | // To block definitively a player (2 same commands) |
---|
569 | block: 60 |
---|
570 | charblock: 60 |
---|
571 | |
---|
572 | // To unblock a player (2 same commands) |
---|
573 | unblock: 60 |
---|
574 | charunblock: 60 |
---|
575 | |
---|
576 | // To ban a player for a limited time (4 same commands) |
---|
577 | ban: 60 |
---|
578 | banish: 60 |
---|
579 | charban: 60 |
---|
580 | charbanish: 60 |
---|
581 | |
---|
582 | // To unban a player (4 same commands) |
---|
583 | unban: 60 |
---|
584 | unbanish: 60 |
---|
585 | charunban: 60 |
---|
586 | charunbanish: 60 |
---|
587 | |
---|
588 | // To send specified character in jails |
---|
589 | jail: 60 |
---|
590 | |
---|
591 | // To discharge a prisoner (2 same commands) |
---|
592 | unjail: 60 |
---|
593 | discharge: 60 |
---|
594 | |
---|
595 | // Timed jailing |
---|
596 | jailfor: 60 |
---|
597 | |
---|
598 | // Create a static warp portal that lasts until the next reboot |
---|
599 | addwarp: 60 |
---|
600 | |
---|
601 | // Open a trade window with any player |
---|
602 | trade: 60 |
---|
603 | |
---|
604 | // Changes the player's appearance (headgear) |
---|
605 | changelook: 60 |
---|
606 | |
---|
607 | // Homunculus commands for GMs |
---|
608 | hlvl: 60 |
---|
609 | hlevel: 60 |
---|
610 | homlvl: 60 |
---|
611 | homlvup: 60 |
---|
612 | homlevel: 60 |
---|
613 | homevolve: 60 |
---|
614 | homevolution: 60 |
---|
615 | makehomun: 60 |
---|
616 | homfriendly: 60 |
---|
617 | homhungry: 60 |
---|
618 | |
---|
619 | // Re-calculates stats, as if the homun was sent back to level 1 and re-leveled |
---|
620 | homshuffle: 60 |
---|
621 | |
---|
622 | //---------------------- |
---|
623 | // 80: GM Chief commands |
---|
624 | |
---|
625 | // Set the map you are on to day. |
---|
626 | day: 80 |
---|
627 | |
---|
628 | // Kills everyone on the server. |
---|
629 | doom: 80 |
---|
630 | |
---|
631 | // Kills everyone on the map you are on. |
---|
632 | doommap: 80 |
---|
633 | |
---|
634 | // Set the map you are currently on to night. |
---|
635 | night: 80 |
---|
636 | |
---|
637 | // Recalls Everyone To Your Coordinates |
---|
638 | recallall: 80 |
---|
639 | |
---|
640 | // Revives all players on the map. |
---|
641 | raisemap: 80 |
---|
642 | |
---|
643 | // Revives all players on the server. |
---|
644 | raise: 80 |
---|
645 | |
---|
646 | // Hides a NPC. |
---|
647 | hidenpc: 80 |
---|
648 | |
---|
649 | // Unhides a NPC. |
---|
650 | shownpc: 80 |
---|
651 | |
---|
652 | // Loads a Script |
---|
653 | loadnpc: 80 |
---|
654 | |
---|
655 | // Unloads a NPC |
---|
656 | unloadnpc: 80 |
---|
657 | |
---|
658 | // Move a NPC |
---|
659 | npcmove: 80 |
---|
660 | |
---|
661 | // turn skills on for a map |
---|
662 | skillon: 80 |
---|
663 | |
---|
664 | // turn skills off for a map |
---|
665 | skilloff: 80 |
---|
666 | |
---|
667 | // Mute a player (prevents talking, usage of skills and commands) |
---|
668 | mute: 80 |
---|
669 | |
---|
670 | // Unmute a player |
---|
671 | unmute: 80 |
---|
672 | |
---|
673 | //--------------------------- |
---|
674 | // 99: Administrator commands |
---|
675 | |
---|
676 | // Disconnect all users from the server |
---|
677 | kickall: 99 |
---|
678 | |
---|
679 | // Closes Map-Server |
---|
680 | mapexit: 99 |
---|
681 | |
---|
682 | // Used for testing packet sends from the client (debug function) |
---|
683 | send: 99 |
---|
684 | |
---|
685 | // Give information about terrain/area (debug function) |
---|
686 | gat: 99 |
---|
687 | |
---|
688 | // Displays a status change without really applying it (debug function) |
---|
689 | displaystatus: 99 |
---|
690 | |
---|
691 | // Displays the animation of a skill without really using it (debug function) |
---|
692 | displayskill: 99 |
---|
693 | |
---|
694 | // Shows information about the map |
---|
695 | mapinfo: 99 |
---|
696 | |
---|
697 | // Set Map Flags (WIP) |
---|
698 | mapflag: 99 |
---|
699 | |
---|
700 | // Re-load item database (admin command) |
---|
701 | reloaditemdb: 99 |
---|
702 | |
---|
703 | // Re-load monsters database (admin command) |
---|
704 | reloadmobdb: 99 |
---|
705 | |
---|
706 | // Re-load skills database (admin command) |
---|
707 | reloadskilldb: 99 |
---|
708 | |
---|
709 | // Re-load scripts (admin command) |
---|
710 | reloadscript: 99 |
---|
711 | |
---|
712 | // Re-load GM level (admin command) |
---|
713 | reloadgmdb: 99 |
---|
714 | |
---|
715 | // Change a battle_config flag without rebooting server |
---|
716 | setbattleflag: 99 |
---|
717 | |
---|
718 | // Re-load gm command config (admin command) |
---|
719 | reloadatcommand: 99 |
---|
720 | |
---|
721 | // Re-load battle config (admin command) |
---|
722 | // Note that some player config settings won't take effect until relog |
---|
723 | // (display exp, display zeny, display skill delay fail, ...) |
---|
724 | reloadbattleconf: 99 |
---|
725 | |
---|
726 | // Re-load status database (admin command) |
---|
727 | reloadstatusdb: 99 |
---|
728 | |
---|
729 | // Re-load player info database (admin command) |
---|
730 | reloadpcdb: 99 |
---|
731 | |
---|
732 | // Re-load the Message of the Day (admin command) |
---|
733 | reloadmotd: 99 |
---|
734 | |
---|
735 | // Changes the GM level of another character |
---|
736 | // (lasts until reboot, or gm list reload) |
---|
737 | adjgmlvl: 99 |
---|
738 | |
---|
739 | // Changes the required GM level of an @ command |
---|
740 | // (effect lasts until restart or command reload) |
---|
741 | adjcmdlvl: 99 |
---|
742 | |
---|
743 | // [Un]Disguise All Players (admin command) |
---|
744 | disguiseall: 99 |
---|
745 | undisguiseall: 99 |
---|
746 | |
---|
747 | // Mutes every player on screen (admin command) |
---|
748 | mutearea: 99 |
---|
749 | stfu: 99 |
---|
750 | |
---|
751 | // Makes you immune to attacks (monsters/players/skills cannot target/hit you, admin command) |
---|
752 | monsterignore: 99 |
---|
753 | battleignore: 99 |
---|
754 | |
---|
755 | //--------------------------------------------------------------- |
---|
756 | // 99: Weather effects |
---|
757 | |
---|
758 | snow: 99 |
---|
759 | |
---|
760 | clouds: 99 |
---|
761 | |
---|
762 | clouds2: 99 |
---|
763 | |
---|
764 | fog: 99 |
---|
765 | |
---|
766 | fireworks: 99 |
---|
767 | |
---|
768 | sakura: 99 |
---|
769 | |
---|
770 | leaves:99 |
---|
771 | |
---|
772 | // Stop all weather effects |
---|
773 | clearweather: 99 |
---|
774 | |
---|
775 | //--------------------------------------------------------------- |
---|
776 | // 100: Disabled commands |
---|
777 | |
---|
778 | //--------------------- |
---|
779 | // OTHER: not a command |
---|
780 | |
---|
781 | import: conf/import/atcommand_conf.txt |
---|