Jump to content
  • 0

Understanding of Level penalty


Surefirer

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.02
  • Content Count:  113
  • Reputation:   1
  • Joined:  12/15/18
  • Last Seen:  

Hello,

I am not quite understand what's inside the level penalty file.

// EXP modifiers due to level difference
1,CLASS_NORMAL,16,40
1,CLASS_NORMAL,15,115
1,CLASS_NORMAL,14,120
1,CLASS_NORMAL,13,125
1,CLASS_NORMAL,12,130
1,CLASS_NORMAL,11,135
1,CLASS_NORMAL,10,140
1,CLASS_NORMAL,9,135
1,CLASS_NORMAL,8,130
1,CLASS_NORMAL,7,125
1,CLASS_NORMAL,6,120
1,CLASS_NORMAL,5,115
1,CLASS_NORMAL,4,110
1,CLASS_NORMAL,3,105
1,CLASS_NORMAL,0,100
1,CLASS_NORMAL,-1,100
1,CLASS_NORMAL,-6,95
1,CLASS_NORMAL,-11,90
1,CLASS_NORMAL,-16,85
/1,CLASS_NORMAL,-21,60
1,CLASS_NORMAL,-26,35
1,CLASS_NORMAL,-31,10

I understand 1=experience. Class_Normal=player. But what 16,15,14,13,12,11...mean? Does it mean Level 16, or every 16 level difference, For example, from Lv1-Lv16 you receive 40%of total experience. from Lv17(+15) - Lv32 you receive 115% of total experience, from Lv33(+14) - Lv47 you receive 120% of total experience and so one? But why there is -1,-6,-11?

Thanks.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

1 minute ago, Surefirer said:

Is there anyway to apply the exp penalty on MVP monster? Like you said, its too fast to level up by kill MVP. 

There should be. I haven't tested or done myself but surely there is a way.

Still need to read the src to see how level penalties are applied. 

If someone who knows might be able to help you with that. 

For now, I dont have the luxury time to check the src for this. 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

21 minutes ago, Surefirer said:

Hello,

I am not quite understand what's inside the level penalty file.

// EXP modifiers due to level difference
1,CLASS_NORMAL,16,40
1,CLASS_NORMAL,15,115
1,CLASS_NORMAL,14,120
1,CLASS_NORMAL,13,125
1,CLASS_NORMAL,12,130
1,CLASS_NORMAL,11,135
1,CLASS_NORMAL,10,140
1,CLASS_NORMAL,9,135
1,CLASS_NORMAL,8,130
1,CLASS_NORMAL,7,125
1,CLASS_NORMAL,6,120
1,CLASS_NORMAL,5,115
1,CLASS_NORMAL,4,110
1,CLASS_NORMAL,3,105
1,CLASS_NORMAL,0,100
1,CLASS_NORMAL,-1,100
1,CLASS_NORMAL,-6,95
1,CLASS_NORMAL,-11,90
1,CLASS_NORMAL,-16,85
/1,CLASS_NORMAL,-21,60
1,CLASS_NORMAL,-26,35
1,CLASS_NORMAL,-31,10

I understand 1=experience. Class_Normal=player. But what 16,15,14,13,12,11...mean? Does it mean Level 16, or every 16 level difference, For example, from Lv1-Lv16 you receive 40%of total experience. from Lv17(+15) - Lv32 you receive 115% of total experience, from Lv33(+14) - Lv47 you receive 120% of total experience and so one? But why there is -1,-6,-11?

Thanks.

+/positive when you have the level lower than the target

-/negative when you have the level higher than the target. 

When you have 31 levels higher than the target, you only get 10% of exp. 

This is only based on how I understand. Maybe someone more knowledgeable might correct me if I am wrong. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.02
  • Content Count:  113
  • Reputation:   1
  • Joined:  12/15/18
  • Last Seen:  

20 minutes ago, Mabuhay said:

+/positive when you have the level lower than the target

-/negative when you have the level higher than the target. 

When you have 31 levels higher than the target, you only get 10% of exp. 

This is only based on how I understand. Maybe someone more knowledgeable might correct me if I am wrong. 

Thanks. This make sense for me.

I have tried to set level penalty for kill boss but I still receive same exp after I kill boss even the level penalty file has the info below, do you know why?

1,CLASS_BOSS,16,40
1,CLASS_BOSS,15,115
1,CLASS_BOSS,14,120
1,CLASS_BOSS,13,125
1,CLASS_BOSS,12,130
1,CLASS_BOSS,11,135
1,CLASS_BOSS,10,140
1,CLASS_BOSS,9,135
1,CLASS_BOSS,8,130
1,CLASS_BOSS,7,125
1,CLASS_BOSS,6,120
1,CLASS_BOSS,5,115
1,CLASS_BOSS,4,110
1,CLASS_BOSS,3,105
1,CLASS_BOSS,0,100
1,CLASS_BOSS,-1,100
1,CLASS_BOSS,-6,95
1,CLASS_BOSS,-11,90
1,CLASS_BOSS,-16,85
1,CLASS_BOSS,-21,60
1,CLASS_BOSS,-26,35
1,CLASS_BOSS,-31,10

Thanks.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

3 minutes ago, Surefirer said:

Thanks. This make sense for me.

I have tried to set level penalty for kill boss but I still receive same exp after I kill boss even the level penalty file has the info below, do you know why?

1,CLASS_BOSS,16,40
1,CLASS_BOSS,15,115
1,CLASS_BOSS,14,120
1,CLASS_BOSS,13,125
1,CLASS_BOSS,12,130
1,CLASS_BOSS,11,135
1,CLASS_BOSS,10,140
1,CLASS_BOSS,9,135
1,CLASS_BOSS,8,130
1,CLASS_BOSS,7,125
1,CLASS_BOSS,6,120
1,CLASS_BOSS,5,115
1,CLASS_BOSS,4,110
1,CLASS_BOSS,3,105
1,CLASS_BOSS,0,100
1,CLASS_BOSS,-1,100
1,CLASS_BOSS,-6,95
1,CLASS_BOSS,-11,90
1,CLASS_BOSS,-16,85
1,CLASS_BOSS,-21,60
1,CLASS_BOSS,-26,35
1,CLASS_BOSS,-31,10

Thanks.

 

Not sure but in renewal, i dont think penalty applies? That's why ppl can level up faster if they go kill an MVP rather than killing mobs. 

If it does, perhaps only a little will be applied? 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.02
  • Content Count:  113
  • Reputation:   1
  • Joined:  12/15/18
  • Last Seen:  

3 minutes ago, Mabuhay said:

Not sure but in renewal, i dont think penalty applies? That's why ppl can level up faster if they go kill an MVP rather than killing mobs. 

If it does, perhaps only a little will be applied? 

Is there anyway to apply the exp penalty on MVP monster? Like you said, its too fast to level up by kill MVP. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.02
  • Content Count:  113
  • Reputation:   1
  • Joined:  12/15/18
  • Last Seen:  

1 minute ago, Mabuhay said:

There should be. I haven't tested or done myself but surely there is a way.

Still need to read the src to see how level penalties are applied. 

If someone who knows might be able to help you with that. 

For now, I dont have the luxury time to check the src for this. 

Thank you for your help. I will open another topic, hope someone can help me. Thanks again.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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