Heal to win battle

● ARCHIVED · READ-ONLY
Started by mharr111 7 posts View original ↗
  1. Hi guys,

    I wanted to make a boss battle  that can only be won by healing an ally to max hp, but i haven't been able to make it work entirely. This is how I have it set up so far:

    -Made a skill to apply a state which increases maxhp by x while making the target unable to act (and either make the target immune to all damage or be dealt damage over time- I haven't decided yet). This works fine.

    -In the troops tab I've been randomly testing the action on the starting slime troop. On the first battle event page I force the slime to use the skill at the start of the battle.

    Condition turn 0

    Force Action-Slime,[torment], index 1

    On the next page i have a variable[21] set to the first actors HP on turn 0.

    On the third page i set the condition to turn 1 and set variable[22] to the actors maxHP.

    Then I set up this branch:

    Conditional Branch: Variable[22]==Variable[21]

        Change parameters,[Actor], MHP-100 (To return to normal Maxhp)

        Abort Battle

       Branch End

    I've played around with it, having the actors in different orders, and sometimes the battle would end as soon as the initial skill was cast, but I haven't gotten it to function exactly how I want it to.

    Is there anyone who can help explain what I'm doing wrong/what the correct way is? Also, is there a way to set this up so that the skill can be cast on any party member and still have the variables match up.
  2. please post screenshot of the troop event pages, as you haven't told us all info we need fo rhtem (for example, you didn't tell us to what span you set the event - that would make a difference)
  3. I'm not able to screenshot. As for the spans,

    1st page- Set to battle

    2nd- Set to turn

    3rd-Set to Battle(I believe I tried every type of span on this one) 
  4. Your computer doesn't have a printscreen key or a Paint-type app?
  5. I have a laptop that does nothing when i press the print screen button with or without alt/ctrl.

    I do have a paint but I don't know how that would capture my current screen image.
  6. Okay. Here's what you do. Press print screen. Don't worry, it doesn't pop up for me either. Then open Paint and just hit cntrl + v.