Gw Temp
Menu
Tutorial - 'Suikoden Style Unite System' by Kamui_Shirou
An item about RPGMaker 2000 posted on
Blurb
Creating a "unite" system much like the suikoden games, but in Rm2k!
Body
********HOW TO MAKE TEAM ATTACKS IN THE DBS********
by Kamui_Shirou
nightwalker_dx@hotmail.com
WARNING: THIS TUTORIAL WORKS ONLY IF YOU HAVE A PARTY CHANGE SYSTEM USING MEKESS'S TUT IN THE GW's TUTORIALS SECTION, PAGE 7 (party change system)
First than nothing, this is my first tut, so please don't laugh at
me if something goes wrong, just e-mail me.
***SWITCHES***
You need some switches (2 for each character)
s[????]?heronameinparty
s[????]?heronamenotinparty
***Getting started***
First, go to common events tab and choose en event put it parrallel
process only... we'll put on it all the switches...
***I'll use 4 switches***
For a hero name Daicon and another one named Graoox, so the switches will be:
[????]Daiconinparty
[????]Graooxinparty
[????]Daiconnotinparty
[????]Graooxnotinparty
We'll presume that they can execute an attack only if they are in a same party. And it's Daicon's
priority to decide if they make the attack or not... I'll fix this problem later...
NOTE: FIRST THAN NOTHING, MAKE A COOL BATTLE ANIMATION SHOWING THE TWO CHARACTERS MAKING A TEAM
ATTACK, AND MAKE A SKILL WITH ANY NAME, WITH THE ALREADY MADE ANIMATION, SO THE CHARACTER WILL BE ABLE TO EXECUTE THE ATTACK WHEN ASKED TO. IN MY CASE, I'LL CALL THE ATTACK 'CHAOTIC HEARTS ATTACK'.
Enough crap, let's get started...
Since I'm a bit lazy, your events "white space" should look like this for all the characters you want to make a team attack:
-------------------------------------------------------------------------------------------------
FORK IF SWITCH [????]Daiconinparty - ON (If it's Daicon's priority to execute the attack)
FORK IF SWITCH[????]Graooxinparty - ON
Hero Daicon Learn tech skill: Chaotic Hearts Attack
end case
end case
FORK IF SWITCH [????]Daiconinparty - ON (If it's Daicon's priority to execute the attack)
FORK IF SWITCH[????]Graooxinparty - OFF
Hero Daicon forget tech skill: Chaotic Hearts Attack
end case
end case
-------------------------------------------------------------------------------------------------
It's as easy as it looks! You can make more complex team attacks, but you can find it all by yourself, I'll be putting all my efforts to make a better team attack system in the DBS. Any ideas are welcome. If something goes wrong E-mail me at:
nightwalker_dx@hotmail.com
Kamui_Shirou
Love & Peace