Hello All
Is there any command to change the amount of HP a Raid?
I need do this without restart server.
HP Modify
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- sam.jr
- Posts: 258
- Joined: Wed Feb 02, 2011 6:23 am
- Location: Russia
- Flashy
- Posts: 310
- Joined: Mon Sep 29, 2008 11:49 am
- Location: Germany
Re: HP Modify
sam.jr wrote:NPC reload?
better use //heal for full recover hp
- goncafa
- Posts: 385
- Joined: Thu Aug 05, 2010 2:10 pm
- Location: Santiago, Chile
Re: HP Modify
But i need set one Raid with less HP becouse last nigth we have a problem while players were killing raid an i need set raid with HP amount like after the problem.Flashy wrote:sam.jr wrote:NPC reload?
better use //heal for full recover hp
Best Regards
PS: im sorry my bad english.

PS: im sorry my bad english.

- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: HP Modify
you can use smt like...
UPDATE `raidboss_spawnlist` SET currentHp=(currentHp*XX) WHERE boss_id=XXXX;
so in XX you can use values like...
0.9 = raidboss with 90% of his HP
0.8 = raidboss with 80% of his HP
etc
and for XXXX the id of the raid you want to update.
and ofc you need to do this with server offline
UPDATE `raidboss_spawnlist` SET currentHp=(currentHp*XX) WHERE boss_id=XXXX;
so in XX you can use values like...
0.9 = raidboss with 90% of his HP
0.8 = raidboss with 80% of his HP
etc
and for XXXX the id of the raid you want to update.
and ofc you need to do this with server offline
