Recent content by Voxpire

  1. Voxpire

    Need some eyes on my custom WP-to-ServUO web portal (Project Onyx)

    Honestly, everything looks great. The first thing I noticed was the [Explore Realms] button scrolls one unit too far when clicked. I would probably just scrap the forums, the embedded page is clipped and looks out of place; since you have Discord, it will make forums redundant - you can always...
  2. Voxpire

    Login Server UI

    The ClassicUO Launcher has that functionality I believe. Assistants like Razor and Steam have profile features too. If you want to host multiple shards on a single server without changing the port, assigning additional IP's to that server would allow each shard to have a unique IP and operate...
  3. Voxpire

    Raffle: Vita-Nex: Vault Pass

    A new raffle is now open: Vita-Nex: Vault Pass Tickets are on sale. Click the link below to enter. Good luck everyone!
  4. Voxpire

    Technical Reference - Hues

    Voxpire submitted a new resource: Technical Reference - Hues - This comprehensive guide covers the advanced workings of the Hues API. Read more about this resource...
  5. Voxpire

    Multiple Servers in Server List

    Logging in to port 2593 will inform that server of the initial account login process; if selecting a server from the list on, for example, port 2594, that server doesn't know about the initial login seeding, so it can't match the seed with the client's auth ID because it doesn't exist. In order...
  6. Voxpire

    Map Server Migration

    Depending on the version of the game your map files are designed to work with, you may need to enable this setting; https://github.com/ServUO/ServUO/blob/pub57/Scripts/Misc/MapDefinitions.cs#L51
  7. Voxpire

    Items decay inside private houses – how to restore RunUO behavior in ServUO 57.4.1?

    To implement the requested functionality (not recommended*), you can override Region.OnDecay in HouseRegion; public override bool OnDecay(Item item) { return false; } * If too many items are left in the house, it can cause serious server-wide lag spikes...
  8. Voxpire

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

    Clilocs are currently only supported up to client version 7.0.102
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. Voxpire

    Bodyvalues for new

    All bodies are typically added to mobtypes.txt for future reference :)
  14. 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.
  15. 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)?

Donations

Total amount
$130.00
Goal
$500.00

Shards

Back