Limestone Posted July 19, 2012 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share 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 Link to comment Share on other sites More sharing options...
Eroces Posted July 19, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 135 Reputation: 5 Joined: 06/25/12 Last Seen: September 22, 2012 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted July 19, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 19, 2012 Can be found here: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/misc.conf Quote Link to comment Share on other sites More sharing options...
Limestone Posted July 19, 2012 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
Eroces Posted July 20, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 135 Reputation: 5 Joined: 06/25/12 Last Seen: September 22, 2012 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted July 20, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
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..
Link to comment
Share on other sites
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.