party.conf 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. //--------------------------------------------------------------
  21. // If someone steals (gank/steal skills), show name in party? (Note 1)
  22. show_steal_in_same_party: no
  23. // Interval before updating the party-member map mini-dots (milliseconds)
  24. party_update_interval: 1000
  25. // Method used to update party-mate hp-bars:
  26. // 0: Aegis - bar is updated every time HP changes (bandwidth intensive)
  27. // 1: eAthena - bar is updated with the party map dots (up to 1 second delay)
  28. party_hp_mode: 0
  29. // When 'Party Share' item sharing is enabled in a party,
  30. // announce in the party which party-member received the item and what's he received? (Note 1)
  31. show_party_share_picker: yes
  32. // What types of items are going to be announced when 'show_party_share_picker' is active?
  33. // 1: IT_HEALING, 2: IT_UNKNOWN, 4: IT_USABLE, 8: IT_ETC,
  34. // 16: IT_WEAPON, 32: IT_ARMOR, 64: IT_CARD, 128: IT_PETEGG,
  35. // 256: IT_PETARMOR, 512: IT_UNKNOWN2, 1024: IT_AMMO, 2048: IT_DELAYCONSUME
  36. show_picker.item_type: 112
  37. // Method of distribution when item party share is enabled in a party:
  38. //
  39. // 0: Normal (item goes to a random party member)
  40. // 1: Item Share is disabled for non-mob drops (player/pet drops)
  41. // 2: Round Robin (items are distributed evenly and in order among members)
  42. // 3: 1+2
  43. party_item_share_type: 0
  44. // Is exp/item sharing disabled for idle members in the party?
  45. // Set to no, or the amount of seconds (NOT milliseconds) that need to pass before considering
  46. // a character idle.
  47. // Characters in a chat/vending are always considered idle.
  48. // A character's idle status is reset upon item use/skill use/attack (auto attack counts too)/movement.
  49. idle_no_share: no
  50. // Give additional experience bonus per party-member involved on even-share parties?
  51. // (eg: If set to 10, a even-share party of 5 people will receive +40% exp)
  52. party_even_share_bonus: 0