I'm trying to make a skill that places a state on an ally for 3 turns, and if they die while it's on them, then they revive with a certain amount of health.
I have many Yanfly scripts if needed... anyone? :)
Revive Skill Help!
● ARCHIVED · READ-ONLY
-
-
Hmm.. The truth about default VXAce system is.. If a battler dies, then all state it has will be cleared and a death state(which by default state index 1) will be added, means all states except death state will be removed. So if we assign a state before the battler dies, then it dies, without a doubt that state will be removed from the stack list of states :)
I'm pretty sure this can only be done with a custom script, or perhaps anybody know how to do this without a script like common event maybe.. -
I remember in RPG Maker 3, you could do it with an item. Have you tried this?
-
Try Yanfly Lunatic Engine. It's a spell enhancing engine. I'm sure you can set a condition that when death is inflicted on the character they are instantly revived.
-
I looked at Yanfly's Lunatic States script... I couldn't find anything relating to this. Anyone else?
-
Shaz has a script that allows you to bind script commands to run at the removal of states. All you'd new to do is have it set up to where upon removal of your instant revive state you check to see if the actor is dead or not and revive if true.