Search results

  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!
  16. Juzzver

    Server broadcast ?

    It's already implemented in ServUO
  17. Juzzver

    Making an Item that takes on properties of items added to it.

    An alternative option is to add a convenient gump for all talismans just in Base code where by double-clicking an interface appears, for example, with three additional talisman slots. When inserting a talisman into slot_1, it will be added to the properties of the main talisman, so you get a...
  18. Juzzver

    My Shard has a weird problem. Community wisdom needed.

    You need to debug the server at the time of such freezes, which will allow you to find problem areas in the code. You can do this through Visual Studio, in debug mode (use guides if you are not familiar with the tool). The second option: use the built-in profiling tools in RunUO, which will show...
  19. Juzzver

    Cant add Screeneffect packet to Rununo 2.2?

    It works only for clients > 7.0.x versions And doesn't support by ClassicUO What the client and version do you use ?
  20. Juzzver

    3x3 matrice

    Sounds like Iris UO client what is open source.

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back