RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Help with my battle system

Started by Himanshu, January 13, 2007, 03:41:17 AM

0 Members and 1 Guest are viewing this topic.

Himanshu

I have rpg maker xp and I don't like the current battle system (Where your guys dont move). So how would i get it to the FF7 style battle system? (Like where there is a side view of the characters attacking)

Irock

Have you searched for side view battle system?

Himanshu

uhm all I know is that its in rpg maker 2003

:)

for xp, you are going to need a script that will make your battle system into that.
Watch out for: HaloOfTheSun

Himanshu

aww crap, thats gonna be hard isnt it?

:)

nope, there is a script somewhere on this forum I think...try looking in the script database, or using the search tool.
Watch out for: HaloOfTheSun

Irock


Himanshu

Thank you so much. I can make sprites somewhat, not too sure if I can animate them well...

Himanshu

also one more question, where do I implement the script?

:)

click F11 in the software, make a new one all the way at the bottom, but above main, and paste it on the right
Watch out for: HaloOfTheSun

Winged

Quote from: Nouman6 on January 13, 2007, 04:00:19 AM
click F11 in the software, make a new one all the way at the bottom, but above main, and paste it on the right

Unless the script tells you to post it in a specific spot.

Also, there are add-ons which can enchant your battle system, as long as it is compatible, like the Limit Break system.

~Winged



Irock

Post it right above the script "Main"

Himanshu

#12
How do you get it to look like the Limit break system?

Also how would I make battle sprites to fit in RPGMXP?

EDIT: I don't want the soul break system, as cool as it is but I would like the one in this game:
http://www.youtube.com/watch?v=ux8faA4kbD4

Himanshu


Irgna

That was made with RM2K3. There is a tutorial on how to make battle sprites/weapons look like that somewhere in this forum, I'll let you know if I find it.
PROPERTY OF TEABAG!!! ALL HAIL TEABAG!!!

Himanshu

Thanks, but isnt there a script for rpgmxp?

Irgna

Try Ccoa's CBS, I'd tell you where to find it, but I don't know myself. Try searching around some forums, I'll let you know if I find it.
PROPERTY OF TEABAG!!! ALL HAIL TEABAG!!!

Himanshu

hmm, I want it so the bar goes all the way down and then regains itself slowly. Not everytime you get hit.

Yoram

Is that possible?
I mean im following this topi because i need it too :P
But i dont think it can regain...
Maybe with Common Events...

Fortis

Healing itself? Simple...

----

1. Create a new common event.
2. Add new event, Page 3, 8 down on the right is Damage Dealing.
3. Select all party members, and put the damage dealt as '-1'
4. Add a wait command for, 5 frames, or whatever you want.
5. Add a loop command, 9th down, 1st page, on the left.

--

Simple? :D