summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-24 22:44:30 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-24 22:44:30 +0000
commit6963a6654e0a33340497e7d12e9c7c6c4a0bdd6a (patch)
treedf362d05f8a1bc852382c0d2e414dcf5f28b22fc /conf-tmpl
parenta093dbfa6658df2636c83afb833508cc08ecb018 (diff)
downloadhercules-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')
-rw-r--r--conf-tmpl/atcommand_athena.conf29
-rw-r--r--conf-tmpl/charcommand_athena.conf10
2 files changed, 10 insertions, 29 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf
index de6937ed8..ae6f0204b 100644
--- a/conf-tmpl/atcommand_athena.conf
+++ b/conf-tmpl/atcommand_athena.conf
@@ -2,7 +2,7 @@
// 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,
+// Only 1 character is get (default is character_savecharacter_save'@'). 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
command_symbol: @
@@ -40,6 +40,8 @@ command_symbol: @
// 0: normal player commands
// Give server time. (6 same commands)
+uptime: 0
+changesex: 0
time: 0
date: 0
server_date: 0
@@ -119,9 +121,6 @@ mountpeco: 20
who: 20
whois: 20
-// Returns list of top 50 logged in characters and their zeny based on zeny sorted from highest amount to lowest.
-whozeny: 20
-
// Returns list of logged in characters with their job.
who2: 20
@@ -172,12 +171,6 @@ kamib: 40
// Enables you to go to a certain map, at (x,y) coordinates. (@mapmove + /mm or /mapmove)
mapmove: 40
-// Enables you to view other characters stats.
-charstats: 40
-
-// Shows Stats Of All Characters Online
-charstatsall: 40
-
// Enables GVG on a map (2 same commands).
gvgon: 40
gpvpon: 40
@@ -294,9 +287,6 @@ useskill: 40
// make another player killable
charkillable: 40
-// makes everyone on server do a random emote
-happyhappyjoyjoy:40
-
//---------------------
// 50: Sub-GM+ commands
@@ -313,19 +303,12 @@ spawn: 50
monster: 50
summon: 50
-// Spawns monster in small or big size.
-monstersmall: 50
-monsterbig: 50
-
// Spawns a monster with parameters not in same order of @spawn.
monster2: 50
// To get a peco to (un)ride for another player.
charmountpeco: 50
-// Enables to give possibility to a player to rename his/her pet.
-charpetrename: 50
-
//----------------
// 60: GM commands
@@ -361,12 +344,6 @@ chardelitem: 60
// Sets another persons job level.
charjlvl: 60
-// Sets the job of another character (2 same commands).
-charjob: 60
-charjobchange: 60
-
-// Set options on another character.
-charoption: 60
// Gives another character status points
charstpoint: 60
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