Search results

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

    Shard List

    https://www.servuo.dev/help/membership/
  9. Voxpire

    ServUO

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

    Add shard to list and packet questions

    1. Membership 2. The packet is redundant and has not been used for a long time.
  15. 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.
  16. 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.
  17. 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).
  18. 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...
  19. 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...
  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.

Donations

Total amount
$105.00
Goal
$500.00

Shards

Back