diff options
Diffstat (limited to 'conf-tmpl/atcommand_athena.conf')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 100 |
1 files changed, 77 insertions, 23 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index f215d2db2..4ba317603 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -34,6 +34,8 @@ command_symbol: @ // -> can do anything, except administration commands // 99: Administrator // -> can do anything! +// 100: Disabled +// -> Commands that aren't used //-------------------------- @@ -41,7 +43,6 @@ command_symbol: @ // Give server time. (6 same commands) uptime: 0 -changesex: 0 time: 0 date: 0 server_date: 0 @@ -49,6 +50,11 @@ serverdate: 0 server_time: 0 servertime: 0 +// Show Monster info (rates, stats, drops, MVP stuff) +mobinfo: 0 +monsterinfo: 0 +mi: 0 + // Display your ignore list (people from which you ignore wisps) ignorelist: 0 @@ -57,17 +63,6 @@ ignorelist: 0 // if you want be sure of each e-mail disable this option (value: 100) email: 0 -// To become GM (need password; password is set in login_athena.conf). -// special!: only a non-GM (player with gm level 0) need to have this command. -// if you change the value, be sure of what you do! -// To be able to create a gm with @gm, you must: -// - give a level to level_new_gm (parameter of login_athena.conf) (not 0) -// - enable to level 0 the @gm command (atcommand_athena.conf) (default 100) - Only level 0 can give access to this command -// - enable gm commands to normal player (battle_athena.conf, atcommand_gm_only parameter) -// - and normal player must give correct password when he use the @gm command (gm_pass paramter in login_athena.conf) -gm: 100 - - //------------------------- // 1: Super player commands @@ -91,6 +86,7 @@ where: 1 // Spawns you to set points in major cities. go: 10 +autoloot: 10 //---------------------- @@ -105,12 +101,24 @@ jumpto: 20 goto: 20 warpto: 20 +// Warp yourself to a person by PID (similar to above, cept you us the PID) +jumptoid: 20 +jumptoid2: 20 +gotoid: 20 +gotoid2: 20 +warptoid: 20 +warptoid2: 20 + // follow a player (including warping to them) follow: 20 // Disconnects a user from the server (1 command + right click menu for GM "(name) force to quit"). kick: 20 +// Disconnects a user from the server using their PID. +kickid: 20 +kickid2: 20 + // Changes your apperance. model: 20 @@ -162,7 +170,7 @@ exall: 20 broadcast: 40 // Broadcast to the map you are on (1 command + /lb, /nlb). -local_broadcast: 40 +localbroadcast: 40 // Broadcast (with or without name). kami: 40 @@ -260,12 +268,6 @@ save: 40 // Do some visual effect on your character effect: 40 -// Display all items of a player -charitemlist: 40 - -// Display all items of a player's storage -charstoragelist: 40 - // Display all items of a player's cart charcartlist: 40 @@ -287,9 +289,21 @@ useskill: 40 // What skills are required to get this skill skilltree: 40 +// Marriage skills +marry: 40 +divorce: 40 +rings: 40 + // make another player killable charkillable: 40 +// Same as above, cept uses PID. +charkillableid: 40 +charkillableid2: 40 + +// Play a Sound! +sound: 40 + //--------------------- // 50: Sub-GM+ commands @@ -312,6 +326,11 @@ monster2: 50 // To get a peco to (un)ride for another player. charmountpeco: 50 +// ?? +monstersmall: 50 + +// ?? +monsterbig: 50 //---------------- // 60: GM commands @@ -340,6 +359,7 @@ charbaselvl: 60 // Changes the sex of an online player (all characters on the account) charchangesex: 60 +changesex: 60 // Remove items from a character chardelitem: 60 @@ -364,9 +384,6 @@ charskreset: 60 // Saves the respawn point of another character. charsave: 60 -// Changes another character's zenny -charzeny: 60 - // Levels your guild to specified level (2 same commands). guildlvup: 60 guildlvlup: 60 @@ -385,6 +402,10 @@ itemcheck: 60 // Kill another character without hitting them. kill: 60 +// Same as above, cept uses PID. +killid: 60 +killid2: 60 + // Kill all monsters in map (with drops) killmonster: 60 @@ -404,6 +425,10 @@ produce: 60 // Warps a character to you (1 command + /recall). recall: 60 +// Warps a character to you using their PID. +recallid: 60 +recallid2: 60 + // Refines all weapons in your items list. refine: 60 @@ -413,6 +438,10 @@ repairall: 60 // Revives a character, and heals them. revive: 60 +// Same as above, cept uses PID. +reviveid: 60 +reviveid2: 60 + // Warp another person to a certain map, at (x,y) coordinates (2 same commands). rura+: 60 charwarp: 60 @@ -538,6 +567,9 @@ enablenpc: 80 // Disables a NPC. disablenpc: 80 +// Hides a NPC. +hidenpc: 80 + // Move a NPC npcmove: 80 @@ -589,6 +621,22 @@ setbattleflag: 99 // Refresh only status of players - SQL Only refreshonline: 99 +// Re-load gm command config (admin command) +reloadatcommand: 99 + +// Re-load battle config (admin command) +reloadbattleconf: 99 + +// Re-load status database (admin command) +reloadstatusdb: 99 + +// Re-load player info database (admin command) +reloadpcdb: 99 + +// [Un]Disguise All Players +disguiseall: 99 +undisguiseall: 99 + //--------------------------------------------------------------- // 99: Weather effects @@ -602,6 +650,9 @@ sakura: 99 leaves:99 +// Stop all weather effects +clearweather: 99 + //--------------------------------------------------------------- // 0: Mail System - SQL Only commands - Must be enabled @@ -626,9 +677,12 @@ sendprioritymail: 80 // Delete a message. deletemail: 0 +//--------------------------------------------------------------- +// 100: Disabled commands +gm: 100 //--------------------- // OTHER: not a command -//import: conf/import/atcommand_conf.txt +import: conf/import/atcommand_conf.txt |