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?

    If I just do SVN Checkout to a copy of my server, will that auto merge updates and alert me to any files I need to change manually? One of the last updates is a mountain of edits to the main files and that seems tricky.
  3. 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...
  4. Is it possible to add custom items to the Ultima Store?

    Hopefully they add the ability to put custom items in the store back soon. Just makes no sense to have a system I can't edit.
  5. Is it possible to add custom items to the Ultima Store?

    It's totally cool, I get it. What I don't get is why it was removed in the first place. Why add something to the server if you can't use it how you want? Isn't the point of all this to be creative? I guess I can look at older versions and try to change it back but it's rather dumb to work backwards.
  6. 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 {...
  7. 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?
  8. How to operate the Magincia Bazaar?

    That's really neat! Unfortunately the banana tree is for the house lotto not the vendor stalls. It seems like that system is buggy anyway. When bidding it prints the wrong amount of gold on confirmation page even though it shows the right amount for top bidders. Also the stall designs are all...
  9. 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?
  10. Old build restricting to wrong client version

    Don't think it shows the data path in the console. All it offers is this: Searching for Ultima Online installations... Found 2 Ultima Online installations: D:\Ultima Online Renaissance D:\Electronic Arts\Ultima Online Classic Neither of those are correct. I do have both of those lines in...
  11. 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