could someone plz tell me, how to make this .01-file work? i really don't know, what to do with it. i placed it in a custom-directory and started run-uo. but it won't do anything.
okay... i found out, what went wrong. it would be helpful to have a note, that this townhouses.01-file should be renamed in .zip
but now... the old bug:
// List<Gump> gumps = state.Gumps;
List<Gump> gumps = ((List<Gump>)state.Gumps);
but:
Errors:
+ custom/aus dem netz/Town Houses v2.01/Misc/GumpResponse.cs:
CS0246: Line 29: The type or namespace name 'List' could not be found (are y
ou missing a using directive or an assembly reference?)
CS0246: Line 29: The type or namespace name 'List' could not be found (are y
ou missing a using directive or an assembly reference?)
CS0021: Line 33: Cannot apply indexing with [] to an expression of type 'Lis
t<Server.Gumps.Gump>'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
i tried both runuo 1.0 final and 2.0
both came up with the same error-message