Failed to call function OnAttackedSolved

Getting this error spam:

“Failed to call function OnAttacked of class Wolf2 – function requires 4 parameters but only 1 was provided.”

When TruePVE is unloaded, animals can kill HumanNPCs normally. When it’s loaded, wolves try to attack HumanNPCs but fail and spam this error. Can we get a fix so animals and HumanNPCs can damage each other properly?

I solved it

It was caused by the HumanNPC plugin calling OnAttacked() I replaced it with Hurt(info)

thanks for letting me know:)

Locked automatically