Page 1 of 1
How to recognize corpse type
Posted: 2014-09-01 09:02:59
by Hypermangan
Hallo,
I need to recognize if a dead body is a humanoid corpse or not. Every corpse have type 0x2006 and I am not able to figure out which type of corpse lies on the ground. Can someone advice me please.
I advert that every body type have another quantity. Is it the key?
Re: How to recognize corpse type
Posted: 2014-09-01 09:36:58
by Hypermangan
Ok I figured it out. Quantity is the key. It's an animation number. Human male is 400(0x0190) and female 401(0x0191). Now I need to recognize if a body is a player or NPC.
Re: How to recognize corpse type
Posted: 2014-09-01 15:18:49
by Mirage
Hypermangan wrote:Ok I figured it out. Quantity is the key. It's an animation number. Human male is 400(0x0190) and female 401(0x0191). Now I need to recognize if a body is a player or NPC.
impossible
Re: How to recognize corpse type
Posted: 2014-09-02 09:32:47
by Hypermangan
I expected a little bit better answer but through that thank you.
I tried to figure it out with UO.GetNotoriety but this function returns any value.
Re: How to recognize corpse type
Posted: 2014-09-02 10:18:14
by Mirage
UO.GetNotoriety does not distinguish between NPC and players
Actually there is no way to distinguish between the player and NPC. If only taking a particular case
Re: How to recognize corpse type
Posted: 2014-09-03 08:01:05
by Hypermangan
And some casual way exists?

I thing I can look in to the body and search for IVM and KVF scrolls which every player carry on pvp on our shard. But its not absolutely precise.