Help With Skill that Doesn't Kill

● ARCHIVED · READ-ONLY
Started by limiTraveler 5 posts View original ↗
  1. Hello fellow game developers :)

    I'm having a problem with a skill I've created. The skill is an attack that casts a buff that causes the enemies' HP to decrease by 10 percent each round. The enemy can't move for three turns.

    The skill works as it's supposed to when I play test it in my game, but when the enemy dies the battle doesn't end. I have to select an action for the actor to complete before the battle will end.

    I thought there may be some kind of conflict with a script, so I created the skill on a clean test game and, surprise, the enemy doesn't die at all. I've even set the skill to subtract 100 percent of the enemy's HP and still the battle continues on and on without the enemy dying, no matter how many times I cast the spell.

    I'm not sure what I'm doing wrong. I studied other skills with similar settings and everything seems to be set correctly. One thing I did note is when the enemy's turn comes around, there's no popup stating how much damage was done as a result of the buff.

    Any help is appreciated. Here are screenshots of my settings.

    Skill - Mind Games

    skillprobs1.png

    State - Dark Thoughts

    skillsprob2.png
  2. By default, you cannot die from negative regeneration in RPGMaker. If you wish for characters to die from that, you need to turn on KO from slip damage in the system tab.
  3. bgillisp said:
    By default, you cannot die from negative regeneration in RPGMaker. If you wish for characters to die from that, you need to turn on KO from slip damage in the system tab.
    Did not know that. I'll try that. Thanks for the help :)

    ETA: Okay, well, did this on the test project and the skill worked as it was supposed to. So it appears in my regular project there is some type of script conflict. Seems I need to go a diggin'.
  4. I thought I heard (read?) somewhere that some of the battle engines will not kill the enemy until an action has been entered? Something to do with how they refresh the states? I may be offbase here, but that might be a place to start.
  5. bgillisp said:
    I thought I heard (read?) somewhere that some of the battle engines will not kill the enemy until an action has been entered? Something to do with how they refresh the states? I may be offbase here, but that might be a place to start.
    You were right. Through trial and error, I found out it was Mr. Bubble's Auto Life script causing the problem. I'll see if I can fix on my own; otherwise, I guess I need to email the creator.

    Thanks for your help :)