NPC.properties 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. # ---------------------------------------------------------------------------
  2. # NPC Settings
  3. # ---------------------------------------------------------------------------
  4. # This properties file is solely for the purpose of NPC modifications and settings that directly influence them.
  5. # The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
  6. # Warning:
  7. # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
  8. # ---------------------------------------------------------------------------
  9. # General
  10. # ---------------------------------------------------------------------------
  11. # Global announcements will be made indicating Blacksmith/Merchant of Mammon
  12. # Spawning points.
  13. # Default: False
  14. AnnounceMammonSpawn = False
  15. # True - Mobs can be aggressive while in peace zones.
  16. # False - Mobs can NOT be aggressive while in peace zones.
  17. # Default: True
  18. AltMobAgroInPeaceZone = True
  19. # Defines whether NPCs are attackable by default
  20. # Retail: True
  21. AltAttackableNpcs = True
  22. # Allows non-GM players to view NPC stats via shift-click
  23. # Default: False
  24. AltGameViewNpc = False
  25. # Maximum distance mobs can randomly go from spawn point.
  26. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
  27. # Default: 300
  28. MaxDriftRange = 300
  29. # If True, the following deep blue mobs' drop penalties will be applied:
  30. # - When player's level is 9 or greater than mob's level, drops got divided by 3.
  31. # - After 9 levels of difference between player and mobs, drop chance is lowered by 9% each level that difference increases. (9lvls diff = -9%; 10lvls diff = -18%;)
  32. # Default: True
  33. UseDeepBlueDropRules = True
  34. # Default: False
  35. ShowNpcLevel = False
  36. # ---------------------------------------------------------------------------
  37. # Guards
  38. # ---------------------------------------------------------------------------
  39. # True - Allows guards to attack aggressive mobs within range.
  40. # Default: False
  41. GuardAttackAggroMob = False
  42. # ---------------------------------------------------------------------------
  43. # Pets
  44. # ---------------------------------------------------------------------------
  45. # This option enables or disables the Wyvern manager located in every castle
  46. # to train Wyverns and Striders from Hatchlings.
  47. # Default: False
  48. AllowWyvernUpgrader = False
  49. # Pets that can be rented.
  50. # Example: 30827, 32471, 34486, 36547
  51. # Default: 30827
  52. ListPetRentNpc = 30827
  53. # This will control the inventory space limit for pets (NOT WEIGHT LIMIT).
  54. # Default: 12
  55. MaximumSlotsForPet = 12
  56. # ---------------------------------------------------------------------------
  57. # Raid Bosses
  58. # ---------------------------------------------------------------------------
  59. # Percent of HP and MP regeneration for raid bosses.
  60. # Example: Setting HP to 10 will cause raid boss HP to regenerate 90% slower than normal.
  61. # Default: 100, 100
  62. RaidHpRegenMultiplier = 100
  63. RaidMpRegenMultiplier = 100
  64. # Percent of physical and magical defense for raid bosses.
  65. # Example: A setting of 10 will cause defense to be 90% lower than normal,
  66. # while 110 will cause defense to be 10% higher than normal.
  67. # Default: 100, 100
  68. RaidPDefenceMultiplier = 100
  69. RaidMDefenceMultiplier = 100
  70. # Configure Minimum and Maximum time multiplier between raid boss re-spawn.
  71. # By default 12Hours*1.0 for Minimum Time and 24Hours*1.0 for Maximum Time.
  72. # Example: Setting RaidMaxRespawnMultiplier to 2 will make the time between
  73. # re-spawn 24 hours to 48 hours.
  74. # Default: 1.0, 1.0
  75. RaidMinRespawnMultiplier = 1.0
  76. RaidMaxRespawnMultiplier = 1.0
  77. # Configure the interval at which raid boss minions will re-spawn.
  78. # This time is in milliseconds, 1 minute is 60000 milliseconds.
  79. # Default: 300000
  80. RaidMinionRespawnTime = 300000