Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Grandy on June 18, 2006, 11:51:26 PM
-
Is it possible?
-
i have tried but didn't work. i was going through a game i downloaded i i think it had it. (it had the animations atleast). but i think it is possible.
-
I think this'll work.
Put the characters attacking animations on a Battle Aimation template, and format as necessary. Then, in battle triggers, make the trigger [hero's name] uses Team Attack.
Then, have a condition called Dbl Atk. Have the graphic an invisible character/
Apply the condition to both characters, then have the battle animation shown on the enemy.
-
But then the CT gauge and the MP of his friend wouldn't go down.
-
Hmm....
I guess then you could make it to where you have two attacks, and the character who seletcs the command both leads the attack and sacrifices the MP to do so.
And make a differernt attack for each character.
-
I think that would be possible. I'll give it a shot.
-
It can be done. However, I don't know how to explain it. I've done it before with a DBS edit, but I threw that game away some time ago.
EDIT: Oh, as for the CT G of the other character and having him/her disappear, I believe I 'removed' character, then brought him/her back after the animation.
-
In the game I'm working on now i made a double summon where both people have to use their attack at seperate times.
For instance.
Character 1 uses half the trigger, then when it's Character 2's turn, he uses the second half. Which instantly triggers the double tech, which you design how you will.
You just set it the attacks as triggers for conditionals, and what not. You can figure that stuff out. And set both attacks to take the MP you want them to.
If that is to difficult for you, and you go with the previous ideas, to solve the problem of the second character not losing MP. Just make an event in the battles where when this attack is used it takes MP from the other character as well. Or make it so the trigger takes no MP, and the event just takes MP from both.
Well, those are my suggestions. Try em if you like.
-
I have stuff like that in my battle system :D
... Then again, I'm not using the dbs :unsure: