gm.conf 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. // ______ __ __
  2. // /\ _ \/\ \__/\ \
  3. // __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
  4. // /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
  5. ///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
  6. //\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
  7. // \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
  8. // _ _ _ _ _ _ _ _ _ _ _ _ _
  9. // / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
  10. //( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
  11. // \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
  12. //
  13. //--------------------------------------------------------------
  14. // eAthena Battle Configuration File
  15. // Originally Translated by Peter Kieser <pfak@telus.net>
  16. // Made in to plainer English by Ancyker
  17. //--------------------------------------------------------------
  18. //Note 1: Directives can be set using on/off, yes/no or 1/0.
  19. //Note 2: All rates are in percents, 100 would mean 100%, 200
  20. // would mean 200%, etc
  21. //Note 3: Value is not limited to 60K (see below)
  22. // Other Information:
  23. // All options are limited to a max of 60K (aprox) which is 600%
  24. // or 60secs as appropiate.
  25. // 1000 miliseconds is 1 second.
  26. // Unless otherwise specified, the minimum value is 0 for all
  27. // features.
  28. //--------------------------------------------------------------
  29. // The maximum quantity of monsters that can be summoned per GM command (0 denotes an unlimited quantity)
  30. atcommand_spawn_quantity_limit: 100
  31. // Maximum number of slave-clones that can be have by using the @slaveclone at command. (0 denotes unlimited quantity)
  32. atcommand_slave_clone_limit: 25
  33. // [GM] Can use all skills? (No or mimimum GM level)
  34. gm_all_skill: no
  35. // [GM] Can use all abracadabra skills? (No minimum GM level)
  36. gm_all_skill_add_abra: no
  37. // [GM] Can equip anything? (No or minimum GM level, can cause client errors.)
  38. gm_all_equipment: no
  39. // [GM] Can use skills without meeting the required conditions (no
  40. // blue gems? no or minimum GM level to bypass requirements.
  41. gm_skill_unconditional: no
  42. // [GM] Can join a password protected chat? (No or mimimum GM level)
  43. gm_join_chat: no
  44. // [GM] Can't be kicked from a chat? (No or mimimum GM level)
  45. gm_kick_chat: no
  46. // (@) GM Commands available only to GM's? (Note 1)
  47. // set to 'No', Normal players (gm level 0) can use GM commands _IF_ you set the command level to 0.
  48. // set to 'Yes', Normal players (gm level 0) can never use a GM command even if you set the command level to 0.
  49. atcommand_gm_only: no
  50. // Is the character of a GM account set as the object of a display by @ command etc. or not?
  51. hide_GM_session: no
  52. // Ban people that try to use an other name of its name (spoof name).
  53. // Duration of the ban, in minutes (default: 5). Value from 0 to 32767
  54. // to disable the ban, set 0
  55. ban_spoof_namer: 5
  56. // Ban people that try trade dupe.
  57. // Duration of the ban, in minutes (default: 5). Value from 0 to 32767
  58. // to disable the ban, set 0
  59. ban_hack_trade: 5
  60. // Set here minimum level of a (online) GM that can receive all informations about any player that try to hack, spoof a name, etc.
  61. // Values are from 0 to 100.
  62. // 100: disable information
  63. // 0: send to any people, including normal players
  64. // default: 60, according to GM definition in atcommand_athena.conf
  65. hack_info_GM_level: 60
  66. // Set here the minimum GM level to disable the nowarp (from) and nowarpto (to) flags.
  67. // This option is mainly used in AT_commands (@memo, @warp, @charwarp, @go, etc...). All GM commands used to move or set a new map check nowarp and nowarpto flags.
  68. // default: 20 (first level after normal player or super'normal' player)
  69. any_warp_GM_min_level: 20
  70. // Allow GM commands to be used when muted?
  71. allow_atcommand_when_mute: yes
  72. // The minimum level for a GM to be unable to distribyte items.
  73. // You should set this to the same level @item is set to in the atcommand.conf
  74. // NEVER SET THIS VALUE TO 0, or you will block drop/trade for normal players
  75. gm_cant_drop_min_lv: 1
  76. //The trust level for your GMs. Any GMs ABOVE this level will be able to distribute items
  77. //ie: Use Storage/Guild Storage, Drop Items, Use Vend, Trade items.
  78. gm_cant_drop_max_lv: 98
  79. // Minimum GM level to see the hp of every player? (Default: 60)
  80. // no/0 can be used to disable it.
  81. disp_hpmeter: 0
  82. // At what GM level can users see Account/Character IDs in the @who command?
  83. who_display_aid: 40
  84. // Players Titles (check msg_athena.conf for title strings)
  85. // You may assign different titles for your Players and GMs
  86. title_lvl1: 1
  87. title_lvl2: 10
  88. title_lvl3: 20
  89. title_lvl4: 40
  90. title_lvl5: 50
  91. title_lvl6: 60
  92. title_lvl7: 80
  93. title_lvl8: 99