|
|
@ -966,12 +966,13 @@ namespace MWClass
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
Start of tes3mp addition
|
|
|
|
Start of tes3mp addition
|
|
|
|
|
|
|
|
|
|
|
|
If the attacker was the LocalPlayer or LocalActor, record their target and send a packet with it
|
|
|
|
If the attacker was the LocalPlayer or LocalActor, record their target and send a
|
|
|
|
|
|
|
|
packet with it
|
|
|
|
|
|
|
|
|
|
|
|
If the victim was the LocalPlayer, check whether packets should be sent about
|
|
|
|
If the victim was the LocalPlayer, check whether packets should be sent about
|
|
|
|
their new dynamic stats and position
|
|
|
|
their new dynamic stats and position
|
|
|
|
|
|
|
|
|
|
|
|
If the victim was a LocalActor who died, record their attacker as the deathReason
|
|
|
|
If the victim was a LocalActor who died, record their attacker as the killer
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
mwmp::Attack *localAttack = MechanicsHelper::getLocalAttack(attacker);
|
|
|
|
mwmp::Attack *localAttack = MechanicsHelper::getLocalAttack(attacker);
|
|
|
|
|
|
|
|
|
|
|
|