Raid Boss Problem?

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

Raid Boss Problem?

Post by goncafa »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4588:
L2JDP Revision 7935:

some times when players are killing a Raid Boss like Ember, when Ember HP is low and its almost to die the raid boss regenerate 100% HP like its using revival O.o

Thats correct or is a bug?
Best Regards

PS: im sorry my bad english.
Image
Edelvez
Posts: 173
Joined: Fri Nov 06, 2009 6:32 am
Location: Argentina

Re: Raid Boss Problem?

Post by Edelvez »

Is bug... check raid boss skills
Someone once told me: "The easiest way of doing things, making them the hard way" ;)
User avatar
goncafa
Posts: 385
Joined: Thu Aug 05, 2010 2:10 pm
Location: Santiago, Chile

Re: Raid Boss Problem?

Post by goncafa »

The raid have this skill:

Code: Select all

 <skill id="4408" levels="20" name="HP Modifiers">    <!-- Freya retail confirmed -->    <table name="#maxhp"> 1 1.1 1.21 1.33 1.46 1.61 1.77 0.25 0.50 2 3 4 5 6 7 8 9 10 11 12 </table>    <set name="target" val="TARGET_SELF" />    <set name="skillType" val="BUFF" />    <set name="operateType" val="OP_PASSIVE" />    <for>        <mul order="0x30" stat="maxHp" val="#maxhp" />        <mul order="0x30" stat="regHp" val="#maxhp" />    </for></skill> 
Is this skill wrong?
Best Regards

PS: im sorry my bad english.
Image
Edelvez
Posts: 173
Joined: Fri Nov 06, 2009 6:32 am
Location: Argentina

Re: Raid Boss Problem?

Post by Edelvez »

is ok... another raid boss that you pass this problem?
Someone once told me: "The easiest way of doing things, making them the hard way" ;)
User avatar
goncafa
Posts: 385
Joined: Thu Aug 05, 2010 2:10 pm
Location: Santiago, Chile

Re: Raid Boss Problem?

Post by goncafa »

Las nigth some user report this error with ember, and they told me that the same issue had happen whit other raids but im not sure about which.
Best Regards

PS: im sorry my bad english.
Image
jburelli
Posts: 7
Joined: Mon May 09, 2011 6:52 pm

Re: Raid Boss Problem?

Post by jburelli »

<table name="#maxhp"> 1 1.1 1.21 1.33 1.46 1.61 1.77 0.25 0.50 2 3 4 5 6 7 8 9 10 11 12 </table>


OMG is not ok!!!!!!!!!

1.1 = 10% max hp
12 = 1200% max hp

Sheck the skill level for this raid, and set to level 1, maybe this raid is using level 20 skill 4408.


Sorry my english is not good.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Raid Boss Problem?

Post by jurchiks »

What, you've never seen raid NPCs with x9 and higher HP multiplier skills?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Raid Boss Problem?

Post by Zoey76 »

jburelli wrote:<table name="#maxhp"> 1 1.1 1.21 1.33 1.46 1.61 1.77 0.25 0.50 2 3 4 5 6 7 8 9 10 11 12 </table>


OMG is not ok!!!!!!!!!

1.1 = 10% max hp
12 = 1200% max hp

Sheck the skill level for this raid, and set to level 1, maybe this raid is using level 20 skill 4408.


Sorry my english is not good.
This skill is fine.
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
jburelli
Posts: 7
Joined: Mon May 09, 2011 6:52 pm

Re: Raid Boss Problem?

Post by jburelli »

try a lower level to avoid that regenerates HP at 100%.
It's your decision. If you think that is not good, you are free to change
Post Reply