So, I was following this video on youtube and am having an issue with the exp part.
I have the plugins that are needed and have the exp in my notetag set up, but the classes are still going based off the regular exp curve in the database. How do I fix this? Any help is appreciated.
Code I have for the custom class exp: exp = (level-1) * 120 + (level-1) * (level-1) * (level-1) * 1.018;
I’ve checked the plugins I have and none of the others change exp calculations that is shown. The plugin is active. I kept all the stuff with the main plugins the same and haven’t changed anything. I made sure to double check the notetag, and even when I copy the regular code from the plugin, the stats work, but the exp one doesn’t.
Here is the list of the plugins I am using: (In this exact order)
Hmm I see CGMV_Core and VE_BasicModule, what happens if you disable those?
Another thing to try is making a new project with only the parameters plugins (and I suppose the YEP Core Engine one, or any other dependency). See if it works in a clean project.
That should at least help with discarding plugin compatibility issues.
Edit: I found out what was wrong with the math part. However, The issue is still happening in my regular project that the exp curve is not working correctly.
Edit 2: I found the issue with the plugins that were making the math not work. It was the Class EXP fix and the two underneath it. Thanks for any and all help everyone.