Save-Point
Script Addon Bugfix 2nd Time... - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Code Support (https://www.save-point.org/forum-20.html)
+--- Thread: Script Addon Bugfix 2nd Time... (/thread-4152.html)



Script Addon Bugfix 2nd Time... - buddysievers - 05-18-2012

hi, i thought that i solved the bug in the script but that wasnt right...

ok i will explain it again, in the demo are 3 scripts, the main script (Legacy Class Change), the old version of the addon (adds class exp, class levels and class points) it works like it should,
and the new version of this addon.
the new version should have class levels as a real vaiable not shared with the class exp variable,
besides that it contains a skill learning system, you learn skills now with your class level not anymore with your actor level, if you switch your class all learned skills will be saved and then deleted.
when you switch back to your old class you relearn the saved skills, so every class has ts own skills.
the problem is that the new version doesnt work !
if i get exp a error apperas that fixnum cant be written to array or something like that, if i get class exp
it crashes with another error.
besides that i dont even know if the skill system works correct because without class exp i have no class levels and without them i cant learn skills ^^

http://www.mediafire.com/?af99uxhbfe13z1k

pls help me out with that its the most important script which i need for my project...
(The one whoe will fix that will get all of my points for that !)
thx in advance



RE: Script Addon Bugfix 2nd Time... - buddysievers - 05-22-2012

bump


RE: Script Addon Bugfix 2nd Time... - buddysievers - 05-23-2012

muahahaha i fixed it by myself, this time for sure ^^