Buguslavv / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Creature Type enumerations have changed #228

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
public enum CreatureType : byte
    {
        Player = 0x2,
        NPC = 0x40
    }

In 8.71

Original issue reported on code.google.com by muttd...@gmail.com on 10 Mar 2011 at 4:35

GoogleCodeExporter commented 8 years ago
This is not an accurate value, and I personally dislike it. I actually tested 
the values and noticed a lot of Player creatures returning both 0x1 and 0x2. 
So, this will be removed from Enums.cs.

Original comment by joebingham07@gmail.com on 20 Mar 2011 at 2:15