HOW TO MAKE AN ATTACK/SKILL THAT DOES MULTIPLE DAMAGE
Posts
Pages:
1
HI, I'm sorry that this is a noob question but how can I make an attack or skill that does multiple damage in RPG Maker 2003 because I have seen several games having it... For example, Let's say a "Triple Slash" skill, how can I make that every slash it shows the damage inflicted, and for the attack, yes I have seen the 3 times attack or something but it uses the sprite 3 times. Please help me, and thanks in advance.....
As far as I know, ACTUALLY doing this is impossible. You could fake it with a detailed battle animation showing three slashes and the first two damage pop-ups. Only the last pop-up would be real and you'd have to event it to remove health for the first two strikes. Tricky stuff, certainly.
Well, you can make weapons attack multiple times (by setting them up that what in the database, any where from x1 attack to x6), and you can also set Battle Commands to repeat (up to 5 times) (so you could make the Magic battle command x2, and when the user casts a skill from that battle command, it will cast the skill twice (and use MP twice)).
That might be an easier workaround.
That might be an easier workaround.
Why wouldn't you just... make the skill deal three times damage instead of three times hits?
That said, why wouldn't you just make a more interesting skill than "more damage"?
That said, why wouldn't you just make a more interesting skill than "more damage"?
-You have to link your skill through battle events using an MP workaround.
-In the battle event you would execute your code for 3 separate animations, inserting the damage after each.
-This requires a damage algorithm.
You can download Alter Aila Genesis to see how it's done. Only advanced RM2K3 users will understand it, though.
-In the battle event you would execute your code for 3 separate animations, inserting the damage after each.
-This requires a damage algorithm.
You can download Alter Aila Genesis to see how it's done. Only advanced RM2K3 users will understand it, though.
Pages:
1

















