Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: wargod87 on January 05, 2009, 08:50:38 PM
-
well... i am trying to make a hp meter for the enemies that i battle. it also has to show the numbers too. problem is, i dont know where to start...
could someone please give me a hand?
-
just letting people know, i am still looking for an answer...
and if a tut has been posted that i didnt find, please post...
-
This would be really hard to do in rm2k3 without a custom battle system (CBS). You could do something like that with 'transform', but not an accurate or smooth running one. It would have to be a sort of '4 stages of damage' thing where each monster has 4 sprites in various states of damage, which it transforms into when it reaches the appropriate health percentage.
-
This is an hp bar tutorial I made a while back:
http://www.charas-project.net/forum/index.php?topic=23453.0
its made for the hero but if you can find a way to integrate it into the game it would be cool.