Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: dudydudeman15 on September 07, 2006, 01:09:30 PM
-
Is there a way to use a battleset for a monster so that the monster would move and attack the same way the main characters of the game can?
Thanks for the help.
-
um...
http://charas-project.net/forum/showthread.php?threadid=17700&forumid=11&catid=4 (http://charas-project.net/forum/showthread.php?threadid=17700&forumid=11&catid=4)
It's not quite finished yet.
-
Originally posted by dudydudeman15
Is there a way to use a battleset for a monster so that the monster would move and attack the same way the main characters of the game can?
Thanks for the help.
Not charsets. He means, like, the RTP DBS battlecharsets. So he can have animated enemies in the DBS.
-
Well you could animate every monster and put it in Battle Animations and then make an animation and a skill for each monsters attack.
Just replace the custom attack with your skill callled "Slash","Bite", "Shred","Cut" or whatever fits the animation your monster does.
I did it once, but youŽll need some coding or the real monster will still be there while the animation monster cut you.
-
Sadly, it's not possible in the default system without completely changing the way characters attack.
-
You can make them move during attacks at least.
-
I guess it'll take a while to do....well thanks for the help guys. :)
-
in the default battle system....
If the monster were a transperant graphic....a blank image.....
And a battle animation were used to show him in idle stance....
And a seperate were used to display him when attacking......
Would this not solve the issue without having a krunkload of programming to do?
Correct me if im wrong here
-
Originally posted by plightofthepureblood
in the default battle system....
If the monster were a transperant graphic....a blank image.....
And a battle animation were used to show him in idle stance....
And a seperate were used to display him when attacking......
Would this not solve the issue without having a krunkload of programming to do?
Correct me if im wrong here
That was a kick.