Search results

  1. Sign and door generation questions

    Doorgen rocks. However, to make it more efficient, there are regions defined per map where it looks for doors, so it doesnt waste time looking for them in the oceans. You can see these regions towards the beginning of DoorGenerator.cs You will most likely want to change these to correspond to...
  2. Sign and door generation questions

    3 & 4. For doorgen, the command actually analyzes structures in your statics files and determines door openings, so it works with custom maps. No need for a file. Biggest downside is it will always be wooden door. Smaller downside is it is automated, and may make mistakes that you will have to...
  3. State of Project

    Early on it told me ServUO was included in its training material along with hundreds of other active Github projects. But now it tells me it cannot divulge the sources that were used to train it. Of course it could have been lying the first time, but I doubt it. Makes sense.
  4. CentrEd+

    Thank you, StaticZ
  5. Problem with ports

    No need to reformat, just apt install zlib1g zlib1g-dev or apt install zlib zlib-devel depending on distro, then try running the server with mono again.
  6. Problem with ports

    Do you have zlib and zlib-devel installed? *****package names I used are Debian and may deviate slightly from ubuntu. EDIT: Also just noticed you are using RunUO instead of ServUO, do you have Ultima.dll in same folder as the RunUO.exe?
  7. CentrED+ connection refused

    does the port show open here https://www.yougetsignal.com/tools/open-ports/
  8. Problem with ports

    ok, so you changed the port to 2600 in serverlist.cs? Does the port stay the same throughout to the public or is it translated at any point before reaching the public internet? Is it running bare metal or docker container? Does canyouseeme show the port open? (if you have the server console up...
  9. CentrED+ connection refused

    If you trying to connect to the public IP from a machine that's behind that same Public, sometimes this will not work due to the router blocking NAT Hairpinning. You may have to ask a friend outside to test this for you, if your router does not allow for NAT hairpinning.
  10. Problem with ports

    A few questions. Are the server and client behind the same public IP? Is SELinux disabled? Is the Ubuntu also a VM, and if so is it in bridged mode? If not, do you have NAT rules in your hypervisor for it? Does ServUO show up on 2593 with sudo lsof -i:2593
  11. Need help changing starting Templates (RunUO 2.7)

    Thank Dulen over at the T2A forums, he did the experimenting, I just managed to stumble across it. For not being caps, did you edit the Cliloc file?
  12. Better Begging: Making the begging skill more fun and interesting

    This is great, I love quality of life enhancements like these
  13. Having issues building pub57

    [docgen ingame will generate the documentation in the form of html files in the server folder. One of those files has all the commands and their functions, sorted by accesslevel, including commands from any custom scripts you may have added. As you add scripts, you may need to periodically...
  14. Having issues building pub57

    once the world has saved, it should keep the owner account (and any other accounts) intact. you can force this with [save ingame or from console, but by default I think it does it automatically every 15 minutes.
  15. UO Architect 3.0

    This is great to hear.
  16. Having issues building pub57

    what happens if you try make clean make in the pub57 directory and then try running the resultant exe with mono?
  17. Delete all facets but Malas (error)

    There are other ways, like the "my character is stuck and cannot move" option in the help menu. I'm sure theres others i missed. And creative players will find them. However I still think restricting access is a better option than not registering the map, as there may be further, unforeseen...
  18. UO vet, Serv noob - how to guide?

    This chart may be beneficial for matching a client with server version. However, for security/compatibility reasons, you may prefer to use more current versions of both and manage the Era-specific features server-side. This has a drawback of players possibly still seeing newer content that is...
  19. When was the Core (server) written, who (or which group) wrote it, and how?

    A lot of people put their heart into it. Ryan was like a manager/organizer. I think his background was a similar role with another/prior emulator. Too bad wayback didn't cache the image. Whitest family photo ever taken.
  20. When was the Core (server) written, who (or which group) wrote it, and how?

    ServUO is a fork of RunUO It should probably be noted that Krrios started RunUO (the server software) originally to test the custom client he was working on at the time...at age 14. It then grew to become the larger project of the two...
Back