Recent content by Juzzver

  1. Juzzver

    client server question - solved

    There's probably no difference. I believe 57 Pub supports all client versions starting with version 4. To start a second server, change port 2593 in the server configuration to any other port, such as 2594.
  2. Juzzver

    ServUO 57, RunUO 3.0, RustUO 1.0 : differences?

    Yes, it's his project. You can check it out by going to the project's Discord. RunUO 3.1 is an outdated version of 2.3, simply ported to .NET 8. It lacks the changes added in Mark's RunUO 2.7. RustUO appears to be the main project, but it's not yet released.
  3. Juzzver

    New Server

    Players are likely trying to log in directly through Client.exe, but the server doesn't understand the client's encryption. Typically, players first remove encryption using assists like UOSteam or play through ClassicUO or Orion clients, which remove encryption by default.
  4. Juzzver

    Context Menus in LBR

    If you are using the 3rd version of the client, then at that time there were no such options, and this value is simply missing in the cliloc files, instead of it the context menu will most likely display another value or just a set of numbers or error cliloc message. You need to determine in...
  5. Juzzver

    Context Menus in LBR

    What the problem with connection ?
  6. Juzzver

    Context Menus in LBR

    In Misc/CurrentExpansion.cs just enable ObjectPropertyList ObjectPropertyList.Enabled = true;
  7. Juzzver

    Updated packet list

    Yes, until High Seas. But I like the format :) I didn't notice that there were updates on the Pol
  8. Juzzver

    Updated packet list

    https://web.archive.org/web/20250124215432/http://ruosi.org/packetguide/index.xml SA/HS packetguide backups
  9. Juzzver

    ServUO Linux setup issues

    You're using sdk:9.0, what's not supported by mono. You could use "donet" command instead of Mono. ServUO already contains 'make' files for compiling on Windows and Linux platforms: ServUO/_makedebug at pub57 · ServUO/ServUO just run it
  10. Juzzver

    Unable to debug and compile Servuo

    There is no need to use mono if we are already using dotnet. The server can be started using by next command: dotnet run - compiles and run the csproject or dotnet ServUO.exe - just run exe app
  11. Juzzver

    Server help....

    https://mega.nz/folder/H5oiCZAQ#ZiZ5FCcwC8yV_DPtGwclhA https://www.classicuo.eu/ I see a lot of reports of similar issues, maybe it's related to the recent networking changes for ServUO 57.4 if you're running that version. I personally have no problems connecting with this version. Perhaps the...
  12. Juzzver

    Unable to debug and compile Servuo

    Try to use dotnet commands instead of mono. Mono it's .NET Frameworks, ServUO uses SDK which is fully supported in .NET. With dotnet it works well.
  13. Juzzver

    help, how to login in with old uo client

    RunUO can support clients starting from 3.0.x by default. To make the 1.26.4 client work, you need to configure compatibility in packets, removing unsupported data and flags that appeared in more modern versions of clients and then it will work well. ServUO will require more work to get this...
  14. Juzzver

    Unable to debug and compile Servuo

    You have to configurate port forwarding for 2593 port
  15. Juzzver

    Delete Item(s) at some location (X,Y)

    "foreach" is used only for read-only operations. You cannot modify the enumeration during this time. To modify collection you can use "for" operator. Example #1: IPooledEnumerable items = map.GetItemsInRange(new Point3D(x, y, 0), 0); var itemList = items.ToList(); // Convert to a list to avoid...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back