I found that these are NOT all possible constructables, they are just the ones which are serialized/deserialized. So the source contains several which are not serialized/deserialized. Once again I'm upset with the absolute lack of documentation for RunUO and ServUO, which even enforced Doxygen-extraction can't overcome.
Uhm ... zerodwoned these are just the name spaces, not the Item types (aka ingame constructables). Or do I miss something?
Edit: You mean that, don't you? http://uostuff.uo-projects.net/uostuff/include/templates/runuo/docs/namespaces/Server.Items.html
I'm working with a ServUO doxygen-export I've made, it is more than 2 Gigabytes lol. Allows essentially the same and is ServUO-recent (54). What I'm saying is that there is zero documentation in the code, doxygen just after some tinkering extracts conventional C# stuff. And because there is no documentation it is only in aftermath (comparing the ServUO and RunUO lists) that one realizes ... some constructables are not serialized/deserialized for example.
It is incredibly bad form to not document your code INSIDE THE CODE.