diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-06-26 21:14:20 +0300 |
commit | 610130172552889d6dfb4c5ebc964bb90fdc73d2 (patch) | |
tree | 79b344a1753308a461c7a27613f92fc7f67a08ee /conf/atcommand.conf | |
parent | ba2840f8462390889ad5f3031b5bcc3068e3aba5 (diff) | |
download | hercules-610130172552889d6dfb4c5ebc964bb90fdc73d2.tar.gz hercules-610130172552889d6dfb4c5ebc964bb90fdc73d2.tar.bz2 hercules-610130172552889d6dfb4c5ebc964bb90fdc73d2.tar.xz hercules-610130172552889d6dfb4c5ebc964bb90fdc73d2.zip |
Remove conf dir.
Diffstat (limited to 'conf/atcommand.conf')
-rw-r--r-- | conf/atcommand.conf | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf deleted file mode 100644 index 871322a05..000000000 --- a/conf/atcommand.conf +++ /dev/null @@ -1,73 +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 the 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"] - channel: ["main"] - autoloottype: ["aloottype"] - camerainfo: ["setcamera", "viewpointvalue"] -} - -/* List of commands that should not be logged at all */ -/* Add as many commands as you like */ -nolog: { - iteminfo: 1 - mobinfo: 1 -} - -/* Commands help file */ -help: { - @include "conf/map/help.txt" -} |