summaryrefslogtreecommitdiff
path: root/conf/atcommand_athena.conf
diff options
context:
space:
mode:
authorsketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-12-23 02:06:21 +0000
committersketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-12-23 02:06:21 +0000
commit9c2a0d9db60a698035ec6821239c20ab81b148ca (patch)
treee57b0962eefe666f4d146e9fed4b125d21f309a8 /conf/atcommand_athena.conf
parent49a14a494e831d32f6a0cfb72c7cff5bbbd675e7 (diff)
downloadhercules-9c2a0d9db60a698035ec6821239c20ab81b148ca.tar.gz
hercules-9c2a0d9db60a698035ec6821239c20ab81b148ca.tar.bz2
hercules-9c2a0d9db60a698035ec6821239c20ab81b148ca.tar.xz
hercules-9c2a0d9db60a698035ec6821239c20ab81b148ca.zip
* Added a few missing atcommands.
* Added more commands to configurations (bugreport:2565) * Added a missing charcommand symbol config to atcommand configs. * GM command configs under the old format will have a warning printed back to the console as being deprecated. * Other fixes/cleaning partially resolving bugreport:2549 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13409 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/atcommand_athena.conf')
-rw-r--r--conf/atcommand_athena.conf32
1 files changed, 29 insertions, 3 deletions
diff --git a/conf/atcommand_athena.conf b/conf/atcommand_athena.conf
index d8ef70652..ec7a1af57 100644
--- a/conf/atcommand_athena.conf
+++ b/conf/atcommand_athena.conf
@@ -6,12 +6,15 @@
// The symbol that will be used to recognize commands.
// You can set any one character except control-characters (0x00-0x1f),
// '%', '$' (party/guild chat speaking) and '/' (standard client commands).
-// The symbol must also be different from from the GM charcommand symbol.
+// command_symbol represents @commands used locally
+// char_symbol represents #commands used on other players.
command_symbol: @
+char_symbol: #
// The following settings in this file use the format "<command name>: level(@),level(#)".
// They define the minimum GM level required to execute the associated command.
-// @ = self use, # = useable on other players
+// @ = atcommand. most work only on yourself.
+// # = charcommand. remote usage only. GMs will be able to use these on other players.
// Adjust values as you like. Note that to activate commands for normal players,
// (GM level 0), you also need to change the 'atcommand_gm_only' option to 'no'.
// To completely disable a command, set its required GM level to 100.
@@ -408,6 +411,18 @@ adopt: 40,40
// Play a Sound!
sound: 40,40
+// Displays a player's storage
+storagelist: 40,40
+
+// Displays a player's cart contents
+cartlist: 40,40
+
+// Displays a player's items
+itemlist: 40,40
+
+// Displays a player's stats
+stats: 40,40
+
//---------------------
// 50: Sub-GM+ commands
@@ -620,6 +635,17 @@ homhungry: 60,60
// Re-calculates stats, as if the homun was sent back to level 1 and re-leveled
homshuffle: 60,60
+// WoE 2 start/stop commands
+agitstart2: 60,60
+agitend: 60,60
+
+// Resets player stats
+streset: 60,60
+
+// Resets player skills
+skreset: 60,60
+
+
//----------------------
// 80: GM Chief commands
@@ -765,7 +791,7 @@ fireworks: 99,99
sakura: 99,99
-leaves:99
+leaves:99,99
// Stop all weather effects
clearweather: 99,99