For ServUO Publish 57, edit Config/Expansion.cfg.

# The expansion to use. Valid values are:
# None Initial launch (not accurate at all)
# T2A The Second Age (not terribly accurate)
# UOR Ultima Online: Renaissance (almost accurate)
# UOTD Ultima Online: Third Dawn (almost accurate)
# LBR Lord Blackthorn's Revenge (almost accurate)
# AOS Age of Shadows (accurate)
# SE Samurai Empire (accurate)
# ML Mondain's Legacy (accurate)
# SA Stygian Abyss (accurate)
# HS High Seas (accurate)
# TOL Time of Legends (accurate)
# EJ Endless Journey (development in progress)
CurrentExpansion=EJ

ServUO removed old expansion support completely with Publish 58 (which is still being worked on).
 
Last edited:
For ServUO Publish 57, edit Config/Expansion.cfg.

# The expansion to use. Valid values are:
# None Initial launch (not accurate at all)
# T2A The Second Age (not terribly accurate)
# UOR Ultima Online: Renaissance (almost accurate)
# UOTD Ultima Online: Third Dawn (almost accurate)
# LBR Lord Blackthorn's Revenge (almost accurate)
# AOS Age of Shadows (accurate)
# SE Samurai Empire (accurate)
# ML Mondain's Legacy (accurate)
# SA Stygian Abyss (accurate)
# HS High Seas (accurate)
# TOL Time of Legends (accurate)
# EJ Endless Journey (development in progress)
CurrentExpansion=EJ

ServUO removed old expansion support completely with Publish 58 (which is still being worked on).
thanks mate
 
currentexpansion.cs
is a line there


public static readonly Expansion Expansion = Config.GetEnum("Expansion.CurrentExpansion", Expansion.EJ);
 
Back