Heal dead and alive members

Arctorius

Villager
Member
Joined
Oct 29, 2018
Messages
17
Reaction score
1
First Language
English
Primarily Uses
RMMV
So, dumb question, is there a plugin that lets you heal both dead and alive members?

As far as I know the only one I could find had compatibility problems with Yanfly's. I've checked Yanfly's Target and Selection Core but there doesn't seem to be a notetag that let's you do that. I searched in the master plugin list with no results and looked through the forums and the only thread I found was a year old and closed, so hopefully now there's a solution.
 

Weremole

Veteran
Veteran
Joined
Jan 22, 2016
Messages
260
Reaction score
214
First Language
Swedish
Primarily Uses
There is. =) It's one of the Kadokawa plugins that came with your program. "DeadOrAliveItem".

You could also try doing a custom selection condition in Select Control. But my knowledge there is spotty at best.
 

Jules98

Veteran
Veteran
Joined
Jul 10, 2017
Messages
308
Reaction score
163
First Language
Dutch
Primarily Uses
RMMV
You can do this with action sequences from Yanfly's Battle Engine Core. Using target typing, you can have a skill affect all allies including dead ones.

 

Arctorius

Villager
Member
Joined
Oct 29, 2018
Messages
17
Reaction score
1
First Language
English
Primarily Uses
RMMV
There is. =) It's one of the Kadokawa plugins that came with your program. "DeadOrAliveItem".

You could also try doing a custom selection condition in Select Control. But my knowledge there is spotty at best.
Thanks, but DeadorAliveItem was the plug-in that wasn't compatible with Yanfly's, I probably should have named it in my first post.
And about the custom selection, I'm not good with javascript, so that could end disastrously.
 

Arctorius

Villager
Member
Joined
Oct 29, 2018
Messages
17
Reaction score
1
First Language
English
Primarily Uses
RMMV
You can do this with action sequences from Yanfly's Battle Engine Core. Using target typing, you can have a skill affect all allies including dead ones.

Thanks, I'll give it a try! I've a question. Does it also work with items?
 
Last edited:

Jules98

Veteran
Veteran
Joined
Jul 10, 2017
Messages
308
Reaction score
163
First Language
Dutch
Primarily Uses
RMMV
Thanks, I'll give it a try! I've a question. Does it also work with items?
Yes, it will work. After all, items are essentially the same as skills, just in item form.
 

Arctorius

Villager
Member
Joined
Oct 29, 2018
Messages
17
Reaction score
1
First Language
English
Primarily Uses
RMMV
Yes, it will work. After all, items are essentially the same as skills, just in item form.
I can't seem to get the hang of it, in the target typing section it says "You may notice that in some of the actions below will say 'refer to target typing'", but then it doesn't refer to any targets except in action effect. I'm not using sideview mode, so I don't know what changes in the engine's process.

I've tried variations of:
<Target Action>
action animation: all friends
action effect: all friends
</Target Action>

While it does show the animation it then proceeds to heal the user twice while the rest remains dead.
If it's not much trouble, do you mind telling me what would you do/how did you do it? I'm more of a learner through example than through reading.
 

Jules98

Veteran
Veteran
Joined
Jul 10, 2017
Messages
308
Reaction score
163
First Language
Dutch
Primarily Uses
RMMV
It seems that 'action effect' doesn't really play nice when it's supposed to affect both dead and alive actors at once, so your best bet is to remove the dead state before applying the actions effect.
I tested it out, and this is what worked for me:

Code:
<Whole Action>
remove state 1: dead friends
action effect: all friends
action animation: all friends
</Whole Action>
Note that it is a whole action. Setting it to target action would cause the effect to trigger for every individual target, thus resulting in the healing happening multiple times.
 

Arctorius

Villager
Member
Joined
Oct 29, 2018
Messages
17
Reaction score
1
First Language
English
Primarily Uses
RMMV
It seems that 'action effect' doesn't really play nice when it's supposed to affect both dead and alive actors at once, so your best bet is to remove the dead state before applying the actions effect.
I tested it out, and this is what worked for me:

Code:
<Whole Action>
remove state 1: dead friends
action effect: all friends
action animation: all friends
</Whole Action>
Note that it is a whole action. Setting it to target action would cause the effect to trigger for every individual target, thus resulting in the healing happening multiple times.
Thanks for replying after I took my time to answer you!
It seems it didn't work for me. When I use the move it makes the "hero collapse" sound in the middle of the reviving animation and remains the knocked out. I also have Himeworks' Custom Death State, and tried using objects to remove those death states, and happens the same. I turned the plug-in off to see if there was some sort of interference in removing the normal death state and the same happened: In the middle of the animation the death sfx sounds and the character isn't healed.

I tried thinker with it a little. I changed the scope of the spell in the "general configuration" so that it would target all dead allies and the reverse happened. It revived and fully healed the dead teammate, but it did nothing to the other teammates.

So we can comfirmthat remove state works as I removed the "remove Death" in the skill for some tests. So, adding in the action sequence a manual order to fully heal hp could do the trick? Remove state 1 wasn't in the notes so I don't know what other things the engine can do.
 
Last edited:

Arctorius

Villager
Member
Joined
Oct 29, 2018
Messages
17
Reaction score
1
First Language
English
Primarily Uses
RMMV
It seems that 'action effect' doesn't really play nice when it's supposed to affect both dead and alive actors at once, so your best bet is to remove the dead state before applying the actions effect.
I tested it out, and this is what worked for me:

Code:
<Whole Action>
remove state 1: dead friends
action effect: all friends
action animation: all friends
</Whole Action>
Note that it is a whole action. Setting it to target action would cause the effect to trigger for every individual target, thus resulting in the healing happening multiple times.
In your notes did you use just <Whole Action> or did you added also the others <Action>s? Because in mine it isn't working.
 

Jules98

Veteran
Veteran
Joined
Jul 10, 2017
Messages
308
Reaction score
163
First Language
Dutch
Primarily Uses
RMMV
In your notes did you use just <Whole Action> or did you added also the others <Action>s? Because in mine it isn't working.
Nope, I just used whole actions. This it what my database entry looks like in its entirity:
Test6.JPG
 

Arctorius

Villager
Member
Joined
Oct 29, 2018
Messages
17
Reaction score
1
First Language
English
Primarily Uses
RMMV
I found the problem! Now I feel like a real idiot, I added the action sequence pack 1 and it finally worked. For a skill/item that only heals one dead/alive party member what should I put in the notetags?
I tried this and didn't work
Code:
<Whole Action>
remove state 1: target
action effect: target
action animation: target
</Whole Action>
Thanks anyway for your patience and dealing with my general newbieness.
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Are we allowed to post about non-RPG Maker games?
I should realize that error was produced by a outdated version of MZ so that's why it pop up like that
Ami
i can't wait to drink some ice after struggling with my illness in 9 days. 9 days is really bad for me,i can't focus with my shop and even can't do something with my project
How many hours have you got in mz so far?

A bit of a "sparkle" update to the lower portion of the world map. :LZSexcite:

Forum statistics

Threads
105,883
Messages
1,017,236
Members
137,608
Latest member
Arm9
Top