Recent content by Voxpire

  1. Voxpire

    UO Map Creator

    I have the source for the last working version of Map Creator, which I intend to publish publicly soon.
  2. Voxpire

    Anyone crack the client code yet?

    There should be some tutorials about animation editing, as far as mounts, if you use ClassicUO, it will display any mount ID you use in server scripts, without any mods as far as I know.
  3. 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.
  4. 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.
  5. 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...
  6. 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.
  7. 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...
  8. Voxpire

    Help with a Wiki Page

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

    Can't find a good grid

    Try 0x1796 with a custom hue.
  10. 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.
  11. Voxpire

    What is this error?

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

    Help Needed with Shrink System - Pets Losing Serial Randomly

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

Active Shards

Donations

Total amount
$110.00
Goal
$1,000.00
Back