battle_athena.conf 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. // Splitted up into multiple files by Skotlex.
  18. //--------------------------------------------------------------
  19. //General battle-related settings.
  20. import: conf/battle/battle.conf
  21. //Settings specific to the client.
  22. import: conf/battle/client.conf
  23. //General drop-related configs.
  24. import: conf/battle/drops.conf
  25. //Experience rates, exp penalties, stats and max level settings.
  26. import: conf/battle/exp.conf
  27. //GM levels, atcommands and hack-related configs.
  28. import: conf/battle/gm.conf
  29. //Guild and WoE settings
  30. import: conf/battle/guild.conf
  31. //Battleground settings
  32. import: conf/battle/battleground.conf
  33. //Item/card-specific and crafting related options.
  34. import: conf/battle/items.conf
  35. //Mob related configuration
  36. import: conf/battle/monster.conf
  37. //Party related configuration
  38. import: conf/battle/party.conf
  39. //Pet related configuration
  40. import: conf/battle/pet.conf
  41. //Homunc related configuration
  42. import: conf/battle/homunc.conf
  43. //Player specific settings
  44. import: conf/battle/player.conf
  45. //Skill related settings
  46. import: conf/battle/skill.conf
  47. //Status change related settings
  48. import: conf/battle/status.conf
  49. // Anything else that didn't fit anywhere else.
  50. // Includes duel, day/night, mute/manner, log settings.
  51. import: conf/battle/misc.conf
  52. //Your custom config goes here.
  53. import: conf/import/battle_conf.txt