igoooor2 Posted February 19, 2011 Posted February 19, 2011 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 =) Quote
0 Kràtos Posted February 19, 2011 Posted February 19, 2011 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 Quote
0 igoooor2 Posted February 19, 2011 Author Posted February 19, 2011 hum ok, so in official way, how do you get pvp points ? Quote
0 igoooor2 Posted February 19, 2011 Author Posted February 19, 2011 ok nvm. Is there any source code on the forum for giving pvp point when killing someone in pvp_zone ? I searched but did find anything Quote
0 SkyNet Posted February 19, 2011 Posted February 19, 2011 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" Quote
0 Matim Posted February 19, 2011 Posted February 19, 2011 Check L2ArenaZone type, and character.setInsideZone(L2Character.ZONE_PVP, true); Quote
0 vampir Posted February 19, 2011 Posted February 19, 2011 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 Quote
Question
igoooor2
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
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.