Jump to content
  • 0

Help To Fix Some Bugs on L2J!!!


Question

Posted

Title says all..

 

Help me to fix the folowing bugs:

1st The Character who is outside of Arena can hit inside character in arena (I think that is trought wall hit bug,but in other areas like DVC can't fight trought wall :) )

 

3 answers to this question

Recommended Posts

  • 0
Posted

Title says all..

 

Help me to fix the folowing bugs:

1st The Character who is outside of Arena can hit inside character in arena (I think that is trought wall hit bug,but in other areas like DVC can't fight trought wall :) )

 

Lol you got bad geodata. ^^

 

You can add a fix throw java or get better geodata XD

What pack do you use?

  • 0
Posted
L2Character/doAttack.java

if (this instanceof L2PcInstance && target instanceof L2PcInstance)
{
    if (((L2PcInstance)target).getInPvpZone() && !((L2PcInstance)this).getInPvpZone()) return;
    else if (!((L2PcInstance)target).getInPvpZone() && ((L2PcInstance)this).getInPvpZone()) return;
}

  • Like 1

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...