I would like to make a battle system similar to Guardian's Crusade. By this I mean that you see the monsters on the screen and depending on your level they will either chase you or run away from you. I would like to give the player the option to enter a battle or try to run away from one. I have looked over some FAQs on CBS. I'm not sure if I can make one but I'm going to try. This is still in the early stages of planning, but this is what I have so far.
I would like to display the the battles by using the monster blob model. Now if the Monster is stronger then the party the blob will be big and red. If the Monster is the same strength as the party, the blob will be medium and blue. Finally if the monster is weaker then the party the blob will be small and white.
I can see a couple of problems with this.
1) Keeping track of the party's strength.
2) Keeping track of the monster's strength.
3) Setting up a scripts that will initate the monster to chase the party and when to let them go, and getting the monster to run from the party.
I'm still working on solving these problems. Are these the only problems I have or am I missing some? Plus I do have a basic knowledge of RPG Maker 2. I plan to set up each monster as an event battle both on the world map and in dungeons. Am I going in over my head?
I would like to display the the battles by using the monster blob model. Now if the Monster is stronger then the party the blob will be big and red. If the Monster is the same strength as the party, the blob will be medium and blue. Finally if the monster is weaker then the party the blob will be small and white.
I can see a couple of problems with this.
1) Keeping track of the party's strength.
2) Keeping track of the monster's strength.
3) Setting up a scripts that will initate the monster to chase the party and when to let them go, and getting the monster to run from the party.
I'm still working on solving these problems. Are these the only problems I have or am I missing some? Plus I do have a basic knowledge of RPG Maker 2. I plan to set up each monster as an event battle both on the world map and in dungeons. Am I going in over my head?

Comment