HP Modify

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
goncafa
Posts: 385
Joined: Thu Aug 05, 2010 2:10 pm
Location: Santiago, Chile

HP Modify

Post by goncafa »

Hello All

Is there any command to change the amount of HP a Raid?

I need do this without restart server.
Best Regards

PS: im sorry my bad english.
Image
User avatar
sam.jr
Posts: 258
Joined: Wed Feb 02, 2011 6:23 am
Location: Russia

Re: HP Modify

Post by sam.jr »

NPC reload?
== ==
User avatar
Flashy
Posts: 310
Joined: Mon Sep 29, 2008 11:49 am
Location: Germany

Re: HP Modify

Post by Flashy »

sam.jr wrote:NPC reload?

better use //heal for full recover hp
User avatar
goncafa
Posts: 385
Joined: Thu Aug 05, 2010 2:10 pm
Location: Santiago, Chile

Re: HP Modify

Post by goncafa »

Flashy wrote:
sam.jr wrote:NPC reload?

better use //heal for full recover hp
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.
Best Regards

PS: im sorry my bad english.
Image
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: HP Modify

Post by MELERIX »

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 :P
Post Reply