hello there. Like title saying all hpconsume skills dont consume any hp. For example sacrifice will heal without consuming any HP.
The skill in data/stats/skills XML file is just fine (checked more than 100 times)...
About L2Character.java hp consume, it is fine too.
// Consume HP if necessary and Send the Server->Client packet StatusUpdate with current HP and MP to all other L2PcInstance to inform
if (skill.getHpConsume() > 0)
{
double consumeHp;
consumeHp = calcStat(Stats.HP_CONSUME_RATE, skill.getHpConsume(), null, null);
if ((consumeHp + 1) >= getCurrentHp())
{
consumeHp = getCurrentHp() - 1.0;
}
getStatus().reduceHp(consumeHp, this, true);
su.addAttribute(StatusUpdate.CUR_HP, (int) getCurrentHp());
isSendStatus = true;
}
I checked every singe line to find any problems but nothing...everything seems normal
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Camp Location=(X=168800.000000,Y=234300.000000,Z=-2250.000000)
Fafurion Nest Location=(X=173400.000000,Y=252300.000000,Z=-14300.000000)
simplified version of the original Fafurion map from the Fafurion 166 client
combined 2 in 1 squares 25_24 + 25_25 in a square 25_25
original music tracks installed, date in archive
geodata from Koner in the archive
not installed in this version: doors in Fafurion's lair, ambisound obzh, event ID at emitters
if you don’t need all the installed effects, textures FX_E_T.utx, LineageEffectsTextures.utx, LineageEffectsTextures2.utx can not be replaced
The boss itself is available in the archive (repack from SGER@fjs)
Download
I don't know why he's worried about sharing a Pre-compiled pack.
On L2JBrasil nobody cares about this shit lmao. They are thankful about the share and that's it.
Question
Milli
hello there. Like title saying all hpconsume skills dont consume any hp. For example sacrifice will heal without consuming any HP.
The skill in data/stats/skills XML file is just fine (checked more than 100 times)...
About L2Character.java hp consume, it is fine too.
I checked every singe line to find any problems but nothing...everything seems normal
Im working on Freya client l2jserver.
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.