Search results

  1. UO Singularity

    Hi everyone, This is JarJarIsASith from UO Singularity, we are a fairly new server built on ServUO and released around 3 months ago. We have built up a small community so far that have been enjoying the shard for what it has to offer. Here is the some general info...
  2. Stam Blocking

    Hi everyone, I have been trying to find out how to remove stam blocking for certain units but for the life of me can't track down the code location. I tried overriding the CheckShove function but this won't even be called when my stam is less than max... and I have looked for ages to see if I...
  3. Adding New Mounts To Game

    [Constructable] public Unicorn(string name) : base(name, 0x7A, 0x3EB4, AIType.AI_Mage, FightMode.Evil, 10, 1, 0.2, 0.4) I wanted to attempt to add a new mount to the game but I am stuck on finding how to grab the "IItemID" (in the example above 0x3EB4 for Unicorn). Does...
  4. Is there a ServUO server list available somewhere?

    Hi everyone, So last week I released the shard I have been developing using ServUO. I was curious if there is a place on this website to showcase the server? Also, is it ok for me to link back to ServUO from the website? Cheers, JarJarIsASith
  5. Spell Channeling Bug - Always Drops Weapon no matter what

    Hi everyone, I have a weird issue with spell channeling where it basically doesn't work. To be specific, I am testing on a Bow that has the Spell Channeling property, and I have overridden the AllowEquipedCast correctly. It seems that no matter what this property doesn't work, and it isn't...
  6. Is Stabled Pet Deletion Setup in the Code base?

    Hi everyone, The item hitching post is sending the following message when used to stable: "Very well, thy pet is stabled. Thou mayst recover it by saying 'claim' to me. In one real world week, I shall sell it off if it is not claimed!" I looked around to disable this and it seems like it...
  7. How to make Housing always show to nearby players.

    Hi everyone, I was curious if there is an easy way to enable players to see what's inside houses without having to step into the house? Cheers ~
  8. Red Particle Effect When Mobs Hit You

    Can anyone tell me what this is and where to find it in the code? A lot of monsters will trigger this sometimes with annoying frequency when they hit you and I am just curious what it is.
  9. Hosting On Windows

    Hi everyone, I am working on getting a UO free shard setup using ServUO and I am nearing the point of completion. The question I have is about hosting. Is it possible to host the application on a Windows 10 Pro machine? I think there are technical limitations on TCP connections allowed open...
  10. Item mouseover properties gump

    Hi everyone, I am trying to find where in the codebase I might be able to edit the item mouseover properties. The one that pops up with you mouse over an item and it lists all the item properties available. Cheers =]
  11. Finding localized names for Dungeons

    Hi everyone, I am trying to find the localized names numbers for dungeons so I can add the entrances to moongates. For example: new PMEntry(new Point3D(4467, 1283, 5), 1012003), // Moonglow The number 1012003 is for localization of Moonglow, would any know the numbers for each dungeon? or how...
  12. Original UO Server Dump Available?

    Hi everyone, Basically I am trying to figure out if there is a clean dump available that basically just cuts out all the expansions from loading and will start players in the original Ultima Online world, when there was only Trammel. Specifically I am hoping that all the old dungeons will be...
Back