Getting different XP requirements from Polaris with same formula
left: polaris
right: kiai
kiai formula:
({level})^3 + 80*({level})^2 + 30*({level})
should be same as x^3 + 80x^2 + 30x
lvl 5 should be 2300 but kiai says its 2275

9 Replies
Hey @srnyx! 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 Overflowok i realized its literally only lvl 5 and only off by 25 XP so it really does not matter but if u guys feel like investigating further ill keep this open lol
I wonder if this is an order of operations thing with the exponents, can you try adding in more parentheses @srnyx
well its correct for lvl 50 and lvl 100 so it shouldnt be cause of that but i will try
i set it to
({level})^3 + 80*(({level})^2) + 30*({level})
, same thing@srnyx


I SEE
Solution
💀

💀