EXP Curve?
Is the leveling/exp curve for lurkr documented anywhere in terms of the amount of EXP per level?
16 Replies
:NighthawkInteractionError: BEFORE YOU ASK FOR SUPPORT :NighthawkInteractionError:
1️⃣ • Use the panel in #🆘-instant-support to check if your problem is a common issue! Use the documentation and it's detailed guides to help you setup Lurkr!
2️⃣ • Use the commands /config check and /config troubleshoot to get a better idea what issue you're having!
❓ • Still stuck? Ask your question in as much detail as possible to help other people understand what your problem is and help you fix it quickly!
❗• This server uses Answer Overflow to index content on the web. By posting in this channel your messages will be indexed on the web to help others find answers.
It's random, by default between 15-40 XP every 90 seconds
You can also use the leveling calculator to get an estimate for the curve you have set when someone should be able to reach a specific level.
https://lurkr.gg/levels/calculator
Lurkr
Leveling Calculator • Lurkr
Calculate how much you need to chat instead of lurking in order to reach the level you want!
I mean like how much exp is required for each level. I know the amount of EXP you earn is fixed but I was hoping there was a table that showed you the exp required for each level
naviking
<:icon_levelup:1086286977118261318> Level Up! <:icon_levelup:1086286977118261318>
<@200987752794292224> has reached level 1!
They now have 115 XP!
GitHub
lurkr-website/dash/src/app/levels/calculator/calculator.tsx at d54c...
The Lurkr bot website. Contribute to almeidx/lurkr-website development by creating an account on GitHub.
I know that there is a calculator to determine the exp between two levels. What I want is a table that shows the amount of exp required for each level (e.g., up through level 100)
naviking
<:icon_levelup:1086286977118261318> Level Up! <:icon_levelup:1086286977118261318>
<@200987752794292224> has reached level 2!
They now have 172 XP!
what i sent is the equation used for determining the required xp per level
You're going to have to spell it out for me because that just looks like the function the calculator uses to calculate the required EXP but it doesn't look like a formula I can just plug a level into and get EXP in like a spreadsheet
Solution
y=100+50(C-1)^2
Where C is the level
That calculates the required XP for each level
So if C=10
Y=4150

pretty sure ive already generated a spreadsheet for somebody else in this forum but i cant find it
So then something like this right? https://docs.google.com/spreadsheets/d/1DBe2nnDUKzD7G6kgAesGfBG0qdzdoKXmAxDojnysnHc/edit?usp=sharing
Google Docs
Lurkr EXP Calculator
Yes