summaryrefslogtreecommitdiff
path: root/conf/atcommand_athena.conf
diff options
context:
space:
mode:
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