Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Kazushige on April 30, 2007, 12:26:57 AM
-
Well there is a fairy in my game that increases your Partys HP by 20 pts when u talk to her the thing is when i do the INCREASE HP button it wont actually raise it it'll just HEAL 20 pts. can anyone help me on how to get my peoples HP to be raised by 20 pts?!
--
how do i get my 2 party members to ALWAYS follow me around on the maps of the game??
-
...anyone....?
-
For the first problem, you're most likely raising the HP stat, you want to be raising the MAX HP stat (if I understand you correctly).
For the second, if you want your heroes to follow your main hero around the map, you'll need to have events for them on every map that they can be shown. This is usually called a caterpillar system, so that should lead you in the right direction.
-
Originally posted by Daetyrnis
For the first problem, you're most likely raising the HP stat, you want to be raising the MAX HP stat (if I understand you correctly).
For the second, if you want your heroes to follow your main hero around the map, you'll need to have events for them on every map that they can be shown. This is usually called a caterpillar system, so that should lead you in the right direction.
ohh i found the MAX HP it was in change abilit hehe lol but i dnt get much the following thing they follow me but they always get in my way [its 2 ppl]
-
I also love how you bumped after less than an hour's wait.
-
Ok, what you have to do so that they wont get in their way is set them to phasing mode or slip through (same thing, but some versions of rm2k3 are translated differant ways).
Anyway, give them a custom pattern, and put the 'phasing mode' command in, this way, you're hero will walk over them and they wont get in the way.
-
Ow. That would hurt.
Shut up Archem.
Anyway... yeah... go with what he (^) said.