Search results

  1. Can you cast Targeted into Basecreature?

    Something like this: protected override void OnTarget(Mobile from, object targeted) { PlayerMobile player = from as PlayerMobile; if (targeted is PlayerMobile) { player.SendMessage("You cannot target yourself or other players."); } if (targeted is BaseCreature) { if...
  2. Errors with latest Repo

    ServUO - [https://www.servuo.com] Version 0.5, Build 6696.24423 - Build on 5/2/2018 1:34:06 PM UTC - Release Core: Optimizing for 8 64-bit processors Core: Compiled for .NET 4.0 RandomImpl: CSPRandom (Software) Core: Loading config... Scripts: Compiling C# scripts...Failed with: 4 errors, 0...
  3. Anyway to revitalize the Uo Community?

    As the Title says, does anyone have any idea or suggestions on how we can revitalize the Community?
  4. UO Progressive server

    Hey there Servuo Community. I was tossing the Idea of a progressive UO Server. Something like starting at AOS then eventually updating to SE -> ML -> HS -> SA ->TOL I was also thinking about UO:R being a starting place but that could be tedious. Has anyone ever tried something like this?
  5. How to determine a typeID

    Hello, I'm fooling around with vendors and what items they stock. In the GenericBuyInfo method, it refers to one of its arguments to a typeID. How does one determine what a typeID is? The file reference is SBCook.cs in the vendorInfo folder line #61 This.Add(new...
  6. Playermobile Serialization and Deserialization help

    Hello, I've added in a few variables into the PlayerMobile.cs file. I'm having issues with the Serialization or Deserialization of the variables I guess? Error.. An error was encountered while loading a saved object - Type: Server.Mobiles.PlayerMobile - Serial: 0x000003C3 Delete the object...
  7. Crash at Start

    Hello:) I've installed servuo and noticed it crashes. Running as administrator. Using Latest Servuo from repo, and lastest client. Error: Regions: Loading...done World: Loading... ...done (0 items, 0 mobiles, 0 customs) (0.04 seconds) Ultima Art: Unable to read client files. Error: Error...
  8. Uo Architect Error

    Hello, I've downloaded Uo Architect and pull the .dlls in the servuo folder added them to the assembles file and the Architect folder to the Scripts folder. I am Presented with this error. Has anyone encountered this and knows how to solve it? Errors: +...
  9. Hello ServUO

    Hello ServUO, I'm a Avid Ultima Online fan, Been playing it since Renaissance. Some time after the release of third dawn i discovered Sphere Server where a few other gents and I opened up shop. After that I discovered Runuo. Now Runuo has ended their journey so I'm looking for another...
Back