» Last Interlude Revision
My problem is that any spear\pole hit anybody twice. I mean it's making one hit but damage brings twice (as duals or fists) u know.. I searched something wrong in /model/L2Character.java at doAttackHitByPole(), but i had nothing to change, cause it's all in normal state.. (maybe i'm wrong). So what could makes this, to work not properly ?
Hit by pole\spear
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- exT1m
- Posts: 16
- Joined: Sat Aug 08, 2009 11:54 pm
- Contact:
Re: Hit by pole\spear
// found fix:
Code: Select all
if (obj == target) continue; // do not hit twice
