Question about Team Skills or whatever you wanna call it....

● ARCHIVED · READ-ONLY
Started by Kagemaru 5 posts View original ↗
  1. Hello!
    In my game, I'm trying to make Team skills... combo skill... or whatever you wanna call them.
    I'm using a front view battle system, so I can't(and don't want to) do stuff like the team/combo skills in Chrono Trigger.
    What I want to do is something more simple. If, let's say, actor 1 uses a fire skill and actor 2 uses a dark skill and both actors know the dark fire dual skill, then instead of doing two separate skills, only one dark fire attack would be used. Would that be possible?
    If it is, can it be done WITHOUT a plugin? Thanks!
  2. It's possible with a plugin.
    This one.
  3. So it's not possible with only events?
  4. First of all dual techs/combos/whatever you want to call them do not exist in MV by default.
    So you'll have to either use coding or some workaround eventing. Because the eventing is a work around and not something that's coded it's not going to be what you expected.


    The same is true with coding but at least you're closer than if your doing events.

    Now what can you do with eventing. No you wouldn't be able to turn your fire + dark skill into a darkfire skill. What a work around would look like would be actor 1 used fire, actor 2 use dark, each skill adds a state to the enemy, they both run a check to see if both states are on a said enemy, if both states are on then both actors are forced to use dark fire skill.

    This work around was not what you describe/asked for thus I recommended a plugin, instead.
  5. I see. I'll use the plugin then.
    Thanks alot for your help, Zarsla. :)