skill.conf 11 KB

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