battle_athena.conf 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. //Item/card-specific and crafting related options.
  32. import: conf/battle/items.conf
  33. //Mob related configuration
  34. import: conf/battle/monster.conf
  35. //Party related configuration
  36. import: conf/battle/party.conf
  37. //Pet related configuration
  38. import: conf/battle/pet.conf
  39. //Player specific settings
  40. import: conf/battle/player.conf
  41. //Skill related settings
  42. import: conf/battle/skill.conf
  43. // Anything else that didn't fit anywhere else.
  44. // Includes duel, day/night, mute/manner, log settings.
  45. import: conf/battle/misc.conf
  46. //Your custom config goes here.
  47. import: conf/import/battle_conf.txt