Search results

  1. Voxpire

    Remote Desktop Security Monitor

    Voxpire submitted a new resource: Remote Desktop Security Monitor - Helps protect your server from RDP brute-force attacks Read more about this resource...
  2. Voxpire

    Misc Remote Desktop Security Monitor 1.0

    Remote Desktop Security Monitor Simply extract the contents anywhere and run "RDP MONITOR" to start the script. This short and sweet PowerShell script will help fortify your server against malicious brute force attacks targeting the Remote Desktop Protocol (RDP). It works by polling the...
  3. Voxpire

    I don't understand why it crashes

    Your timer logic is missing on line 87, this crash happens because the code that was generated reminds you to fill it in by throwing an exception. Line 72 needs to use Timer.DelayCall() instead of this erroneous Timer() method, which can be completely removed.
  4. Voxpire

    Xanthos Jail

    Hmm, search for "Xanthos.JailSystem.Jail" in Data/regions.xml and change it to just "Jail" <region type="Jail" ...
  5. Voxpire

    Xanthos Jail

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

    Error on Publish 57

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

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

    The files you want to deploy should be put in the "Ultima Online" folder.
  8. 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.
  9. 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...
  10. Voxpire

    Possible?

    This? https://github.com/ServUO/ServUO/tree/pub57/Scripts/Items/Addons/DawnsMusicBox
  11. 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.
  12. 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...
  13. 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/
  14. 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...
  15. 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( ) ) );
  16. 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.
  17. 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.
  18. 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.
  19. 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...
  20. Voxpire

    UO Black Box

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

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back