Jump to content
  • 0

Not get pvp kill other zone


Question

Posted

I have new zone pvp and not get me pvp kill

Do not get pvp to kill my opponent??? I added this in my PcInstance, and it is the same.

      // Check if it's pvp
      if(checkIfPvP(target) && targetPlayer.getPvpFlag() != 0 || isInsideZone(ZONE_FLAGZONE) && targetPlayer.isInsideZone(ZONE_FLAGZONE))                  // Check if you and target is in pvp zone
      {
         increasePvpKills();
      }

 

And FlagZone.jave added

 

          player.setInsideZone(L2Character.ZONE_FLAGZONE,true);

 

and I do not take into account pvp??

 

 

 

l2jfrozen.

1 answer to this question

Recommended Posts

  • 0
Posted

use ()

anyway post the checkIfPvP() method

pd: go skype dude :p

 

 

   // Check if it's pvp
      if((checkIfPvP(target) && targetPlayer.getPvpFlag() != 0) || (isInsideZone(ZONE_FLAGZONE) && targetPlayer.isInsideZone(ZONE_FLAGZONE)))                  // Check if you and target is in pvp zone
      {
         increasePvpKills();
      }

 

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