RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Problems with ML updated server

Rivet

Wanderer
Problems with ML updated server

i`ve downliaded svn & set patch from this thread http://www.runuo.com/forums/custom-...ins-legacy-simple-installs-neruns-distro.html then i`ve set runuo forge patch. (i`ve installed mono, wine, UO client. (ubuntu 8.04))

Code:
/Server/Item.cs(822,26): error CS0103: The name `Ultima' does not exist in the current context
./Server/Item.cs(832,17): error CS0103: The name `Ultima' does not exist in the current context
Compilation failed: 2 error(s), 0 warnings
 
easy fix

at the end of the huge compile command where your adding all the system."inserntstuffhere" things, put a comma then ultima.dll. make sure ultima.dll is in the directory as well.
 
Top