-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Level EXP do not work properly #36
Comments
I thought that this breaks gaining XP, but it doesn't. Actually, it's converting XP with wrong math. I do not know exact math, but If you for example set level to 13, editor sets XP to 124 085. You would need to gain around 124 000 XP to get to lvl 14. So in reality, levet 14 is around 248 000 (i do not know exact number), but this program thinks that lvl 14 is 133630. FIX pls... |
@Forien I have already addressed and fixed this in my fork of the program found here: Unfortunately as the creator is currently taking a break he hasn't merged it with the master yet. Hope my build works for you. -Honcho. |
@thehoncho any chance that you could build this to an exe file, as I'm not experienced with that kind of software? |
I've pulled your code, but you haven't finished what you started. |
@Karlovsky120 On the side note. Would it be possible for some checkbox that would allow me to edit XP independently from Lvl? So it would be possible for example to get level 19 and let's say 20% XP towards next level? All I ask for is for a way to opt out of auto recalculation. |
You can already do that. You put in the level, and then afterwards, xp to next level. |
When you modified the EXP or the player level, it isn't work in game. The exp do not increment in game when its modified.
The text was updated successfully, but these errors were encountered: