root/conf/atcommand_athena.conf @ 4

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