Flagy v UO
None = 0,
/// You will step on this and you will be moved at items Z
Floor = 0x00000001,
/// Usage unknown
Weapon = 0x00000002,
/// Usage unknown
Transparent = 0x00000004,
/// Usage unknown
Translucent = 0x00000008,
/// Specific usage unknown, it combines flags Impassible and NoShoot I thing
Wall = 0x00000010,
/// This item should cause you some damage, specific use unknown
Damaging = 0x00000020,
/// Player cant walk on/thru this item
Impassible = 0x00000040,
/// Something with water
Wet = 0x00000080,
/// Unknown
Unknown1 = 0x00000100,
/// You can drop items here
Surface = 0x00000200,
/// You could problably walk on it even if it is at higher than you.
Climb = 0x00000400,
/// Many items could be placed in one stock
Stockable = 0x00000800,
/// Item is window and have window-like shadow
Window = 0x00001000,
/// You cant shoot over this item
NoShoot = 0x00002000,
/// Item has 'a' article as default
ArticleA = 0x00004000,
/// Item has 'an' article as default
ArticleAn = 0x00008000,
/// Usage unknown
Moongen = 0x00010000,
/// Unknown
Foliage = 0x00020000,
/// Item is partially colored, currently unused as i know
PartialHue = 0x00040000,
/// Unknown
Unknown2 = 0x00080000,
/// Usage unknown
Map = 0x00100000,
/// Item could contain other items
Container = 0x00200000,
/// You can wear this
Wearable = 0x00400000,
/// Produces light
LightSource = 0x00800000,
/// Item is animated, detailed info probably in Animation property
Animation = 0x01000000,
/// Unknown
NoDiagonal = 0x02000000,
/// Unknown
Unknown3 = 0x04000000,
/// Usage unknown
Armor = 0x08000000,
/// You are in building if you are under this (probably)
Roof = 0x10000000,
/// Usage unknown
Door = 0x20000000,
/// You can walk on it from front side
StairBack = 0x40000000,
/// You can walk on it from left side
StairRight = 0x80000000

Exactly what I was searching for, thank you for posting. https://reelgamesite.isweb.co.kr/