Recent content by Voxpire

  1. Voxpire

    【RUNUO】How to change the number of max items in Player's backpack?

    The code for this has been the same since the first public release of RunUO 1.0. The Container.cs you need to check is in the server core files, not in /Scripts
  2. Voxpire

    【RUNUO】How to change the number of max items in Player's backpack?

    https://github.com/runuo/runuo/blob/master/Server/Items/Container.cs#L1380
  3. Voxpire

    Introduction To Git

    Voxpire submitted a new resource: Introduction To Git - An introduction for those new to the world of Git and remote version control. Read more about this resource...
  4. Voxpire

    Misc Introduction To Git

    By following these steps, you can clone repositories, pull updates, commit changes, and push updates without having to move zip/rar archives around! You will be able to easily track all of the changes you make to your projects, as well as those made by your team; making collaboration much more...
  5. Voxpire

    Stuck on "Verifying Account..."

    It will likely be because of the way login in handled and it expecting a certain packet sequence of a set length. You may need to adjust some of the packet lengths in PacketHandlers, and adjust the way they read the data to compensate for disparity. That client version is old enough to predate...
  6. Voxpire

    Lets try again! Return to UO, looking Sphere Spell system

    It has not been released, development progress is currently suspended until I have more time.
  7. Voxpire

    Running VitaNex on Build 57.4 - MessagePump error

    You don't need to delete all of that, it's just a case of ITool vs BaseTool, rename one to the other - whichever is causing the problem. This shouldn't even be an issue if the `ServUO` tag is defined in Scripts.csproj - there may be an issue with the way it parses the node in the csproj. Ex...
  8. Voxpire

    Running VitaNex on Build 57.4 - MessagePump error

    If upgrading an existing Pub57, make sure to copy the new CSPROJ files from /Server, /Scripts, and /Ultima
  9. Voxpire

    Running VitaNex on Build 57.4 - MessagePump error

    You can delete the entire WebSockets folder - it will never be used (and isn't used). I also recommend removing periods from folder names, it can cause issues with pathing.
  10. Voxpire

    Shard List

    https://www.servuo.com/help/membership/
  11. Voxpire

    ServUO

    Voxpire updated ServUO with a new update entry: 57.4 Read the rest of this update entry...
  12. ServUO

    ServUO - 57.4

    Moved to new SDK project format and retired use of Roslyn CSC in favour of DotNET CLI, preparing for push to DotNET 8 LTS. Improved networking for handling high-load scenarios. Various community contributions. Full Changelog: 57.3...57.4
  13. Voxpire

    Trying to determine relative coords for a radar system.

    I had this exact thought just yesterday when I wished I could do the same thing while setting up large region boundaries... Will have to modify CUO itself to allow it, and yes definitely do-able.
  14. Voxpire

    Error latest Vitanex,Pub58.

    Unfortunately not, can just grab cliloc files from 7.0.102 for the server data side of it, it's not a huge deal if they don't sync with the clients being used to play.
  15. Voxpire

    Add shard to list and packet questions

    It isn’t really possible without modifying the client significantly. You can firewall common vpn exit nodes using CIDR lists provided by some hosts (ask your provider). The first 4 bytes (seed) of any UO client logging in is usually representative of the real remote IP for the connection, you...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back