How to set up levelling based on XP in message and voice. In need of clear and accurate instruction.
Hello, from the UK~ I've just added the bot to my server, and I'm trying to figure out how to make a certain level of XP required to achieve a specific level/role. Are levels and XP different? To what extent do you levels, roles and XP go hand in hand/trigger eachother?
I'm really struggling to figure out what means what, I'm unsure how the custom formulas works, as I am aware that it's not accurate on the documentation at the moment. I have looked through all of the XP settings and with /xp add command is this just adding XP to those with the existing role or is it creating the threshold?
In message XP settings, it does not have anything that addresses the creation of this threshold nor defines it. Unless I'm doing something wrong, which, if someone could point out that would be amazing.
Both voice and message XP are enabled, and if anyone can give me a hand that would be great.
14 Replies
Hey @$CHWIFTY༺𓆩⚝𓆪༻! 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'm gonna answer these slightly out of order
The XP add command simply grants XP to a user or all users in a role.
XP in Kiai correlates to the level of a user in your server directly, based on the formula for your server.
-# the default formula to calculate required XP per level is
12 * (level * level) + level * 12

XP in Kiai is what defines what level a user is. Roles are an aspect that Kiai utilizes to make group grants of XP easier.
And for your attempt to make rewards for certain levels, see the rewards docs
https://docs.kiai.app/features/rewards
Rewards – Kiai Docs
The main documentation for Kiai
I’ll add on to this with a helpful tool for visualizing the XP
You can visualize the XP curve for Kiai's default formula here: https://www.desmos.com/calculator/jpwyjlqih9
Will keep in mind :beanie_hi:
So I would have to use this formula to then work out how much XP is per level
You can use it, yes, but, what are you trying to do?
Kiai is pretty good about providing a better way to do things
I’m trying to figure out how much xp requires what levels and I want that to be linked to a reward role
This will be your best friend
Also
X = level
Y = xp
It's important to note that you don't assign rewards to XP, you assign them to levels
-# typically don't
But, I think I understand what you're going for