XP custom formula
hi! i want to adjust the XP formula for my server, but i'm just not getting it. can someone break it down for me please? thank you!
Solution:Jump to solution
By default, the XP formula is 12 * (level * level) + level * 12. This means that when Kiai is calculating how much XP is needed for level 10 for example, it will calculate 12 * (10 * 10) + 10 * 12 which is 1320. This means that level 10 requires 1320 XP to reach.
You can make your own formulas like that and use the placeholders listed on the command as variables...
3 Replies
Solution
By default, the XP formula is 12 * (level * level) + level * 12. This means that when Kiai is calculating how much XP is needed for level 10 for example, it will calculate 12 * (10 * 10) + 10 * 12 which is 1320. This means that level 10 requires 1320 XP to reach.
You can make your own formulas like that and use the placeholders listed on the command as variables
If you used X as the variable and structured it like common algebra, our formula looks like 12x^2 + x^2 + 12
thank you so much 💗