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();
      }

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..