Jump to content
  • 0

no pvp points ?


Question

Posted

Hi all

I have a problem on my server.

When a player is in a pvp_zone (giran arena for example), and when he kill someone else, he doesn't get 1 pvp point.

Does anyone know why ? is there something to configure ?

 

Thank you =)

7 answers to this question

Recommended Posts

  • 0
Posted

in arenas you cant get pvp points official based!

 

if you wont to get pvp points on arenas you must configure your java code.

 

btw you post on wrong section :D

 

here you must post your such quesion: http://maxcheaters.com/forum/index.php?board=64.0

  • 0
Posted

im sure i saw it somewhere or just requests in help section... dunno... and since normal member can't use search function i can't help u that much^^

 

hope this will be fixed "soon"

  • 0
Posted

in pc instance from:

if (isInsideZone(ZONE_PVP) || targetPlayer.isInsideZone(ZONE_PVP))

return;

 

change to:

if (isInsideZone(ZONE_PVP) || targetPlayer.isInsideZone(ZONE_PVP)){

increasePvpKills(target);

return;

}

 

should be enough but u can still modify it

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