WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

modernuo/UltimaLive

Repository files navigation

UltimaLive for ModernUO

Based on https://github.com/praxiiz/UltimaLive

Installation

  1. Copy files somewhere into UOContent
  2. Setup your shard identifier in UltimaLiveSettings.cs
  3. Make core modifications
    • Make your PlayerMobile class partial
    • add this to
      • bottom of method PlayerMobile.SetLocation(Point3D loc, bool isTeleport)
      • top of method PlayerMobile.OnMapChange(Map oldMap)
    /* Begin UltimaLive Mod */
    if (BlockQuery != null)
    {
        m_PreviousMapBlock = BlockQuery.QueryMobile(this, m_PreviousMapBlock);
    }
    /* End UltimaLive Mod */
    • TileMatrix.cs doesn't have to be changed unlike original

About

Ultima Live for ModernUO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages