From 25bea7170287178695d1b9678bb93731c12a041f Mon Sep 17 00:00:00 2001 From: nsstrunks Date: Sat, 18 Dec 2004 17:57:25 +0000 Subject: Added a few new GM commands. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@609 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/atcommand_athena.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'conf-tmpl/atcommand_athena.conf') 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 -- cgit v1.2.3-70-g09d2