charcommand_athena.conf 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. // Athena charcommand Configuration file.
  2. // Translated by Peter Kieser <pfak@telus.net>
  3. // The symbol that will be used to recognize commands.
  4. // You can set any one character, except control-characters (0x00-0x1f),
  5. // '%', '$' (party/guild chat speaking) and '/' (standard client commands).
  6. // The symbol must be different from from the standard GM command symbol.
  7. command_symbol: #
  8. //--------------------------
  9. // 0: normal player commands
  10. // None for security purposes.
  11. //-------------------------
  12. // 1: Super player commands
  13. //---------------------------
  14. // 10: Super player+ commands
  15. //----------------------
  16. // 20: Mediator commands
  17. //--------------------
  18. // 40: Sub-GM commands
  19. // View the items in a character's cart
  20. cartlist: 40
  21. // Apply an effect onto another character
  22. effect: 40
  23. // View the exp of a character
  24. exp: 40
  25. // List a chacter's items
  26. itemlist: 40
  27. // View the jail time remaining
  28. jailtime: 40
  29. // Refresh a character
  30. refresh: 40
  31. // List a chacter's stats
  32. stats: 40
  33. // List a chacter's storage items
  34. storagelist: 40
  35. //---------------------
  36. // 50: Sub-GM+ commands
  37. // Change a character's clothing color
  38. dye: 50
  39. // Give another character a fake name
  40. fakename: 50
  41. // Open the hatch dialog for a character
  42. hatch: 50
  43. // Change a character's hair color
  44. hcolor: 50
  45. haircolor: 50
  46. // Change a character's hair style
  47. hstyle: 50
  48. hairstyle: 50
  49. // Changes character's model
  50. model: 50
  51. // Give or remove a peco from a character
  52. mount: 50
  53. mountpeco: 50
  54. // Make another character's pet friendly/not
  55. petfriendly: 50
  56. // Rename another character's pet
  57. petrename: 50
  58. // Change a character's size
  59. size: 50
  60. //----------------
  61. // 60: GM commands
  62. // Resurrects a dead character
  63. alive: 60
  64. revive: 60
  65. // Give a player all the skills available to him/her
  66. allskill: 60
  67. allskills: 60
  68. skillall: 60
  69. skillsall: 60
  70. // Give a character the maximum possible stats
  71. allstat: 60
  72. allstats: 60
  73. statall: 60
  74. statsall: 60
  75. // Change another character's base level (3 same commands)
  76. blvl: 60
  77. blevel: 60
  78. baselvl: 60
  79. baselevel: 60
  80. // Changes the sex of an online player (all characters on the account)
  81. changesex: 60
  82. // Delete items from a character
  83. delitem: 60
  84. // Disguise a character
  85. disguise: 60
  86. undisguise: 60
  87. // Resets another character's designated maps
  88. feelreset: 60
  89. // Change the guild level for a character's guild
  90. glvl: 60
  91. glevel: 60
  92. guildlvl: 60
  93. guildlevel: 60
  94. // Open guild storage for a character
  95. gstorage: 60
  96. // Heal a character
  97. heal: 60
  98. // Invoke GM Hide on a character
  99. hide: 60
  100. // Increase a character's homunculus' level
  101. hlvl: 60
  102. hlevel: 60
  103. homlvl: 60
  104. homlevel: 60
  105. // Evolve a character's homunculus
  106. homevolve: 60
  107. homevolution: 60
  108. // Change a character's homunculus' friendly value
  109. homfriendly: 60
  110. // Change a character's homunculus' hunger value
  111. homhungry: 60
  112. // View a character's homunculus' stats
  113. hominfo: 40
  114. // Give another character an item
  115. item: 60
  116. // Create a specific item (with cards, refines, etc
  117. item2: 60
  118. // Remove all of a character's possessions
  119. itemreset: 60
  120. // Change another character's job (2 same commands)
  121. job: 60
  122. jobchange: 60
  123. // Change another character's job level (3 same commands)
  124. jlvl: 60
  125. jlevel: 60
  126. joblvl: 60
  127. joblevel: 60
  128. // Allow a character to attack anybody
  129. killer: 60
  130. // Make a character killable by anybody
  131. killable: 60
  132. // Return a character to their respawn point
  133. load: 60
  134. // Take away a character's platinum skill
  135. lostskill: 60
  136. // Make a character immune to monsters
  137. monsterignore: 60
  138. // Apply a certain option to another character
  139. option: 60
  140. // Change a character's pet's hungry value
  141. pethungry: 60
  142. // Produce forged equipment on a character (as if he/she was a blacksmith)
  143. produce: 60
  144. // Give another character a platinum skill
  145. questskill: 60
  146. // Performs a stat and skill reset on someone else.
  147. reset: 60
  148. // Save another character
  149. save: 60
  150. // Gives another character skill points
  151. skpoint: 60
  152. // Change a character's walking speed
  153. speed: 60
  154. // Give another character spiritball effect
  155. spiritball: 60
  156. // Open storage for a character
  157. storage: 60
  158. // Gives another character status points
  159. stpoint: 60
  160. // Change a character's stats
  161. str: 60
  162. agi: 60
  163. vit: 60
  164. int: 60
  165. dex: 60
  166. luk: 60
  167. // Resets another character's status, skills
  168. streset: 60
  169. skreset: 60
  170. // Warp a player somewhere else (3 same commands)
  171. warp: 60
  172. rura: 60
  173. rura+: 60
  174. //----------------------
  175. // 80: GM Chief commands
  176. // Refine a character's equipment
  177. refine: 80
  178. // Give another character zeny
  179. zeny: 80
  180. //---------------------------
  181. // 99: Administrator commands
  182. //---------------------------------------------------------------
  183. // 100: Disabled commands
  184. import: conf/import/charcommand_conf.txt