summaryrefslogtreecommitdiff
path: root/conf/atcommand_athena.conf
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-01-25 14:02:43 -0200
committershennetsind <ind@henn.et>2013-01-25 14:03:15 -0200
commitcf0e8e7563e4273137c8a582d66fe4fcc6c283fa (patch)
treeb8110178da066837e6776dee756191ed51254b5f /conf/atcommand_athena.conf
parent6864c961e1cfad9650d2343bf94a9e6b197360e3 (diff)
downloadhercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.gz
hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.bz2
hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.tar.xz
hercules-cf0e8e7563e4273137c8a582d66fe4fcc6c283fa.zip
Dropping _athena file suffixes
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf/atcommand_athena.conf')
-rw-r--r--conf/atcommand_athena.conf64
1 files changed, 0 insertions, 64 deletions
diff --git a/conf/atcommand_athena.conf b/conf/atcommand_athena.conf
deleted file mode 100644
index 5a0a5b289..000000000
--- a/conf/atcommand_athena.conf
+++ /dev/null
@@ -1,64 +0,0 @@
-/* Atcommands and charcommands configuration file */
-
-/* The symbol that will be used to recognize commands.
-You can set any one character except:
- - control-characters (0x00-0x1f),
- - '%' (party chat symbol)
- - '$' (guild chat symbol)
- - '/' (client commands symbol)
-atcommand_symbol represents @commands used locally.
-charcommand_symbol represents #commands used on other players.
-*/
-
-atcommand_symbol : "@"
-charcommand_symbol: "#"
-
-/* Command aliases
-You can define aliases for any command. Aliases work just like original
-command.
-Format is
- <commandname>: ["<alias>", ...]
-*/
-
-aliases: {
- mobinfo: ["monsterinfo", "mi"]
- iteminfo: ["ii"]
- time: ["date", "serverdate", "servertime"]
- autotrade: ["at"]
- help: ["h"]
- jumpto: ["goto", "warpto"]
- mount: ["mountpeco"]
- who: ["whois"]
- npctalk: ["npctalkc"]
- gvgon: ["gpvpon"]
- gvgoff: ["gpvpoff"]
- jobchange: ["job"]
- load: ["return"]
- warp: ["rura", "mapmove"]
- dye: ["ccolor"]
- hairstyle: ["hstyle"]
- haircolor: ["hcolor"]
- monster: ["spawn"]
- blvl: ["lvup", "blevel", "baselvl", "baselvup", "baselevel", "baselvlup"]
- jlvl: ["jlevel", "joblvl", "joblvup", "joblevel", "joblvlup"]
- glvl: ["glevel", "guildlvl", "guildlvup", "guildlevel", "guildlvlup"]
- allskill: ["allskills", "skillall", "skillsall"]
- allstats: ["allstat", "statall", "statsall"]
- ban: ["banish"]
- unban: ["unbanish"]
- unjail: ["discharge"]
- homlevel: ["hlvl", "hlevel", "homlvl", "homlvup"]
- homevolution: ["homevolve"]
- mutearea: ["stfu"]
- monsterignore: ["battleignore"]
- raise: ["revive"]
- kill: ["die"]
- guildstorage: ["gstorage"]
- accinfo: ["accountinfo"]
- itemreset: ["clearinventory"]
-}
-
-/* Commands help file */
-help: {
- @include "conf/help.txt"
-} \ No newline at end of file