Search results

  1. Voxpire

    Requiring NDA for ServUO code?

    NDA's today, like in this case here, are often abused to cover up some malicious/unethical activity and that's why they no longer hold much weight in court... If they're legitimately used to protect what could be considered a trade secret, then that's totally reasonable IMO.
  2. Voxpire

    Requiring NDA for ServUO code?

    Here's what ChatGPT had to say about it...
  3. Voxpire

    Requiring NDA for ServUO code?

    IMO, it goes against everything that open source stands for. In all of the years I've spent in the free-shard community, not a single time have I ever had to sign an NDA or require someone to sign one. As a developer, you have an inherent copyright over the code you produce, and how you...
  4. Voxpire

    Calculation of damage with wearing things to stats (only taken into account from basic stats)

    The mechanics for damage are widespread, if you want those mechanics to include stat mods in the damage calculation, you need to look for code that is using Mobile "RawStr" and change it to use "Str".
  5. Voxpire

    Is it possible . .

    On the item that you don't want to count towards weight or total: public override bool IsVirtualItem { get { return true; } }
  6. Voxpire

    Vita-Nex

    Voxpire updated Vita-Nex with a new update entry: 5.3.1.0 Read the rest of this update entry...
  7. Voxpire

    Library Vita-Nex - 5.3.1.0

    + Fix Ultima SDK bootstrapping. + Fix an issue that would prevent static members from being matched on non-static types when using reflection-based Object extension methods. + Remove unused Object extension methods. + Add FreeToArray extension method support for HashSet<T> + Fix SpellIcons...
  8. Voxpire

    Deviants and Deviations

    Voxpire submitted a new resource: Deviants and Deviations - An ultra-boss and ability system designed to destroy your players in the most stylish ways possible. Read more about this resource...
  9. Voxpire

    Misc Deviants and Deviations 1.0.0.0

    Deviants and Deviations Deviants are creatures that have strayed from the natural path of evolution to acquire great power, allowing them to unleash devastating abilities upon the world. These abilities arise from the many possible Deviations that embody the creatures' design and...
  10. Voxpire

    stealable items that instantly decay upon stealing them.

    If you create a new item class, you can override OnAdded as such; public override void OnAdded(IEntity parent) { base.OnAdded(parent); if (RootParent is PlayerMobile) Timer.DelayCall(Delete); // delete safely on the next core cycle }
  11. Voxpire

    Pub57 code updates..

    P57 won't get any more updates unless they're critical. P58 is the current development branch that will be merged in to the master branch in the future. If your custom shard code is based on P57, download a fresh copy of P57 separately, and use a tool like WinMerge to compare the root...
  12. Voxpire

    BaseCreature speed and cpu usage

    If you spawned them all in one place, then the CPU usage will be mostly from movement pathing from them trying to think and move around and validate targets, and send packets to your client. AI are not active when there are no players around.
  13. Voxpire

    Sandboxed System Serialization

    Voxpire submitted a new resource: Sandboxed System Serialization - How to avoid editing PlayerMobile when possible Read more about this resource...
  14. Voxpire

    Code Sandboxed System Serialization

    This short tutorial describes how to avoid editing PlayerMobile when introducing new features to your server. A basic "talent" system will be used as the means to add context to the way persistent data can be handled without the need to update PlayerMobiles' Serialize or Deserialize methods...
  15. Voxpire

    Pandoras Box 3.0 issues

    Have you tried Misc - Pandora's Box (Reopened) ?
  16. Voxpire

    Failed to backup :( (Windows 10)

    Windows 10 file permissions management is horrendous. Glad you fixed it, if at least temporarily.
  17. Voxpire

    UO Legacy

    I personally have no plans to implement New Legacy features as it would not easily fit in to the current architecture of traditional shards and expansions. It would benefit more from having its own version of an emulator dedicated to those features.
  18. Voxpire

    Sending custom packets to the client

    Try using the UnicodeMessage packet as a base, copy the entire class, rename it, change the packet ID to something unused, then send and handle that in the client.
  19. Voxpire

    All-In-One: Installer, Patcher, Launcher (IPL)

    Voxpire updated All-In-One: Installer, Patcher, Launcher (IPL) with a new update entry: Cross-Platform Availability Read the rest of this update entry...
  20. Voxpire

    Launcher All-In-One: Installer, Patcher, Launcher (IPL) - Cross-Platform Availability

    An open source CLI-based client, compatible with the IPL manifest protocol, is now available for download on GitHub: GitHub - Ohkthx/xIPL: Cross-platform (x) Installer, Patcher, and Launcher (IPL) for Ultima Online. The project is developed and maintained by Schism. This client does not...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back