Search results

  1. Voxpire

    Xanthos Jail

    regions.xml should probably be using "JailRegion" as "Jail" is the static class api for the system iirc.
  2. Voxpire

    Error on Publish 57

    This thread covers it; Vita-Nex 5.3.0.1 errors pub 57
  3. Voxpire

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

    The files you want to deploy should be put in the "Ultima Online" folder.
  4. Voxpire

    Problem when trying to use the newtonsoft.Json dll to display path notes

    Resolved via Discord; Satellite assemblies can be added in the same way the Ultima.Patch.dll is included in the main exe - add the dll files as an embedded resource.
  5. Voxpire

    New Animated Cannon

    Just an educated guess, EA probably didn't animate the cannons in this way because it would increase the complexity of their implementation (therefore the amount of work and resources) - You have to switch between static and animated id's at appropriate times to keep it synced with the client...
  6. Voxpire

    Possible?

    This? https://github.com/ServUO/ServUO/tree/pub57/Scripts/Items/Addons/DawnsMusicBox
  7. Voxpire

    Hover over items UOR

    Add the second code snippet line to CurrentExpansion.cs, it can be placed directly after the line in the first code snippet.
  8. Voxpire

    Question about c#

    If you're implementing a custom skill handler, they are already modular; make an exact copy of the Anatomy class, name it AdvancedAnatomy. The hook is the OnUse method being assigned to the Callback of the Anatomy skill' SkillInfo table entry: [CallPriority(1)] public class...
  9. Voxpire

    Create a script from either NPC or Player

    Nah, it won't go that far... Not sure if anyone has released a server-side feature to do this but there were tools/apps like "Script Creator" out there; maybe that can still be useful to you: https://www.servuo.com/archive/misc-utilities-from-back-in-the-day.2186/
  10. Voxpire

    Create a script from either NPC or Player

    Check out the MirrorImage spell/move, there is a secondary class in the script named Clone which does the basics of what you want; it will create a clone of the given mobile and its equipment, but it only mimics equipment appearance by creating a new Item with the source piece ItemID... To get...
  11. Voxpire

    Best way to create buildings

    That looks better, only one error (warnings can be ignored)... The substitute for line 345 in MobileSaver.cs is: spawner.SpawnObjects.Add( new SpawnObject( t.ToString( ) ) );
  12. Voxpire

    Best way to create buildings

    You must have missed step 4 of the readme.txt Data/Assemblies.cfg is essential for ScriptCompiler to know what files to reference.
  13. Voxpire

    Best way to create buildings

    UOArchitect comes with a readme.txt but it doesn't cover the VS instructions to add the files as refrerences: For Visual Studio compatibility: UOArchitects' live networking is non-functional in .NET Core 5 and DotNET 7 or later, for anyone attempting to install after upgrading.
  14. Voxpire

    Could someone help me with the category section?

    This site used to have a community wiki built-in and no-one contributed to it, so it was discontinued. It would be more worthwhile using the Tutorials section to put out such information IMO.
  15. Voxpire

    Migratign from Servuo-MASTER to Servuo-p57

    You should be able to copy the Saves directory from one version to the other. If you kept track of your custom code changes using git or making notes, that will make it easier to port them, otherwise you'll have to try to remember the changes you've made and use a tool like WinMerge to compare...
  16. Voxpire

    UO Black Box

    Don't use the ServUO 'master' branch, use p57 or p58. 'master' is deprecated.
  17. Voxpire

    Adding x/y coords to SOS

    The code sample in the main post is missing a closing }
  18. Voxpire

    bank problems :-(

    The defaults are based on expansion selection, but you can override them here; https://github.com/ServUO/ServUO/blob/pub57/Scripts/Misc/CurrentExpansion.cs#L20
  19. Voxpire

    Shard List

    With these services, you can get the root url to the image; https://i.imgur.com/VR0RX0p.png
  20. Voxpire

    IPL Download Speeds

    There are no restrictions, it uses standard http provided by .Net on both ends. Try increasing the buffer size in Server.cfg to 32mb - players can increase their speeds in the IPL settings panel by changing the default number of file tasks and file chunk size. Other things I have noted to...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back