Limestone Posted July 19, 2012 Posted July 19, 2012 how can i set the pk lvl range for the players both level 99 only, for example, if the level of player 1 is 99, and the level of player 2 is 98, player 1 can't attack player 2. player 2 must be lvl 99 to be able attack in pk maps.. Quote
Eroces Posted July 19, 2012 Posted July 19, 2012 Have you tried editing this? // For PK Server Mode. It specifies the maximum level difference between // players to let them attack each other. 0 disables said limit. pk_level_range: 0 Quote
Mystery Posted July 19, 2012 Posted July 19, 2012 Can be found here: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/misc.conf Quote
Limestone Posted July 19, 2012 Author Posted July 19, 2012 Have you tried editing this? // For PK Server Mode. It specifies the maximum level difference between // players to let them attack each other. 0 disables said limit. pk_level_range: 0 yes, but i dont know what number i will put in order to make lvl 99 can't attack lower than his level. Quote
Eroces Posted July 20, 2012 Posted July 20, 2012 I'm not so sure how it works either. I never worked on a PK server. If I understand it correctly, I think you need to make it 1. Quote
Mystery Posted July 20, 2012 Posted July 20, 2012 (edited) Changing this: // For PK Server Mode. Change this to define the minimum level players can start PK-ing pk_min_level: 55 will help. If you set it to 100, only players who are 100+ can start to PK. Thus, players level 99 and under won't be affected. What this means: // For PK Server Mode. It specifies the maximum level difference between // players to let them attack each other. 0 disables said limit. pk_level_range: 0 is if lets say you're 100, and you set the max level range to lets say.. 55. Players who are level 100 to 155 can PK each other. Players 155 to 310 can PK each other. Edited July 20, 2012 by Mysterious Quote
Question
Limestone
how can i set the pk lvl range for the players both level 99 only, for example, if the level of player 1 is 99, and the level of player 2 is 98, player 1 can't attack player 2. player 2 must be lvl 99 to be able attack in pk maps..
5 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.