Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Cyanide Angel on May 18, 2009, 10:00:58 PM
-
Im at a point in my game where you get a 3rd member to your party and I have her starting at level 5 but when she joins in the game she starts off at level 1 with no health and no equipment and I have it set for Level 5 with a set of weapons on the editor screen but in the game shes at Level 1 with nothing. Can somebody help me please? its really bothering me
-
Add the commands:
"Complete healing" And choose just that one character.
"Change equipped items" And then choose the character and the right equipment.
"Change character level" and choose the character and the desired level.
Should work.
-
OOHH This brings me back...
Okay, this is a pretty typical problem, either A, you need to create a CLASS for that charecter, and APPLY it to the Hero (Which i'm sure you've done)
And B, sometimes, if you start a file, and play through it, but create a playable hero charecter during the test and have that charecter join, they will join at LV 1, with little to no HP, no weapons, no anything...
If you start over, but keep that charecter there, and get back up to that point AGAIN, then the charecter will join, with no faults.
Or go with Purple Mage's idea
-
Thank you Purple Mage! It worked and now the game works just fine.