Hey I'm working on a simple prospecting module but am allready stuck on checking if an object is prospectable.
I'm using the ItemFlags posted in the const thread and reading the flags witht the ItemFields.DynamicFlags descriptor 0x5C. I'm reading the item objects correctly and if I get an ore by name and check its flag it reads me 0x00030000 which is wrong according to Prospectable = 0x00040000
Also when I filter my items flag by 0x00030000 I get more items then just the ores so the flag "is not just off".
Appreciate any help.