Kwlotoumpas Posted May 19, 2012 Posted May 19, 2012 Hello again,i was wondering if there is any way to remove the damage when jumping or falling.Thanks in advance.
0 Rizlaaa Posted May 19, 2012 Posted May 19, 2012 Οfc. L2PcInstance method: isFalling() delete these lines: final int damage = (int)Formulas.calcFallDam(this, deltaZ); if (damage > 0) { reduceCurrentHp(Math.min(damage, getCurrentHp() - 1), null, false, true, null); sendPacket(SystemMessage.getSystemMessage(SystemMessageId.FALL_DAMAGE_S1).addNumber(damage)); }
Question
Kwlotoumpas
Hello again,i was wondering if there is any way to remove the damage when jumping or falling.Thanks in advance.
3 answers to this question
Recommended Posts