I need to set my server with death penalty 5% from his level EXP when killed by mobs .
But Wont reduct exp if the players reach max level.
how do i change that . seems like exp.conf does not effect .
// When a player dies, how should we penalize them?
// 0 = No penalty.
// 1 = Lose % of current level when killed.
// 2 = Lose % of total experience when killed.
death_penalty_type: 1
// Base exp. penalty rate (Each 100 is 1% of their exp)
death_penalty_base: 500
// Job exp. penalty rate (Each 100 is 1% of their exp)
death_penalty_job: 500
Question
BenZac
Hello Rathena.
Im currently have pre-re server.
I need to set my server with death penalty 5% from his level EXP when killed by mobs .
But Wont reduct exp if the players reach max level.
how do i change that . seems like exp.conf does not effect .
// When a player dies, how should we penalize them? // 0 = No penalty. // 1 = Lose % of current level when killed. // 2 = Lose % of total experience when killed. death_penalty_type: 1 // Base exp. penalty rate (Each 100 is 1% of their exp) death_penalty_base: 500 // Job exp. penalty rate (Each 100 is 1% of their exp) death_penalty_job: 500
these are my setting right now
Edited by BenZac1 answer 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.