skill.conf 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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. // Note 3: Value is a bit field. If no description is given,
  21. // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary)
  22. //--------------------------------------------------------------
  23. // The rate of time it takes to cast a spell (Note 2, 0 = No casting time)
  24. casting_rate: 100
  25. // Delay time after casting (Note 2)
  26. delay_rate: 100
  27. // Does the delay time depend on the caster's DEX and/or AGI? (Note 1)
  28. // Note: On Official servers, neither Dex nor Agi affect delay time
  29. delay_dependon_dex: no
  30. delay_dependon_agi: no
  31. // Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1)
  32. // Note: Setting this to anything above 0 can stop speedhacks.
  33. min_skill_delay_limit: 100
  34. // This delay is the min 'can't walk delay' of all skills.
  35. // NOTE: Do not set this too low, if a character starts moving too soon after
  36. // doing a skill, the client will not update this, and the player/mob will
  37. // appear to "teleport" afterwards.
  38. default_walk_delay: 300
  39. //Completely disable skill delay of the following types (Note 3)
  40. //NOTE: By default mobs don't have the skill delay as specified in the skill
  41. // database, but follow their own 'reuse' skill delay which is specified on
  42. // the mob skill db. When set, the delay for all skills become
  43. // min_skill_delay_limit.
  44. no_skill_delay: 2
  45. // At what dex does the cast time become zero (instacast)?
  46. castrate_dex_scale: 150
  47. // Will normal attacks be able to ignore the delay after skills? (Note 1)
  48. skill_delay_attack_enable: yes
  49. // Range added to skills after their cast time finishes.
  50. // Decides how far away the target can walk away after the skill began casting before the skill fails.
  51. // 0 disables this range checking (default)
  52. skill_add_range: 0
  53. // If the target moves out of range while casting, do we take the items and SP for the skill anyway? (Note 1)
  54. skill_out_range_consume: no
  55. // Does the distance between caster and target define if the skill is a ranged skill? (Note 3)
  56. // If set, when the distance between caster and target is greater than 3 the skill is considered long-range, otherwise it's a melee range.
  57. // If not set, then the range is determined by the skill's range (if it is above 5, the skill is ranged).
  58. // Default 14 (mobs + pets + homun)
  59. skillrange_by_distance: 14
  60. // Should the equipped weapon's range override the skill's range defined in the skill_db for most weapon-based skills? (Note 3)
  61. // NOTE: Skills affected by this option are those whose range in the skill_db are negative. Note that unless monster_ai&0x400 is
  62. // set, the range of all skills is 9 for monsters.
  63. skillrange_from_weapon: 30
  64. // Should a check on the caster's status be performed in all skill attacks?
  65. // When set to yes, meteors, storm gust and any other ground skills will have
  66. // no effect while the caster is unable to fight (eg: stunned).
  67. skill_caster_check: yes
  68. // Should ground placed skills be removed as soon as the caster dies? (Note 3)
  69. clear_skills_on_death: 0
  70. // Should ground placed skills be removed when the caster changes maps? (Note 3)
  71. clear_skills_on_warp: 15
  72. //Setting this to YES will override the target mode of ground-based skills with the flag 0x01 to "No Enemies"
  73. //The two skills affected by default are Pneuma and Safety Wall (if set to yes, those two skills will not protect everyone, but only allies)
  74. //See db/skill_unit_db.txt for more info.
  75. defunit_not_enemy: no
  76. // Do skills do at least 'hits' damage when they don't miss/are blocked?
  77. //(for example, will firebolts always do "number of bolts" damage versus plants?)
  78. //Values (add as appropiate): 1 for weapon-based attacks, 2 for magic attacks, 4 for misc attacks.
  79. skill_min_damage: 6
  80. // The delay rate of monk's combo (Note 2)
  81. combo_delay_rate: 100
  82. // Use alternate auto Counter Attack Skill Type? (Note 3)
  83. // For those characters on which it is set, 100% Critical,
  84. // Otherwise it disregard DEF and HIT+20, CRI*2
  85. auto_counter_type: 15
  86. // Can ground skills be placed on top of each other? (Note 3)
  87. // By default, skills with UF_NOREITERATION set cannot be stacked on top of
  88. // other skills, this setting will override that. (skill_unit_db)
  89. skill_reiteration: 0
  90. // Can ground skills NOT be placed underneath/near players/monsters? (Note 3)
  91. // If set, only skills with UF_NOFOOTSET set will be affected (skill_unit_db)
  92. skill_nofootset: 1
  93. // Should traps (hunter traps + quagmire) change their target to "all" inside gvg/pvp grounds? (Note 3)
  94. // Default on official servers: yes for player-traps
  95. gvg_traps_target_all: 1
  96. // Some traps settings (add as necessary):
  97. // 1: Traps are invisible to those who come into view of it. When unset, all traps are visible at all times.
  98. // (Invisible traps can be revealed through Hunter's Detecting skill)
  99. traps_setting: 0
  100. // Restrictions applied to the Alchemist's Summon Flora skill (add as necessary)
  101. // 1: Enable players to damage the floras outside of versus grounds.
  102. // 2: Disable having different types out at the same time
  103. // (eg: forbid summoning anything except hydras when there's already
  104. // one hydra out)
  105. summon_flora_setting: 3
  106. // Whether placed down skills will check walls (Note 1)
  107. // (Makes it so that Storm Gust/Lord of Vermillion/etc when casted next to a wall, won't hit on the other side)
  108. skill_wall_check: yes
  109. // When cloaking, Whether the wall is checked or not. (Note 1)
  110. // Note: When the skill does not checks for walls, you will always be considered
  111. // as if you had a wall-next to you (you always get the wall-based speed).
  112. // Add the settings as required, being hit always uncloaks you.
  113. //
  114. // 0 = doesn't check for walls
  115. // 1 = Check for walls
  116. // 2 = Cloaking is not cancelled when attacking.
  117. // 4 = Cloaking is not cancelled when using skills
  118. player_cloak_check_type: 1
  119. monster_cloak_check_type: 4
  120. // Can't place unlimited land skills at the same time (Note 3)
  121. land_skill_limit: 1
  122. //Determines which kind of skill-failed messages should be sent:
  123. // 1 - Disable all skill-failed messages.
  124. // 2 - Disable skill-failed messages due to can-act delays.
  125. // 4 - Disable failed message from Snatcher
  126. // 8 - Disable failed message from Envenom
  127. display_skill_fail: 2
  128. // Can a player in chat room (in-game), be warped by a warp portal? (Note 1)
  129. chat_warpportal: no
  130. // What should the wizard's "Sense" skill display on the defense fields?
  131. // 0: Do not show defense
  132. // 1: Base defense
  133. // 2: Vit/Int defense
  134. // 3: Both (the addition of both) [default]
  135. sense_type: 3
  136. // Which finger offensive style will be used?
  137. // 0 = Aegis style (single multi-hit attack)
  138. // 1 = Athena style (multiple consecutive attacks)
  139. finger_offensive_type: 0
  140. // Grandcross Settings (Dont mess with these)
  141. // If set to no, hit interval is increased based on the amount of mobs standing on the same cell
  142. // (means that when there's stacked mobs in the same cell, they won't receive all hits)
  143. gx_allhit: no
  144. // Grandcross display type (Default 1)
  145. // 0: Yellow character
  146. // 1: White character
  147. gx_disptype: 1
  148. // Max Level Difference for Devotion
  149. devotion_level_difference: 10
  150. // If no than you can use the ensemble skills alone. (Note 1)
  151. player_skill_partner_check: yes
  152. // Remove trap type
  153. // 0 = Aegis system : Returns 1 'Trap' item
  154. // 1 = Athena system : Returns all items used to deploy the trap
  155. skill_removetrap_type: 0
  156. // Does using bow to do a backstab give a 50% damage penalty? (Note 1)
  157. backstab_bow_penalty: yes
  158. // How many times you could try to steal from a mob.
  159. // Note: It helps to avoid stealing exploit on monsters with few rare items
  160. // Use 0 to disable (max allowed value is 255)
  161. skill_steal_max_tries: 0
  162. // Can Rogues plagiarize advanced job skills
  163. // 0 = no restriction
  164. // 1 = only stalker may plagiarize advanced skills
  165. // 2 = advanced skills cannot be plagiarized by anyone
  166. // Official servers setting: 2
  167. copyskill_restrict: 2
  168. // Does Berserk/Frenzy cancel other self-buffs when used?
  169. berserk_cancels_buffs: no
  170. // Level and Strength of "MVP heal". When someone casts a heal of this level or
  171. // above, the heal formula is bypassed and this value is used instead.
  172. max_heal: 9999
  173. max_heal_lv: 11
  174. // Emergency Recall Guild Skill setting (add as appropiate).
  175. // Note that for the skill to be usable at all,
  176. // you need at least one of 1/2 and 4/8
  177. // 1: Skill is usable outside of woe.
  178. // 2: Skill is usable during woe.
  179. // 4: Skill is usable outside of GvG grounds
  180. // 8: Skill is usable on GvG grounds
  181. //16: Disable skill from "nowarpto" maps
  182. // (it will work on GVG castles even if they are set to nowarpto, though)
  183. emergency_call: 11
  184. // Guild Aura Skills setting (add as appropiate).
  185. // (This affects GD_LEADERSHIP, GD_GLORYWOUNDS, GD_SOULCOLD and GD_HAWKEYES)
  186. // Note that for the skill to be usable at all,
  187. // you need at least one of 1/2 and 4/8
  188. // 1: Skill works outside of woe.
  189. // 2: Skill works during woe.
  190. // 4: Skill works outside of GvG grounds
  191. // 8: Skill works on GvG grounds
  192. //16: Disable skill from affecting Guild Master
  193. guild_aura: 31
  194. // Max Possible Level of Monster skills
  195. // Note: If your MVPs are too tough, reduce it to 10.
  196. mob_max_skilllvl: 100
  197. // Allows players to skip menu when casting Teleport level 1
  198. // Menu contains two options. "Random" and "Cancel"
  199. skip_teleport_lv1_menu: no
  200. // Allow use of SG skills without proper day (Sun/Moon/Star) ?
  201. allow_skill_without_day: no
  202. // Allow use of ES-type magic on players?
  203. allow_es_magic_player: no
  204. // Miracle of the Sun, Moon and Stars skill ratio (100% = 10000)
  205. sg_miracle_skill_ratio: 2
  206. // Miracle of the Sun, Moon and Stars skill duration in milliseconds
  207. sg_miracle_skill_duration: 3600000
  208. // Angel of the Sun, Moon and Stars skill ratio (100% = 10000)
  209. sg_angel_skill_ratio: 10
  210. // Skills that bHealPower has effect on
  211. // 1: Heal, 2: Sanctuary, 4: Potion Pitcher, 8: Slim Pitcher, 16: Apple of Idun
  212. skill_add_heal_rate: 7
  213. // Whether the damage of EarthQuake with a single target on screen is able to be reflected.
  214. // Note: On offcial server, EQ is reflectable when there is only one target on the screen,
  215. // which might be an exploit to hunt the MVPs.
  216. eq_single_target_reflectable: yes
  217. // On official server, you will receive damage from Reflection and some Tarot Card even in invincible status.
  218. // When this setting is enabled, it allows you to immune to all kinds of damage, including those stated previous.
  219. // (The number will show but no actual damage will be done)
  220. invincible.nodamage: no