- Joined
- Sep 14, 2016
- Messages
- 392
- Reaction score
- 76
- First Language
- English
- Primarily Uses
UPDATED PATCH RELEASED!!!
Click Here!
I was going to post this in the above linked thread, but necro posting is not allowed. So I shall link the post, tag the participants, and ask my question in a new thread.
@The Riddler On The Roof, @Chaos17, @Victor Sant, @killerfer, @ScreampunkArts
I whipped up a temp fix/workaround for this. You won't be able to use any Action Sequences, unfortunately. But if you didn't use them anyway or the throwable objects is more important to you, then this should help. I haven't test it with the special battle systems like CTB, ATB, and ITB, so any feedback on those would be appreciated. But it works fine in standard battles.
Plugin Download: YBEC_VETO_Temp Fix.js
Be sure to read the help page!
And here's a question I posed to Victor Sant on his Throwable Objects thread in case he comes here first:
"I'm working on a workaround to make your plugin sort of work Yanfly plugins. I wrote a plugin that just re-adds the Window_BattleLog code removed by Yanfly. That makes your plugin work fine, but since your plugin AND Yanfly's plugin are both working, each attack is actually two attacks. Using Yanfly's Action Sequences, I made the second attack do nothing so the only thing you see when you attack is the attack created by your plugin and the original RM code. That's enough of a fix for people who don't want to use their own action sequences, but kind of a bummer if they do.
I can edit the Window_BattleLog code to only apply when the actor's attack motion is set to "missile". That way the fix doesn't apply to anyone using a "thrust" or "swing" attack motion.
I was thinking I could do the same thing, but to the aspects of your code that manifest the damage effect before the attack. Basically, remove the Yanfly attack for missile attacks and remove the standard attack for thrust and swing attacks.
Where in your code would I have to create conditional statements to accomplish this?"
Also, is it possible to force your attack actions to be called after Yanfly's? Because I just noticed a little issue with my fix. When using skills other than Attack (Skill ID 1), it shows the skill setup animation (the glowy thingy for either physical, magical, or certain hit) after everything else. If we can force your attacks (or the original RM attacks, I think) after Yanfly's, then this is no longer an issue.
Click Here!
Last edited by a moderator:
