Search results

  1. Voxpire

    Error latest Vitanex,Pub58.

    The issue is Cliloc files from client 7.0.103+ are not supported due to a change in their format.
  2. Voxpire

    Looking for some adivce or suggestions

    Pre-AOS tooltips are handled via OnSingleClick. The properties are displayed in the order they appear in the code, whether via the LabelTo method, or the EquipmentAttributes aggregate packet. The numbers aka "clilocs" aka "client localization numbers" can be viewed using UOFiddlers' Clilocs tab.
  3. Voxpire

    potion duration

    By "didn't work", what do you mean? Skill.Fixed is equivalent to Skill.Value multiplied by 10, so at GM Alchemy, that would be 1000 / 9 == 111, which will totally eclipse the bonus from EP. You probably need to do something more like this // 0.1 skill == 0.1% bonus, up to 1.0% (100%) // using...
  4. Voxpire

    Newbie question. No magic loot spanws?

    Is it possible that you're just checking the packs of the mobs while they're still alive? The loot pack system generates loot upon death and adds it to the corpse.
  5. Voxpire

    Help with a Wiki Page

    You're definitely going to need more than 10mb of space for a modern wiki site. If you have a budget, you can pick up a cheap hosting plan for around $10/month and it will come with a fancy control panel that you can easily deploy a wiki site from (the website software deployments are usually...
  6. Voxpire

    Help with a Wiki Page

    Do you have a webhost that has CPanel?
  7. Voxpire

    Can't find a good grid

    Try 0x1796 with a custom hue.
  8. Voxpire

    Help Needed with Shrink System - Pets Losing Serial Randomly

    The system itself does not appear to be the cause of the issue, it is more than likely something else such as clean-up on restart, or modifications to the way loyalty works.
  9. Voxpire

    What is this error?

    Delete the `obj` folder, it shouldn't be included when compiling.
  10. Voxpire

    Help Needed with Shrink System - Pets Losing Serial Randomly

    There are multiple shrink systems out there, which one are you using specifically?
  11. 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...
  12. 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...
  13. 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.
  14. Voxpire

    Xanthos Jail

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

    Xanthos Jail

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

    Error on Publish 57

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

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

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

    Possible?

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

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back