Charas-Project
Game Creation => Requests => Tutorials => Topic started by: danielturipa on May 15, 2007, 01:34:43 PM
-
So can some one please help me with the ActionBattleSystem
so could anyone please send me a tutorial and show me how to
lose health each time you get hit.
my hp bar is a picture.
-
I haven't got much experience with ABS, but I think you need to show us some of your code.
-
O sorry about that,
i forgot i even made this thread.
sorry guys
well i dont know how to make abs as well and im here to get help.
sorry but i got no code or scripts that i tryed to make for abs.
im simply asking anyone that can help me with the
(hp bar)
(and Start)
if anyone can help please tell me.
if anyone doesnt get me i'll try make more sense.
-
Originally posted by lucas_irineu
there is a tutorial in rpg maker programming recomended links
-
Originally posted by danielturipa
O sorry about that,
i forgot i even made this thread.
sorry guys
well i dont know how to make abs as well and im here to get help.
sorry but i got no code or scripts that i tryed to make for abs.
im simply asking anyone that can help me with the
(hp bar)
(and Start)
if anyone can help please tell me.
if anyone doesnt get me i'll try make more sense.
Ok I dont know what you mean by start, but i can help you with the hp bar.
Ok, how many pictures do you have for the bar? Well lets say you have 20 (if you don't, just replace 20 with the number you have).
First off, set a variable to the current hp, lets call it [hp percent]. Multiply it by 19 (or one less than the number of pictures you have 20-1 = 19), then divide it by the hero's total hp. This will make [hp percent] equal to the percent of the heros life life.
Now make 20 conditional branches. One for if [hp percent = 0] (show the empty bar), one for if its one (show the almost empty bar, and keep going up from there. In the end, it should look like this.
set [hp percent] = current hp
multiply [hp percent] by 19
divide [hp percent] by total hp
if [hp percent] less than or equal to 0
- show picture, empty bar
if [hp percent] = 1
- show picture, almost empty bar
...
if [hp percent] = 19
-show full bar
The reason you have to do it one less than the number of pictures you have is because you need to count 0 as a number. so even though you're only going up to 19, you're counting 0 too, and 0 + 1-19 = 20 numbers.
-
So... when is that all customizable battle system coming out? lol.
-
Originally posted by A Forgotten Legend
So... when is that all customizable battle system coming out? lol.
Whenever I get it done :p I just added so that you can enter and leave the battle system (before you had to start in the battle and you couldn't end the battle really). Only problem is that on the second or third battle, after the time bar fills up, the characters go into their battle stances, and then the time bar resets. Other than that, all the main stuff is done and its a fully functional battle system, so its just a matter of adding features and all that fun stuff.
-
Originally posted by DragonBlaze
Originally posted by danielturipa
O sorry about that,
i forgot i even made this thread.
sorry guys
well i dont know how to make abs as well and im here to get help.
sorry but i got no code or scripts that i tryed to make for abs.
im simply asking anyone that can help me with the
(hp bar)
(and Start)
if anyone can help please tell me.
if anyone doesnt get me i'll try make more sense.
Ok I dont know what you mean by start, but i can help you with the hp bar.
[/B]
*SIGH*
it really helped alot really
i still dont get it lol could you please send a demo in please
and ill check i'll like it to only have 10 percent health if you dont mind
please send one in and show me the link???
(the start button)
what i meant by that is when you press the start button it'll show your own
cms cause i hate the original one
so pretty please send a link with a demo
with these features
-
I think it would be easier to just post a screenshot, if you don't get the screen, I'll give you a demo. I just realized though that I don't have rm2k3 installed on my computer yet, so it'll have to wait until i can get that installed.
-
well sorry their
i dont even no how to make a screenshot.
what i really want to no is..
how do you change the start button to a
Cms
Custom Menu System