Raidboss stats

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Raidboss stats

Post by qwerty13 »

Hello everyone.
I have a little server with 20 ppl online. This ppl cant kill raidbosses.
Can i minimize rb stat? hp, hp regeneration? Help me please.
blacksea
Posts: 458
Joined: Fri Oct 05, 2007 1:29 am

Re: Raidboss stats

Post by blacksea »

yes, look in configs
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: Raidboss stats

Post by qwerty13 »

In config files i see only this:
# 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, 100
RaidHpRegenMultiplier = 50
RaidMpRegenMultiplier = 50

# 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, 100
RaidPDefenceMultiplier = 50
RaidMDefenceMultiplier = 50
But i need minimize hp count too. in 50%. I dont see hp count option.
Bruteforce
Posts: 110
Joined: Wed Jan 21, 2009 8:22 pm

Re: Raidboss stats

Post by Bruteforce »

Run this in Navicat. Should do the trick:

Code: Select all

UPDATE npc SET hp = hp/2 WHERE type = 'L2RaidBoss';
Post Reply