battleground.conf 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  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, 128: NPC, 512: Elemental)
  10. //--------------------------------------------------------------
  11. // Melee damage adjustments (non skills) for Battleground maps (Note 2)
  12. bg_short_attack_damage_rate: 80
  13. // Ranged damage adjustments (non skills) for Battleground maps (Note 2)
  14. bg_long_attack_damage_rate: 80
  15. // Weapon skills damage adjustments for Battleground maps (Note 2)
  16. bg_weapon_attack_damage_rate: 60
  17. // Magic skills damage adjustments for Battleground maps (Note 2)
  18. bg_magic_attack_damage_rate: 60
  19. // Misc skills damage adjustments for Battleground maps (Note 2)
  20. bg_misc_attack_damage_rate: 60
  21. // Flee penalty on BG grounds.
  22. // NOTE: It's %, not absolute, so 20 is -20% of your total flee
  23. bg_flee_penalty: 20
  24. // Interval before updating the bg-member map mini-dots (milliseconds)
  25. bg_update_interval: 1000
  26. // Before a player is warped into a Battleground from the Battleground Queue,
  27. // check to see if the player's current map has MF_NOWARP.
  28. bgqueue_nowarp_mapflag: no