Jump to content
  • 0

Help To Fix Some Bugs on L2J!!!


Monty

Question

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 :) )

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

What is the best numbers here :)

 

Best numbers?

Adding this system, made by a failed guy, can help you RUIN your server even more..

Link to comment
Share on other sites

  • 0

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?

Link to comment
Share on other sites

  • 0
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
Link to comment
Share on other sites

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...