Hit by pole\spear

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
exT1m
Posts: 16
Joined: Sat Aug 08, 2009 11:54 pm
Contact:

Hit by pole\spear

Post by exT1m »

» 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 ?
Image
User avatar
exT1m
Posts: 16
Joined: Sat Aug 08, 2009 11:54 pm
Contact:

Re: Hit by pole\spear

Post by exT1m »

// found fix:

Code: Select all

                                if (obj == target)                                       continue; // do not hit twice
Image
Post Reply