Page 1 of 1

Raidboss stats

Posted: Sun May 10, 2009 10:46 am
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.

Re: Raidboss stats

Posted: Sun May 10, 2009 11:02 am
by blacksea
yes, look in configs

Re: Raidboss stats

Posted: Sun May 10, 2009 12:02 pm
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.

Re: Raidboss stats

Posted: Sun May 10, 2009 4:17 pm
by Bruteforce
Run this in Navicat. Should do the trick:

Code: Select all

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