Hi guys.
As the title says, I want to know how to create a skill with multiple effects.
For example, a skill that first deals fire damage and then ice damage or a skill that first deals damage to the enemy party and then heals the player's party.
I think it should work like two diferent skills in one.
If someone knows how to do this, please help.
Thak you. :)
Multi-effect skill
● ARCHIVED · READ-ONLY
-
-
One way of doing this is to have a skill which only calls up a common event.
In the common event have a 'forced action' on e.g. a random enemy for each of the skills which you want to use.
So line one: Forced Action Fire Skill random enemy
Line two Forced Action Heal All Allies.
Or
line one forced Action Ice Skill last target
line two Forced Action Fire Skill enemy ID #4 -
Ok, it's almost working as intended but now I have a new question.
How do I change the battle message for a skill so it doesn't show like this:
" *user* something something."
When I use a skill that call up two diferent skills, all messages show up like you would expect from 3 diferent skills.
In this case, this doesn't make sense and I want to change it for something other than the default message or even don't show a message at all.
How can I do this? -
either name the skills the same name, or leave the (name) uses, casts, does blank. the second option will just show damage. I stumbled across this accidently when I forgot to fill out that part of the skill when making a custom one
-
You might find this script helpful.
-
Thank you Wavelenght, the script did the trick.
Everything is working as intended.
Thank all you guys for your help. :) -
Well, looks like I have one more question after all.
Wavelength, I am experimenting with single-target linked skills and I have come across some problems.
Is there a way to make sure that when I use a linked skill the target of the second skill is going to be the target of the first?
Or if the target of the first skill dies, is there a way to make sure that the second skill will not activate?
Thank you for you healp again. -
that should do that just fine... else you can try Yanfly's Skill Combo something
-
It's a script I've never used myself, so you're better off asking Tsukihime at his site.Well, looks like I have one more question after all.
Wavelength, I am experimenting with single-target linked skills and I have come across some problems.
Is there a way to make sure that when I use a linked skill the target of the second skill is going to be the target of the first?
Or if the target of the first skill dies, is there a way to make sure that the second skill will not activate?
Thank you for you healp again.
I don't know the answer to your first question and my instinct is that the answer to the second is 'no'. If that's really important to do, you should probably try to "event" the second skill instead, which would make it possible to detect whether the target died to the use of the first skill. -
Generally you'll need a script or you can use the events section to create a common event that plays when the skill is fired.
-
The way linked skills work is that it basically queues up extra skills one by one.Well, looks like I have one more question after all.
Wavelength, I am experimenting with single-target linked skills and I have come across some problems.
Is there a way to make sure that when I use a linked skill the target of the second skill is going to be the target of the first?
Or if the target of the first skill dies, is there a way to make sure that the second skill will not activate?
Thank you for you healp again.
I don't remember whether it keeps the target index info. If it does not I can add it.
For the conditions, there's an add-on linked under the download written by roguedeus that provides some the conditioning logic.
There is an example that checks whether the target is alive or not so you can see if that works. -
I hope someone sees this as the thread is 2 years old. My question with the script does it make it so skills one and 2 have to work and deal damage before the 3rd skill is triggered? My application would be using skill 1 if it deals damage then go to skill 2 if it deals damage it triggers the final skill.
Ambrose -
ambrose60506, please refrain from necro-posting in a thread. Necro-posting is posting in a thread that has not had posting activity in over 30 days. You can review our forum rules here. Thank you.
The reason is to keep the clutter down. So can you please post your question either under script support for that script so the author can answer it, or as a new thread under script support.