List of Item/NPC Constructables/Types, should be all I hope ...
 

Attachments

  • types.txt
    119.9 KB · Views: 75
Last edited:
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.

Ps: Something like this is what I'm talking about. http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html

This is what a doxygen docu for a properly source-documented emu looks like: http://noxwizard.sourceforge.net/docs/skills_8cpp.html
 
Last edited:
Back