L2JMobius

Free Users => Shares/Contributions => Topic started by: mrk on May 13, 2022, 01:17:38 AM

Title: Add modular XP/SP rates based on player's level
Post by: mrk on May 13, 2022, 01:17:38 AM
Patch(link fixed): https://pastebin.com/Bj9FqJeG (https://pastebin.com/Bj9FqJeG)

Rates.ini sample:
Code: [Select]
# XP/SP Rates based on player level
LvlRatesEnabled = false
# lv 0-61:3x ~ lv 62-76:2.5x ~ lv 77-83:2x
LvlRates = 61,3;76,2.5;83,2
Title: Re: Add modular XP/SP rates based on player's level
Post by: fruit on May 14, 2022, 12:55:58 AM
If it works properly - definitely need to commit :)
Very useful setting, thnx!