mob death

Tio Akima

New member
Messages
349
Points
0
Age
36
Discord
TioAkima#0636
Github
Tio Akima
Emulator
hi guys

Where can I find in src, a function that checks if the mob dies with basic attacks ...

In skill.c has the skill_counter_additional_effect with an IF () that checks if the mob died with a skill ... what I'm looking for is just the opposite ... death by basic attack.

I searched battle.c and didn't find
I searched for all status->damage() calls and didn't find it either.

 
Last edited by a moderator:
Have you tried searching for OnNPCKillEvent? That's a trigger for mob death.

 
Back
Top