Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Adding someone to Party problem
« previous
next »
Print
Pages: [
1
]
Author
Topic: Adding someone to Party problem (Read 2215 times)
Cyanide Angel
Initiate
Posts: 16
Adding someone to Party problem
«
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
Logged
Prpl_Mage
Administrator
Sage
Posts: 7,644
The Administrator Mage
Re: Adding someone to Party problem
«
Reply #1 on:
May 18, 2009, 10:05:14 PM »
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.
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
Street_Samurai
Harman Smith is looking for you... Watch out
Initiate
Posts: 89
Re: Adding someone to Party problem
«
Reply #2 on:
May 18, 2009, 10:06:03 PM »
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
Logged
In The Name Of Harman
Cyanide Angel
Initiate
Posts: 16
Re: Adding someone to Party problem
«
Reply #3 on:
May 18, 2009, 10:17:22 PM »
Thank you Purple Mage! It worked and now the game works just fine.
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Adding someone to Party problem