diff options
author | nsstrunks <nsstrunks@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-18 17:57:25 +0000 |
---|---|---|
committer | nsstrunks <nsstrunks@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-18 17:57:25 +0000 |
commit | 25bea7170287178695d1b9678bb93731c12a041f (patch) | |
tree | f15141b4e8a8018b4f4c944bb7355779c78846f1 /conf-tmpl/atcommand_athena.conf | |
parent | b5491e298eac626214da63235d6bec2c66d17421 (diff) | |
download | hercules-25bea7170287178695d1b9678bb93731c12a041f.tar.gz hercules-25bea7170287178695d1b9678bb93731c12a041f.tar.bz2 hercules-25bea7170287178695d1b9678bb93731c12a041f.tar.xz hercules-25bea7170287178695d1b9678bb93731c12a041f.zip |
Added a few new GM commands.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@609 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/atcommand_athena.conf')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index 149c1fac5..74d99ab0c 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -105,12 +105,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 @@ -289,6 +301,10 @@ rings: 40 // make another player killable charkillable: 40 +// Same as above, cept uses PID. +charkillableid: 40 +charkillableid2: 40 + //--------------------- // 50: Sub-GM+ commands @@ -384,6 +400,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 @@ -403,6 +423,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 @@ -412,6 +436,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 |