SHAOLIN_MONK'S PROFILE

Search

Filter

[RMVX ACE] Want to play a fanfare only once

I made a fanfare which is played when winning battles.
And I want to play the fanfare only once after the battles but it's always repeated when I use Neon Black's Victory Ranking.
I want to know how to fix the script.

Neon Black's Victory Ranking http://pastebin.com/raw.php?i=MnRATxf7

[RMVX ACE] Attack specific enemies

author=Aegix_Drakan
Give Back Row Enemies a State too.
Make a new damage type for front-row-only skills, then make sure that the Back-Row-State nullifies that damage.
That's my instinct, anyway.


Thank you for your answer!
I've actually tried it before.
But I found a problem which was that too many random attacks were nullified by the front row enemies and it's just a waste of MP and TP...
I wish there was a state which temporarily made enemies unattackable.

author=Rine
Seems rather kludgy, as the thing would still show animations for enemies it hits but doesn't damage.

My solution would be to use a script that lets you put in code at different phases of the attack, and put a simple check before the effect goes off to see if they have the state.

My solution requires a good understanding of what you're doing with scripts though. If you get more and more specific with your requirements, you're going to have to learn scripting yourself at some point. Otherwise you're better off finding a good set of scripts yourself, and working within those confines.


Thank you for your advice!
I agree with you saying that I need more knowledge about scripting to solve the problem.
I hope I can make all the scripts I want.

[RMVX ACE] Did I correctly fix the error?

Thank you!
I appreciate people here always giving me good answers.

[RMVX ACE] Did I correctly fix the error?

Thank you for your answer.
Many people use the script and it's been updated many times since 2012.
I wonder why the error isn't corrected...

[RMVX ACE] Did I correctly fix the error?

I tried to use the following script but an error occurred.

http://pastebin.com/i1uXe2NN

The error message said "unexpected keyword_end, expecting $end".
I don't know anything about the script but simply removed "end" on the 741st line and the error seemed to be fixed.
I don't know if I correctly fixed the error and don't even know if I should or shouldn't use the script.
Please give me some advice.

[RMVX ACE] Attack specific enemies

There're front rows and back rows in my game and all the enemies in the front rows have a state X.
Now I want to make a skill which always attacks the state X enemies even when scoping 1,2,3 or 4 random enemies.
Do you know any nice script?

[RMVX ACE] Spells of Dragon Warrior

Thank you for your answer!
I'll try Yanfly's script!

[RMVX ACE] Spells of Dragon Warrior

Some people make games like Dragon Warrior with RPG Maker.
And I want to know how they make spells like Infernos which can attack groups of enemies?
If there's a good script for RPG maker VX ACE,I want to use it.

[RMVX ACE] Targeting two enemies

Thank you for your answer!
I've tried to find a script but couldn't find a good one.
Do you know which one I should use?

[RMVX ACE] Targeting two enemies

Hi,everyone!
I have a question about targeting enemies.
How can I target two enemies(not two random enemies)?