From 5504156b56123451fc2c23ef028126be25916fc0 Mon Sep 17 00:00:00 2001 From: Adam <893184+NotAdam@users.noreply.github.com> Date: Wed, 13 Sep 2017 11:47:39 +0900 Subject: [PATCH] Add setownerid Set source actor's owner id to param1 --- src/servers/Server_Common/Common.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/servers/Server_Common/Common.h b/src/servers/Server_Common/Common.h index d49c7bad..f4577309 100644 --- a/src/servers/Server_Common/Common.h +++ b/src/servers/Server_Common/Common.h @@ -561,10 +561,10 @@ namespace Core { { WeaponOverride = -1, // Needs more investigation (takes the damage type of the equipped weapon)? Unknown_0 = 0, - Slashing = 1, - Piercing = 2, + Slashing = 1, + Piercing = 2, Blunt = 3, - Unknown_4 = 4, + Unknown_4 = 4, Magical = 5, Darkness = 6, Unknown_7 = 7, @@ -765,6 +765,7 @@ namespace Core { DamageEffect = 0x50, RaiseAnimation = 0x51, TreasureScreenMsg = 0x57, + SetOwnerId = 0x59, ItemRepairMsg = 0x5C, LeveStartAnim = 0x66,