Jump to content

Recommended Posts

Posted

Stop spamming and read what I said.

If you don't get PvP Kills has nothing to do with my ZONE, coz the zone does not give pvp points.

The zone just gives you reward if you get 1 PvP Point inside the Zone, so, if you aren't getting PvP Points you won't have any reward.

And, as I said, it's something related with your pack and anti-feed protections, more than probably.

I'm using that zone at Talking Island Village.. could this be the problem?

Posted

I'm using that zone at Talking Island Village.. could this be the problem?

Yep, probably. Or, as I said, anti-feed protection could be too.

Just test it in a clear area to judge if it works or not  :rage:

 

Posted

Huehue, I love when ppl claim that something isn't working while it's workin' perfectly, and ofc.. your code is bad && it's not workin' at all :troll:

 

/Sorry for dat and I love you too, Wyatt ^_^

Posted

Huehue, I love when ppl claim that something isn't working while it's workin' perfectly, and ofc.. your code is bad && it's not workin' at all :troll:

 

/Sorry for dat and I love you too, Wyatt ^_^

 

For me it isn't working, so it isn't working, you get it?

No because you're pretty retarded to understand that.

Posted

For me it isn't working, so it isn't working, you get it?

No because you're pretty retarded to understand that.

 

Well, I will fix it a bit

 

For me and everyone it is working, so it is working, you get it?

No because you're pretty retarded to understand that.

 

Correct. Where the fack you come from, jesus..

Posted

Which zone are you using?

As I said above, the zone doesn't give PvP points, the zone what does is : if you get a PvP point and you are inside L2MultifunctionZone then the zone rewards you.

So, if you are not getting PvP's has nothing to do with my zone, it's about your antifeed protection or about which coords are you using to locate the zone.

Posted

i maked zone in Varka... can we make it to give a pvp point ?

No that would be weird coz probably u would get +2 pvp points some times.

It's about your Antifeed more than probably bro, how are you testing it? And are u getting the messages when entering to L2Multifunction zone?

Posted

No that would be weird coz probably u would get +2 pvp points some times.

It's about your Antifeed more than probably bro, how are you testing it? And are u getting the messages when entering to L2Multifunction zone?

yes i get the message all its work good just players dont get a pvp points... i make it in varka ... when i left from zone on the next 5 metres i get the pvp when i join in zone i dont get... its not from the anti feed...

Posted (edited)

yes i use auto flag system from the config of the zone

U could do this:

 

find

if(checkIfPvP(target) && targetPlayer.getPvpFlag() != 0 || isInsideZone(ZONE_PVP) && targetPlayer.isInsideZone(ZONE_PVP))
and replace with

if((checkIfPvP(target) && targetPlayer.getPvpFlag() != 0) || (isInsideZone(ZONE_PVP) && targetPlayer.isInsideZone(ZONE_PVP)) || (isInsideZone(L2Character.ZONE_MULTIFUNCTION) && targetPlayer.isInsideZone(L2Character.ZONE_MULTIFUNCTION)))
but probably your problem comes from checkIfPvP() Edited by ^Wyatt

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
Reply to this topic...

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