Search results

  1. Voxpire

    Currency Conversion

    The easiest way to achieve this is to define a list of exchange rates relative to gold, where gold to gold is always 1:1 (or 100%) Every custom currency you add would have a rate against gold, such as silver, for example, could be 0.10:1 (or 10%) So if an item is worth 100 gold, and you opt to...
  2. Voxpire

    Global Trade

    Voxpire updated Global Trade with a new update entry: 1.0.0.2 Read the rest of this update entry...
  3. Voxpire

    Module Global Trade - 1.0.0.2

    UI help text is no longer cached.
  4. Voxpire

    Charity

    Voxpire updated Charity with a new update entry: 1.0.0.2 Read the rest of this update entry...
  5. Voxpire

    Module Charity - 1.0.0.2

    UI help text is no longer cached. This resolves the need to restart the server to see UI updates after changes are made to the module options.
  6. Voxpire

    Craft resource hues

    The OnCraft method in BaseArmor, etc, can force hue 0 on crafted items in certain circumstances.
  7. Voxpire

    ServUO with ClassicUO client creates a DDoS

    It would be more beneficial to report the issue (if it is an issue) directly to CUO.
  8. Voxpire

    Pandora's Box (Reopened)

    The latest release has been tested against the latest OSI client and ClassicUO (when launched directly). It has not been tested on ClassicUO when using its launcher, but that shouldn't matter. If you have any directories named "Ultima Online" open, or any other apps that have "Ultima Online" in...
  9. Voxpire

    Level System 3, Double Experience

    It's probably awarding XP for both damagers to the mobile upon death, but attributes the XP from your pet to you instead.
  10. Voxpire

    Expansion Setting Issue

    If you have the core source files, upgrade ExpansionInfo.cs to that from 2.0 RC2
  11. Voxpire

    Skill Cap Reset

    Probably this https://github.com/ServUO/ServUO/blob/master/Scripts/Services/VeteranRewards/RewardSystem.cs#L647
  12. Voxpire

    Web Server and MySQL

    The port should update at least after a server restart. The MySQL API was removed from Vita-Nex due to deprecation and reliance on 3rd-party packages (ODBC) - you can reinstate it from an older version of Vita-Nex, but it is no longer supported...
  13. Voxpire

    Displaying jpg images ingame using a gump

    Gump images are in gump.mul, you may as well edit that if you're going to be supplying images with the client anyway. Convert them to BMP for importing in Fiddler. You can actually "stream" images in gumps, it has been a feature in Vita-Nex as a proof of concept for a while, but it is entirely...
  14. Voxpire

    UOServer setup for LAN

    Try adding an inbound rule to the Windows Firewall to allow connections on port 2593 on the host machine.
  15. Voxpire

    Anyone up for a coding challenge?

    Fortunately this logic already exists to a degree in the house placement code to prevent placing on roads.
  16. Voxpire

    Servuo Version or Patch number?

    If you're running anything other than P58, it's broken and won't properly display any version due to changes in .NET and MONO. You can hover ServUO.exe to find the assembly version, which is usually 0.5.* - but even this doesn't help much. You're likely running P57 or older. If you're running...
  17. Voxpire

    Evolution system

    The Damage method signature uses IDamageable instead of Mobile for the second argument.
  18. Voxpire

    Dry Dock Gump Won't Appear

    It looks like the handling for this was removed in later expansions post-AOS and dry-docking is done through the context menu instead. Unless you enable context menus for your targeted LBR expansion, you'll have to modify the code to re-implement dry-docking the old way. This can be achieved by...
  19. Voxpire

    I made a token for github, changed access from ssh to https, but yet I am still getting an error

    Try performing a fetch operation, then checkout.
  20. Voxpire

    when locking this item down in house I cant access it to turn the animation on and off

    That script is the base class for the item you're working with, it doesn't actually handle lock-down security (ISecurable) and is an abstract class which cannot be constructed directly (like via [Add command) - you'll need to post the script of the item class that inherits WritingtableAnimation.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back