New account registration is temporarily disabled.

[RM2K3] CLASS EXP GAIN PROBLEM

Posts

Pages: 1
I hate asking for help on forums but I've searched everywhere and haven't seen anyone else with this problem so here goes:

I'm working on kind of a funky class system in RM2K3 where you can change classes based on armor sets so you equip 3 pieces of a set and your character changes class/looks/stats/ and gains a few skills. Changes are made through the Common Events in a semi-complicated way. (project was originally started in Rm2K). The problem is that randomly out of nowhere the characters who have the option to change classes will just randomly stop gaining EXP and I can't find a way to fix this... If you change them back to the default class they will gain EXP but changing back to an armor set class puts another stop on gaining EXP again...

Again, it seems they can gain experience up to a certain point and then it's almost as if I have a 'level limit' set to the class which I do not..

Any suggestions? (Spare me the "rm2k3 sucks" plz, I've heard it before)
NeverSilent
Got any Dexreth amulets?
6299
Hm, that is a very strange issue. From what you're describing, I assume the EXP gain settings for all these classes are exactly the same, and there are no accidental caps or conflicts left anywhere in the Actors or Classes database entries, correct?

I'm no rm2k3 expert, but maybe it would be helpful to see some screenshots of a few of your Classes database entries, or even of the Common Events you use for the class changes.
yeah, I have not heard of this issue or ran into it before, and I used the change class event often. I would love to see some screenshots of the code!
Hey guys, my apologies..

I got frustrated with the whole thing and just changed the whole mechanic for switching classes instead.. the other downside was the fact when you actually equipped the required gear you had to exit the menu to see the change which seems sorta sloppy and harder to figure out which gear goes where.. I have no idea what could have been causing this as it seemed to work up till you reach level 10 but then after that just, nothing. Admittedly the code was very sketchy, as the common events were constantly reequipping the gear and changing your class/adding the learned skills, non-stop (Parallel Process style). Thanks for the input however.
Pages: 1