Recent content by Voxpire

  1. Voxpire

    Help! Can't modify the Cliloc of the UO client.

    Clilocs are currently only supported up to client version 7.0.102
  2. Voxpire

    How to enable website registration for ServUO?

    You can also serve a registration page directly from the shard itself; Spin up an HttpListener on a different port and have it serve a registration.html page from the local /web folder. The listener can also handle form submissions for processing the user's input and creating the account - it's...
  3. Voxpire

    Seek a solution

    This happens with traditional gumps because the close and open packets are compressed and sent separately, so any network delay increases the chance of flickering. You can reduce the flicker effect by pre-compiling the gump close and open packets before sending them - as most of the delay...
  4. Voxpire

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

    Voxpire updated All-In-One: Installer, Patcher, Launcher (IPL) with a new update entry: Core-Fantasy Theme Read the rest of this update entry...
  5. Voxpire

    UOArchitect/UOFiddler Tool (Vulcan - High Seas Engine)

    You can find the format required to extract certain files by looking at the /data/assetmap.xml file. This includes the padding required to extract the entries via their path string. For example, padding of '8' and extension of 'bin' means the entries have a format as such: 00000000.bin So ID...
  6. Voxpire

    Bodyvalues for new

    All bodies are typically added to mobtypes.txt for future reference :)
  7. Voxpire

    Crash with trash system I think... unsure really.

    Either SkillInfo or SkillName has been modified to the point where the skill enum, when converted to its int ID, is no longer a valid value within the bounds of the skill info table.
  8. Voxpire

    Crash with trash system I think... unsure really.

    It's not specifically related to VitaNex, but it is revealing an underlying issue; Did you modify your SkillInfo.cs skills table to add or remove any skills (including commenting out)?
  9. Voxpire

    When ServUO is running, is it possible to check the server's status and current game statistics by accessing the server's domain via HTTP?

    First step I recommend is removing the `.` character from folder names as this can cause issue with path resolution.
  10. Voxpire

    Error on Publish 57

    Yes, warnings can generally be ignored. You can fix that warning by adding a null-check; private static readonly Delegate[] _EmptyDelegates = new Delegate[0]; public static Delegate[] GetEventDelegates(this object obj, string eventName) { var t = obj as Type...
  11. Voxpire

    WIki Page for VitaNex?

    Well my thinking is that people still buy cars despite not having a clue how the engine works, as long as the dashboard does the job, anyone can use it; everything is done through [VNC when it comes to configuring services and modules. [VNC is the dashboard in this case. If you wish to delve...
  12. Voxpire

    When ServUO is running, is it possible to check the server's status and current game statistics by accessing the server's domain via HTTP?

    Status checks are usually done over raw TCP with a simple packet handshake; that offers basic stats (as seen in the Shard Portal list). You can either build your own HTTP status wrapper, or you can use the built-in WebStats module that comes with Vita-Nex; the module offers a much more...
  13. Voxpire

    WIki Page for VitaNex?

    Vita-Nex is free to download and install, so no one should be wasting money on something they don't understand, unless they're happy to do so while already knowing they don't understand how the core (free) systems work. The readme is sufficient to get started, knowing how the project works...
  14. Voxpire

    Anyone ever seen this problem?

    Grab the Cliloc.* files from client 7.0.103.0 and replace them in your server's data path folder; ServUO does not currently support the new encoding for those files.
  15. Voxpire

    Happy Holidays, ServUO! A Little Gift for Our Community (New Christmas Logo Ideas!)

    They look great! Here's a package of the ServUO assets, it should help avoid clipping the edges ;)

Donations

Total amount
$10.00
Goal
$500.00

Shards

Back