Search results

  1. 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...
  2. 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.
  3. 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...
  4. 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
  5. 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.
  6. Voxpire

    Shard List

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

    ServUO

    Voxpire updated ServUO with a new update entry: 57.4 Read the rest of this update entry...
  8. 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
  9. 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.
  10. 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.
  11. 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...
  12. Voxpire

    Trying to determine relative coords for a radar system.

    Just a note, ClassicUO supports showing guild and party members on the world map, so if you're using that client, this kind of feature would be redundant. Anyway, the issue here is bounding, there is no "clipping" for the circular shape of the mini-map, it still thinks everything should be...
  13. Voxpire

    Add shard to list and packet questions

    1. Membership 2. The packet is redundant and has not been used for a long time.
  14. Voxpire

    Timing (Battles).

    The time with days is correct, the green text is not showing days. The queue period option only applies when running without a schedule, otherwise the battle remains open for queuing until it starts.
  15. Voxpire

    Asking about scheludes!!!

    I think it is just a coincidence as each schedule is sandboxed, they wrap individual timers and do not share resources. The battle must be Published before the schedule will be active, too.
  16. Voxpire

    Heritage Achievement System

    The [loot command you have may not be properly using the API required to trigger the events necessary for the achievements to detect it; the command will likely need to be updated (open a new thread and provide the code, with a link to this resource as a reference).
  17. Voxpire

    Instanced Map API + Instanced Dungeons

    I usually target the top-left corner, then the bottom-right corner; You can prevent losing the cursor by using commands such as [self set x 123 y 456 z 0 (if you gather the coords before starting the selection). For best results, always target your own character, the Z elevation matters and...
  18. Voxpire

    Get number of online players API

    It's really no secret, you just send some simple data over TCP to request the status packet. The server knows that it doesn't need to fully perform a login handshake for this type of request. Here is a DotNET 8 implementation that returns the packet results from a TCP request; Status Object...
  19. Voxpire

    UO Map Creator

    I have the source for the last working version of Map Creator, which I intend to publish publicly soon.
  20. Voxpire

    Anyone crack the client code yet?

    There should be some tutorials about animation editing, as far as mounts, if you use ClassicUO, it will display any mount ID you use in server scripts, without any mods as far as I know.

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back