diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-24 22:44:30 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-24 22:44:30 +0000 |
commit | 6963a6654e0a33340497e7d12e9c7c6c4a0bdd6a (patch) | |
tree | df362d05f8a1bc852382c0d2e414dcf5f28b22fc /conf-tmpl/charcommand_athena.conf | |
parent | a093dbfa6658df2636c83afb833508cc08ecb018 (diff) | |
download | hercules-6963a6654e0a33340497e7d12e9c7c6c4a0bdd6a.tar.gz hercules-6963a6654e0a33340497e7d12e9c7c6c4a0bdd6a.tar.bz2 hercules-6963a6654e0a33340497e7d12e9c7c6c4a0bdd6a.tar.xz hercules-6963a6654e0a33340497e7d12e9c7c6c4a0bdd6a.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@355 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/charcommand_athena.conf')
-rw-r--r-- | conf-tmpl/charcommand_athena.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/conf-tmpl/charcommand_athena.conf b/conf-tmpl/charcommand_athena.conf index 2f80208df..109648d3f 100644 --- a/conf-tmpl/charcommand_athena.conf +++ b/conf-tmpl/charcommand_athena.conf @@ -1,14 +1,18 @@ // Athena charcommand Configuration file.
-// Created by MC Cameri for eAthena
+// Translated by Peter Kieser <pfak@telus.net>
// Set here the symbol that you want to use for your commands
// Only 1 character is get (default is '#'). You can set any character,
// except control-character (0x00-0x1f), '%' (party chat speaking) and '/' (standard ragnarok GM commands)
-// With default character, all commands begin by a '#', example: #revive
+// and '@' (Standard GM Commands)
+// With default character, all commands begin by a '#', example: #save SomePlayer
command_symbol: #
job: 60
jobchange: 60
petrename: 50
petfriendly: 50
-stats: 40
\ No newline at end of file +stats: 40
+option: 60
+save: 60
+statsall: 40
\ No newline at end of file |