Search results

  1. Voxpire

    Asking about scheludes!!!

    I think it is just a coincidence as each schedule is sandboxed, they wrap individual timers and do not share resources. The battle must be Published before the schedule will be active, too.
  2. Voxpire

    Heritage Achievement System

    The [loot command you have may not be properly using the API required to trigger the events necessary for the achievements to detect it; the command will likely need to be updated (open a new thread and provide the code, with a link to this resource as a reference).
  3. Voxpire

    Instanced Map API + Instanced Dungeons

    I usually target the top-left corner, then the bottom-right corner; You can prevent losing the cursor by using commands such as [self set x 123 y 456 z 0 (if you gather the coords before starting the selection). For best results, always target your own character, the Z elevation matters and...
  4. Voxpire

    Get number of online players API

    It's really no secret, you just send some simple data over TCP to request the status packet. The server knows that it doesn't need to fully perform a login handshake for this type of request. Here is a DotNET 8 implementation that returns the packet results from a TCP request; Status Object...
  5. Voxpire

    UO Map Creator

    I have the source for the last working version of Map Creator, which I intend to publish publicly soon.
  6. 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.
  7. 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.
  8. 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.
  9. 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...
  10. 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.
  11. 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...
  12. Voxpire

    Help with a Wiki Page

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

    Can't find a good grid

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

    What is this error?

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

    Help Needed with Shrink System - Pets Losing Serial Randomly

    There are multiple shrink systems out there, which one are you using specifically?
  17. 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...
  18. 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...
  19. 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.
  20. Voxpire

    Xanthos Jail

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

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back