Raid Bosses Config???
Posted: Wed Dec 29, 2010 12:06 am
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: last
L2JDP Revision Number: last
Hi guys
One doubt...
These settings on NPC.properties affect the Grand Bosses?
THxxx
» Find Revision
L2J Revision Number: last
L2JDP Revision Number: last
Hi guys
One doubt...
These settings on NPC.properties affect the Grand Bosses?


Code: Select all
# ---------------------------------------------------------------------------# Raid Bosses# ---------------------------------------------------------------------------# Percent of HP and MP regeneration for raid bosses.# Example: Setting HP to 10 will cause raid boss HP to regenerate 90% slower than normal.# Default: 100, 100RaidHpRegenMultiplier = 180RaidMpRegenMultiplier = 180 # Percent of physical and magical defense for raid bosses.# Example: A setting of 10 will cause defense to be 90% lower than normal, # while 110 will cause defense to be 10% higher than normal.# Default: 100, 100RaidPDefenceMultiplier = 150RaidMDefenceMultiplier = 150 # Percent of physical and magical attack for raid bosses.# Example: A setting of 10 will cause attack to be 90% lower than normal, # while 110 will cause attack to be 10% higher than normal.# Default: 100, 100RaidPAttackMultiplier = 160RaidMAttackMultiplier = 160 # Configure Minimum and Maximum time multiplier between raid boss re-spawn.# By default 12Hours*1.0 for Minimum Time and 24Hours*1.0 for Maximum Time.# Example: Setting RaidMaxRespawnMultiplier to 2 will make the time between# re-spawn 24 hours to 48 hours.# Default: 1.0, 1.0RaidMinRespawnMultiplier = 1.0RaidMaxRespawnMultiplier = 1.0 # Configure the interval at which raid boss minions will re-spawn.# This time is in milliseconds, 1 minute is 60000 milliseconds.# Default: 300000RaidMinionRespawnTime = 300000 # Disable Raid Curse if raid more than 8 levels lower.# Caution: drop will be reduced or even absent if DeepBlue drop rules enabled. # Default: FalseDisableRaidCurse = False # Configure the interval at which raid bosses and minions wont reconsider their target# This time is in seconds, 1 minute is 60 seconds.# Default: 10,10,10RaidChaosTime = 10GrandChaosTime = 10MinionChaosTime = 10