This is my fork of RunUO 2.7
Find a file
2026-08-14 19:46:17 -04:00
Data #W# Spawn work. 2026-08-14 19:01:09 -04:00
Scripts #W# Diable Factions 2026-08-14 19:46:17 -04:00
Source #W# Crafting and Gathering skills don't count towards skill cap. 2026-08-07 18:39:32 -04:00
.gitignore #W# Initial Commit: RunUO 2.7 2026-08-06 09:02:26 -04:00
Compile.sh #W# Source and Scripts added. Added Scripts/Settings.cs to expose some basic tweak able settings. 2026-08-06 11:06:05 -04:00
LICENSE #W# Source and Scripts added. Added Scripts/Settings.cs to expose some basic tweak able settings. 2026-08-06 11:06:05 -04:00
PremiumSpawner_Tutorial.txt #W# Premiumspawner Tutorial txt file. 2026-08-08 17:44:24 -04:00
README.md #W# Source and Scripts added. Added Scripts/Settings.cs to expose some basic tweak able settings. 2026-08-06 11:06:05 -04:00
zlib.dll #W# Source and Scripts added. Added Scripts/Settings.cs to expose some basic tweak able settings. 2026-08-06 11:06:05 -04:00
zlib32.dll #W# Source and Scripts added. Added Scripts/Settings.cs to expose some basic tweak able settings. 2026-08-06 11:06:05 -04:00
zlib64.dll #W# Source and Scripts added. Added Scripts/Settings.cs to expose some basic tweak able settings. 2026-08-06 11:06:05 -04:00

runuo

AppVeyor Build Status Travis Build Status

Join the chat at https://gitter.im/runuo/runuo

RunUO Git Repository


RunUO is no longer officially supported by a core team.

If you wish to find support in a wider UO development commuity, visit ServUO - Ultima Online Emulation


Typical Windows Build

PS C:\runuo> C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc /optimize /unsafe /t:exe /out:RunUO.exe /win32icon:Server\runuo.ico /d:NEWTIMERS /d:NEWPARENT /recurse:Server\*.cs

Typical Linux Build (MONO)

~/runuo$ mcs -optimize+ -unsafe -t:exe -out:RunUO.exe -win32icon:Server/runuo.ico -nowarn:219,414 -d:NEWTIMERS -d:NEWPARENT -d:MONO -reference:System.Drawing -recurse:Server/*.cs