gm.conf 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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: Value is a config switch (on/off, yes/no or 1/0)
  19. // Note 2: Value is in percents (100 means 100%)
  20. //--------------------------------------------------------------
  21. // The maximum quantity of monsters that can be summoned per GM command (0 denotes an unlimited quantity)
  22. atcommand_spawn_quantity_limit: 100
  23. // Maximum number of slave-clones that can be have by using the @slaveclone at command. (0 denotes unlimited quantity)
  24. atcommand_slave_clone_limit: 25
  25. // If 'no', commands require exact player name. If 'yes', entering a partial
  26. // name will work, as long as there's only one match from all players in the
  27. // current map server.
  28. partial_name_scan: yes
  29. // The level at which a player with access is considered a GM.
  30. // An account with an access level lower than this is not effected
  31. // by gm_can_drop_lv (battle_athena.conf).
  32. lowest_gm_level: 1
  33. // [GM] Can use all skills? (No or mimimum GM level)
  34. gm_all_skill: no
  35. // [GM] Can equip anything? (No or minimum GM level, can cause client errors.)
  36. gm_all_equipment: no
  37. // [GM] Can use skills without meeting the required conditions (items, etc...)?
  38. // 'no' or minimum GM level to bypass requirements.
  39. gm_skill_unconditional: no
  40. // [GM] Can join a password protected chat? (No or mimimum GM level)
  41. gm_join_chat: no
  42. // [GM] Can't be kicked from a chat? (No or mimimum GM level)
  43. gm_kick_chat: no
  44. // (@) GM Commands available only to GM's? (Note 1)
  45. // set to 'No', Normal players (gm level 0) can use GM commands _IF_ you set the command level to 0.
  46. // set to 'Yes', Normal players (gm level 0) can never use a GM command even if you set the command level to 0.
  47. atcommand_gm_only: no
  48. // Is the character of a GM account set as the object of a display by @ command etc. or not?
  49. hide_GM_session: no
  50. // At what GM level can you see GMs and Account/Char IDs in the @who command?
  51. who_display_aid: 40
  52. // Ban people that try trade dupe.
  53. // Duration of the ban, in minutes (default: 5). To disable the ban, set 0.
  54. ban_hack_trade: 5
  55. // Set here minimum level of a (online) GM that can receive all informations about any player that try to hack, spoof a name, etc.
  56. // Values are from 0 to 100.
  57. // 100: disable information
  58. // 0: send to any people, including normal players
  59. // default: 60, according to GM definition in atcommand_athena.conf
  60. hack_info_GM_level: 60
  61. // The minimum GM level to bypass nowarp and nowarpto mapflags.
  62. // This option is mainly used in commands which modify a character's
  63. // map/coordinates (like @memo, @warp, @charwarp, @go, @jump, etc...).
  64. // default: 20 (first level after normal player or super'normal' player)
  65. any_warp_GM_min_level: 20
  66. // The minimum level for a GM to be unable to distribute items.
  67. // You should set this to the same level @item is set to in the atcommand.conf
  68. // NEVER SET THIS VALUE TO 0, or you will block drop/trade for normal players
  69. gm_cant_drop_min_lv: 1
  70. //The trust level for your GMs. Any GMs ABOVE this level will be able to distribute items
  71. //ie: Use Storage/Guild Storage, Drop Items, Use Vend, Trade items.
  72. gm_cant_drop_max_lv: 0
  73. // Minimum GM level to see the hp of every player? (Default: 60)
  74. // no/0 can be used to disable it.
  75. disp_hpmeter: 0
  76. // Minimum GM level to view players equip regardless of their setting.
  77. // (Default: 0 = Disabled).
  78. gm_viewequip_min_lv: 0
  79. // Players Titles (check msg_athena.conf for title strings)
  80. // You may assign different titles for your Players and GMs
  81. title_lvl1: 1
  82. title_lvl2: 10
  83. title_lvl3: 20
  84. title_lvl4: 40
  85. title_lvl5: 50
  86. title_lvl6: 60
  87. title_lvl7: 80
  88. title_lvl8: 99