Sweep style attack using Yanfly Action Sequence

● ARCHIVED · READ-ONLY
Started by Dope 3 posts View original ↗
  1. I had been looking hard for a solution on making skills use regular attack animations and after a bit of searching I found some help over in this thread. I didn't want to necropost so I decided to make my own. For single target attacks, the sequence provided by LadyBaskerville works like a charm. For an attack that hits all targets though, not so much. How can I get
    Spoiler
    <target action>
    perform start
    wait for movement
    motion attack: user
    wait: 10
    attack animation: target
    wait for animation
    action effect
    wait for animation
    wait for movement
    wait: 5
    </target action>
    to do work with an "all" attack?
  2. In the future, it's probably best to be a bit more detailed when explaining the actual problem you're having. "Not so much" doesn't really give us much to go on. I'll try and help as best I can though.

    Assuming you have the proper scope set up, you should try the <whole action> tags instead of the target action tags. Again, with out a thorough description of the problem, I'm not exactly sure what needs to be fixed. Maybe you already tried this. Let me know if that solves your issue. :)
  3. Neo Soul Gamer said:
    In the future, it's probably best to be a bit more detailed when explaining the actual problem you're having. "Not so much" doesn't really give us much to go on. I'll try and help as best I can though.

    Assuming you have the proper scope set up, you should try the <whole action> tags instead of the target action tags. Again, with out a thorough description of the problem, I'm not exactly sure what needs to be fixed. Maybe you already tried this. Let me know if that solves your issue. :)
    I haven't tried yet but I'll give it a go. The problem is, or maybe was if this works, is that the attack doesn't show the normal attack animation and also hits each enemy an extra time.

    Edit: Just trid while <whole action> and it worked perfectly. Sorry if I was confusing, thanks for the help!