- Joined
- Mar 31, 2019
- Messages
- 7
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- N/A
I am using Himework's exp table to adjust the exp required for levels
which functions well when I add exp, remove exp, gain level etc
But when I change the class of the character, the error
and I am very sure no other script change anything related to exp, and the error disappears if I remove the script temporarily.
I also checked that the excel file is in csv format.
I am aware that there is a line in the script saying
With no programming experience, I cannot understand this.
And I think I have done enough bug-hunting to ask for help.
Exp Tables
This script allows you to manage your EXP tables using external tools such as spreadsheet programs or text editors.There are two ways to manage EXP: Actor EXP tables, and Class EXP tables. All da
himeworks.com
But when I change the class of the character, the error
I am using the actor table so changing the class should have no problem.script "game_actor" 411: ArgumentError occurred
comparison of Fixnum with nil failed
and I am very sure no other script change anything related to exp, and the error disappears if I remove the script temporarily.
I also checked that the excel file is in csv format.
I am aware that there is a line in the script saying
But I am confused of the instance that the script successfully get the value from the excel and use them in game yet fail to compare it to other variables.If your game crashes while comparing exp, it's because your exp tables
are not setup properly.
With no programming experience, I cannot understand this.
And I think I have done enough bug-hunting to ask for help.


