Recent content by Juzzver

  1. 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...
  2. Juzzver

    Context Menus in LBR

    What the problem with connection ?
  3. Juzzver

    Context Menus in LBR

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

    Updated packet list

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

    Updated packet list

    https://web.archive.org/web/20250124215432/http://ruosi.org/packetguide/index.xml SA/HS packetguide backups
  6. 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
  7. 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
  8. 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...
  9. 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.
  10. 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...
  11. Juzzver

    Unable to debug and compile Servuo

    You have to configurate port forwarding for 2593 port
  12. 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...
  13. Juzzver

    Crashing

    You missed to add to the server folder next libs: https://github.com/ServUO/ServUO/blob/pub57/zlibwapi32.dll https://github.com/ServUO/ServUO/blob/pub57/zlibwapi64.dll and Ultima.dll what compiles from Ultima folder. You can run _windebug.bat file to compile this lib.
  14. Juzzver

    The Ultima Online directory

    Make sure that you haven't changed default value in DataPath.cs
  15. Juzzver

    The Ultima Online directory

    You have to configure Config/DataPath.cfg

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back