charcommand_athena.conf 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. // Athena charcommand Configuration file.
  2. // Translated by Peter Kieser <pfak@telus.net>
  3. // Set here the symbol that you want to use for your commands
  4. // Only 1 character is get (default is '#'). You can set any character,
  5. // except control-character (0x00-0x1f), '%' (party chat speaking) and '/' (standard ragnarok GM commands)
  6. // and '@' (Standard GM Commands)
  7. // With default character, all commands begin by a '#', example: #save SomePlayer
  8. command_symbol: #
  9. //Give another character a fake name
  10. fakename: 20
  11. //List a chacter's stats
  12. stats: 40
  13. //Give another character all stats
  14. statsall: 40
  15. //List a chacter's items
  16. itemlist: 40
  17. //Apply an effect onto another character
  18. effect: 40
  19. //List a chacter's storage items
  20. storagelist: 40
  21. //Rename another character's pet
  22. petrename: 50
  23. //Make another character's pet friendly/not
  24. petfriendly: 50
  25. // Changes character's model
  26. model: 50
  27. //Apply a certain option to another character
  28. option: 60
  29. //Save another character
  30. save: 60
  31. //?
  32. reset: 60
  33. //Give another character spiritball effect
  34. spiritball: 60
  35. //Give another character an item
  36. item: 60
  37. //Change another character's job (2 same commands)
  38. job: 60
  39. jobchange: 60
  40. //Give another character zeny
  41. zeny: 60
  42. //Change another character's base level (3 same commands)
  43. baselvl: 60
  44. blvl: 60
  45. baselvlup: 60
  46. //Change another character's job level (3 same commands)
  47. joblvl: 60
  48. jlvl: 60
  49. joblvlup: 60
  50. //Give another character a platinum skill
  51. questskill: 60
  52. //Take away a character's platinum skill
  53. lostskill: 60
  54. // Resets another character's status, skills
  55. streset: 60
  56. skreset: 60
  57. // Gives another character status points
  58. stpoint: 60
  59. // Gives another character skill points
  60. skpoint: 60
  61. // Changes the sex of an online player (all characters on the account)
  62. changesex: 60
  63. // Warp a player somewhere else (3 same commands)
  64. warp: 60
  65. rura: 60
  66. rura+: 60
  67. //Resets another character's designated maps
  68. feelreset: 60
  69. import: conf/import/charcommand_conf.txt