Is possible to change this?
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...
18 Replies
Hey @TimeEnd! Our team will answer your post soon.
If this is an issue in your server, make sure you've included your server's ID (This can be found on the
/ping
command), as well as which users are having this issue.
Once your question has been answered, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution
to help others find the solution via Answer OverflowI want to change it from 24 to any number i want is possible?
If your talking about the required xp to level up then you would need to change the xp formula
How?
Settings -> Message XP -> XP Formula
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
Oh okay
Thank youu
Also is there a option for role reward?
Its a different command but yes
Oh okay found it thx for help
/rewards add role
Yep!
:02Love:
Umm
Another question if possible
How to let xp start from 0 when level up?
Like i have lvl 0 to 1 is 500xp when i level up to 1
Xp show me 500/1050
I need it from 0 how?
@TimeEnd 👋 If you're wanting to start at 0 for every level, you'll need to setup a custom levelling formula that includes
+ {xp}
. See the attached screenshot 👇Ye but where should i add + xp
This i have in my server
0 * ({level} * {level}) + {level} * 500
Where to add + xp bcz tried and didint worked
Hm strange, lemme do some testing and I'll get back to you
Okayy
Any new?
@TimeEnd Sorry for the delay, but after testing adding
+ {xp}
does indeed change the formula and requires users to get more XP. However, it doesn't change it to start at 0. Kiai works off of a cumulative system. If you want to see this changed feel free to make a post in #kiai-suggestions.Oh okayy thanks