Search results

  1. Voxpire

    Need some help

    That error means it couldn't find or access the /Scripts folder.
  2. Voxpire

    3D Points ?

    If the location is for spawning an item, you may want to switch from CanSpawnMobile to CanFit, the former checks whether the region accepts spawns or not and can cause it to fail unexpectedly in some areas.
  3. Voxpire

    Friends in LAN cannot connect Pub-57.4 server but can connect Pub-master server

    It's probably the change to the way ServerList handles sending the list packet.
  4. Voxpire

    Any Help ?

    It doesn't support the latest client files. Use older Cliloc files (pre 7.0.104)
  5. Voxpire

    Deviants and Deviations

    I should pay more attention to these threads. I know it's been a while and we've discussed things since then, but I'll clarify still for anyone else with a similar queestion; The abilities provided by this package are designed to work with the BaseDeviant class. In theory, you could merge the...
  6. 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
  7. 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
  8. 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...
  9. 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...
  10. 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...
  11. 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.
  12. 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...
  13. 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
  14. 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.
  15. Voxpire

    Shard List

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

    ServUO

    Voxpire updated ServUO with a new update entry: 57.4 Read the rest of this update entry...
  17. 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
  18. 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.
  19. 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.
  20. 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