How to make damage popups? (using Yanfly)

Varkarrus

Villager
Member
Joined
Jun 24, 2013
Messages
10
Reaction score
0
First Language
English
Primarily Uses
Hey, so I was working on an Execution Damage plugin. The idea there is that a skill with an Execution tag would fail to deal damage if it wasnt enough to instantly kill the target.

Code:
    if (this.isExecution()) {
    if (value < target.hp){
        value=0;
        target._result.hpAffected = false;
        }
    else{
        target.setHp(0);
    }
    }
It works just fine! I'm kinda surprised that there weren't any errors, and I made a skill with an execution tag just fine.

It's just, I want to fix up the damage popups to make it more clear what's going on. Right now it's an Ordinary damage number on a successful kill, and a 0 on a failure. I'd like to change the color of the text on these popups, and replace the 0 with "Failed Execution"

And, what should be relevant to this, is that I'm using Yanfly's battle core plugin, which I believe does some stuff with damage popups already.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Day 9 of giveaways! 8 prizes today :D
He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.

Forum statistics

Threads
106,038
Messages
1,018,466
Members
137,821
Latest member
Capterson
Top