diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
commit | 288490094a7fe9167747dc78d416940759a31197 (patch) | |
tree | 53dc4f5c2375f4b688b53ca8841630ddec5e1f88 /conf-tmpl/charcommand_athena.conf | |
parent | 8ec1c47aed09c90343949d57c92760ba84738a46 (diff) | |
download | hercules-288490094a7fe9167747dc78d416940759a31197.tar.gz hercules-288490094a7fe9167747dc78d416940759a31197.tar.bz2 hercules-288490094a7fe9167747dc78d416940759a31197.tar.xz hercules-288490094a7fe9167747dc78d416940759a31197.zip |
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/charcommand_athena.conf')
-rw-r--r-- | conf-tmpl/charcommand_athena.conf | 196 |
1 files changed, 98 insertions, 98 deletions
diff --git a/conf-tmpl/charcommand_athena.conf b/conf-tmpl/charcommand_athena.conf index 40c4b5883..063cd3f30 100644 --- a/conf-tmpl/charcommand_athena.conf +++ b/conf-tmpl/charcommand_athena.conf @@ -1,98 +1,98 @@ -// Athena charcommand Configuration file.
-// 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)
-// and '@' (Standard GM Commands)
-// With default character, all commands begin by a '#', example: #save SomePlayer
-command_symbol: #
-
-//Give another character a fake name
-fakename: 20
-
-//List a chacter's stats
-stats: 40
-
-//Give another character all stats
-statsall: 40
-
-//List a chacter's items
-itemlist: 40
-
-//Apply an effect onto another character
-effect: 40
-
-//List a chacter's storage items
-storagelist: 40
-
-//Rename another character's pet
-petrename: 50
-
-//Make another character's pet friendly/not
-petfriendly: 50
-
-// Changes character's model
-model: 50
-
-//Apply a certain option to another character
-option: 60
-
-//Save another character
-save: 60
-
-//?
-reset: 60
-
-//Give another character spiritball effect
-spiritball: 60
-
-//Give another character an item
-item: 60
-
-//Change another character's job (2 same commands)
-job: 60
-jobchange: 60
-
-//Give another character zeny
-zeny: 60
-
-//Change another character's base level (3 same commands)
-baselvl: 60
-blvl: 60
-baselvlup: 60
-
-//Change another character's job level (3 same commands)
-joblvl: 60
-jlvl: 60
-joblvlup: 60
-
-//Give another character a platinum skill
-questskill: 60
-
-//Take away a character's platinum skill
-lostskill: 60
-
-// Resets another character's status, skills
-streset: 60
-skreset: 60
-
-
-// Gives another character status points
-stpoint: 60
-
-// Gives another character skill points
-skpoint: 60
-
-// Changes the sex of an online player (all characters on the account)
-changesex: 60
-
-// Warp a player somewhere else (3 same commands)
-warp: 60
-rura: 60
-rura+: 60
-
-//Resets another character's designated maps
-feelreset: 60
-
-import: conf/import/charcommand_conf.txt
+// Athena charcommand Configuration file. +// 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) +// and '@' (Standard GM Commands) +// With default character, all commands begin by a '#', example: #save SomePlayer +command_symbol: # + +//Give another character a fake name +fakename: 20 + +//List a chacter's stats +stats: 40 + +//Give another character all stats +statsall: 40 + +//List a chacter's items +itemlist: 40 + +//Apply an effect onto another character +effect: 40 + +//List a chacter's storage items +storagelist: 40 + +//Rename another character's pet +petrename: 50 + +//Make another character's pet friendly/not +petfriendly: 50 + +// Changes character's model +model: 50 + +//Apply a certain option to another character +option: 60 + +//Save another character +save: 60 + +//? +reset: 60 + +//Give another character spiritball effect +spiritball: 60 + +//Give another character an item +item: 60 + +//Change another character's job (2 same commands) +job: 60 +jobchange: 60 + +//Give another character zeny +zeny: 60 + +//Change another character's base level (3 same commands) +baselvl: 60 +blvl: 60 +baselvlup: 60 + +//Change another character's job level (3 same commands) +joblvl: 60 +jlvl: 60 +joblvlup: 60 + +//Give another character a platinum skill +questskill: 60 + +//Take away a character's platinum skill +lostskill: 60 + +// Resets another character's status, skills +streset: 60 +skreset: 60 + + +// Gives another character status points +stpoint: 60 + +// Gives another character skill points +skpoint: 60 + +// Changes the sex of an online player (all characters on the account) +changesex: 60 + +// Warp a player somewhere else (3 same commands) +warp: 60 +rura: 60 +rura+: 60 + +//Resets another character's designated maps +feelreset: 60 + +import: conf/import/charcommand_conf.txt |