Recent content by Juzzver

  1. Juzzver

    Context Menus in LBR

    What the problem with connection ?
  2. Juzzver

    Context Menus in LBR

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

    Updated packet list

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

    Updated packet list

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

    Unable to debug and compile Servuo

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

    The Ultima Online directory

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

    The Ultima Online directory

    You have to configure Config/DataPath.cfg
  15. Juzzver

    UO Voice Teamspeak Plugin?

    This is a really cool idea! I had thoughts to implement something like this, but I evaluated it from the point of view of a self-written voice server and all the complexity of integration. But I never looked at it from the angle of using the API of existing voice servers. It's really possible!

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back