Search results

  1. UO Singularity

    Hello everyone, It has been a while since we had an update but we have made amazing progress with the systems mentioned before! We now have completed an in game Mastery System that gives every class in game a unique set of 6 abilities that further define their class, raise the complexity of...
  2. UO Singularity

    Merry Christmas everyone ~ This is JarJarIsASith from UO Singularity here to announce our first PvP Battleground release: The Battle For Terathan Keep http://uosingularity.com/ Core features of this battleground: 1v1, 2v2, 3v3, 4v4, XvX, and FFA Formats that can support very flexible...
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. Spell Channeling Bug - Always Drops Weapon no matter what

    "Are you sure it isn't the Razor setting to auto-unequip before casting?" "Are you sure it isn't the Razor setting to auto-unequip before casting?" "Are you sure it isn't the Razor setting to auto-unequip before casting?" "Are you sure it isn't the Razor setting to auto-unequip before casting?"...
  8. 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...
  9. 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...
  10. How to make Housing always show to nearby players.

    Thank you so much Falkor!
  11. 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 ~
  12. Red Particle Effect When Mobs Hit You

    Thanks everyone, and yes I believe this is a bleed attack, sorry for my ignorance here.
  13. 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.
  14. Hosting On Windows

    Thanks for all this feedback guys, I was just worried I was overlooking some major technical shortcoming but I guess everything is just fine, now if I can figure out why my machine periodically chokes up and stalls for a second randomly I should be all set on the server front of things.
  15. Hosting On Windows

    So I ran some basic tests and managed to get 22 simultaneous users connected to the server, so I am really not even sure if I can't just run this on a Windows Pro Machine. So then I did some more research on this topic and realized that these are not necessarily programmatical limitations on...
  16. 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...
  17. 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 =]
  18. Finding localized names for Dungeons

    Hi Falkor, Thanks for that, I actually was about to update this ticket as I had just found this on another post. Cheers ~
  19. 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...
  20. Original UO Server Dump Available?

    Thanks Falkor, I didn't realize this is possible, but actually I realized there are nice benefits to having felucca dungeons and trammel open world that allow me to manage things well and have restricted pvp setup easily. But yeah this would have been way easier lol....
Back