Hey. I'm working on a boss fight where at the end they use a desperate attack that leaves the party at 1 hp, I've written the formula as b.hp - 1. But for some reason it does no damage. I thought it might be something to do with the actors, so I tested it against some regular enemies and it still doesn't work. what should I do?
1 hp attack bug.
● ARCHIVED · READ-ONLY
-
-
You can use a event call instead, since it's a specific usage of the skill. Like this:

-
That'll work, but with the battle engine I'm using(yanfly's) it won't show any damage numbers, the actor's HP will just disappear. Here's the page for the skill, any idea what I need to do to fix it?You can use a event call instead, since it's a specific usage of the skill. Like this:
-
-
Cool, idk why those settings were changed, but it works fine now. Thanks!