atcommand_athena.conf 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /* Atcommands and charcommands configuration file */
  2. /* The symbol that will be used to recognize commands.
  3. You can set any one character except:
  4. - control-characters (0x00-0x1f),
  5. - '%' (party chat symbol)
  6. - '$' (guild chat symbol)
  7. - '/' (client commands symbol)
  8. atcommand_symbol represents @commands used locally.
  9. charcommand_symbol represents #commands used on other players.
  10. */
  11. atcommand_symbol : "@"
  12. charcommand_symbol: "#"
  13. /* Command aliases
  14. You can define aliases for any command. Aliases work just like original
  15. command.
  16. Format is
  17. <commandname>: ["<alias>", ...]
  18. */
  19. aliases: {
  20. mobinfo: ["monsterinfo", "mi"]
  21. iteminfo: ["ii"]
  22. time: ["date", "serverdate", "servertime"]
  23. autotrade: ["at"]
  24. help: ["h"]
  25. jumpto: ["goto", "warpto"]
  26. mount: ["mountpeco"]
  27. who: ["whois"]
  28. npctalk: ["npctalkc"]
  29. gvgon: ["gpvpon"]
  30. gvgoff: ["gpvpoff"]
  31. jobchange: ["job"]
  32. load: ["return"]
  33. warp: ["rura", "mapmove"]
  34. dye: ["ccolor"]
  35. hairstyle: ["hstyle"]
  36. haircolor: ["hcolor"]
  37. monster: ["spawn"]
  38. blvl: ["lvup", "blevel", "baselvl", "baselvup", "baselevel", "baselvlup"]
  39. jlvl: ["jlevel", "joblvl", "joblvup", "joblevel", "joblvlup"]
  40. glvl: ["glevel", "guildlvl", "guildlvup", "guildlevel", "guildlvlup"]
  41. resetstat: ["streset"]
  42. resetskill: ["skreset"]
  43. allskill: ["allskills", "skillall", "skillsall"]
  44. allstats: ["allstat", "statall", "statsall"]
  45. ban: ["banish"]
  46. unban: ["unbanish"]
  47. unjail: ["discharge"]
  48. homlevel: ["hlvl", "hlevel", "homlvl", "homlvup"]
  49. homevolution: ["homevolve"]
  50. mutearea: ["stfu"]
  51. monsterignore: ["battleignore"]
  52. raise: ["revive"]
  53. kill: ["die"]
  54. guildstorage: ["gstorage"]
  55. accinfo: ["accountinfo"]
  56. itemreset: ["clearinventory"]
  57. channel: ["main"]
  58. autoloottype: ["aloottype"]
  59. cloneequip: ["eqclone"]
  60. clonestat: ["stclone"]
  61. reloadnpcfile: ["reloadnpc"]
  62. changedress: ["nocosplay"]
  63. camerainfo: ["viewpointvalue", "setcamera"]
  64. }
  65. /* Commands help file */
  66. help: {
  67. @include "conf/help.txt"
  68. }