Search results

  1. When using Make I get an error that C# is outdated

    Hi all. I've installed mono and the .net core runtime from a tutorial and am using gnome desktop for ubuntu 20.04. When I run the make file I get the same error for two lines in server/utility.cs. Feature `default literal' cannot be used because it is not part of the C# 7.0 language...
  2. Easiest way to merge new updates?

    Hi everyone. Right now I have a copy of ServUO on my desktop, edited with all of my old custom shard stuff, and want to start merging new updates. What would be the best way to go about that? All I've been doing is copy and pasting each file from the list of updates on GitHub and merging them to...
  3. Is it possible to add custom items to the Ultima Store?

    It seems that the entry doesn’t support text input. I’ve tried reworking StoreEntry and UltimaStore using RewardEntry and RewardSystem as an example but keep getting the same error that an int can't be converted to a string. using Server.Items; using System; namespace Server.Engines.UOStore {...
  4. Can I safely use DateTime.Now for specific things?

    I have a LastRestock option for player vendors but if I use DateTime.UtcNow it's going to really mess with everyone's perception of when the vendor was last restocked. Is it safe to use the standard DateTime.Now for something like this or is it better to just use UtcNow for everything?
  5. How to operate the Magincia Bazaar?

    Hi all. I'm unsure how to start with the bazaar. Most plots are inactive. Those that aren't don't offer a way to bid on them. UO site says just double clicking on a sign will allow me to make a bid but I only get information for top bid amounts and such. Am I missing something?
  6. Old build restricting to wrong client version

    Hi there! I have a really old ServUO build from about 7 years ago, which is using Publish 46/47. Server itself works just fine but I've been having issues with certain visible tiles not being passable, particularly HS/TOL stuff, and when entering classic houses, I fall through the floor at the...
Back