Search results

  1. Skill increases as a quest reward.

    Hi guys, Who can help with pointing me in the right direction to increase a players skill to 100 after completing a quest. Not sure how to fit the below in the reward line. if (from.SkillsTotal >= from.SkillsCap ) newValue == 0; else newValue == (100 - from.Skills[Swords.Skill].Base)...
  2. How to do mobileuo

    Hi guys, I see some servers are being able te get access via a mobile app. Is there something special I need to do for people to access my server with that app?
  3. Moving trap

    Hi guys, Anyone have a trick to remove this trap from the floor? I already tried with the [Remove command but it says the command does not work on that...
  4. Xml Quests

    I need help with the following two things. 1. Is it possible to trigger the xml dialog for quests from an item instead of a Quest NPC? (I would like to have a quest triggered without the player seeing the NPC) 2. Is it possible to add a QuestAttachment after killing a mob?
  5. Barding Difficulty

    How do I change the barding difficulty in the code? I can't seem to find where creatures get their barding difficulty from...
  6. Covetous Spawners

    Hi all, need help understanding where the creatures are coming from. I notice all the xml spawners inside Covetous 3rd lvl are off. Yet I still see spawn appearing.
  7. Crash log

    Hi guys, I was marking a few running in Tokuno when the server crashed... Below the log. Server Crash Report =================== ServUO Version 0.5, Build 8506.31119 Operating System: Microsoft Windows NT 10.0.19044.0 .NET Framework: 4.0.30319.42000 Time: 4/19/2023 12:57:23 AM Mobiles: 42740...
  8. Runebooks

    Trying to make a rune library in one of the buildings in New Haven. My issue is that other players can remove the runes from the runebooks I place. Is there away to avoid this? I went over the properties of the runebook, the level is set to Owner, but since it is not in an actual house, I think...
  9. Help with clothing on Spawn

    How do I control the cloth and hair the NPC spawns with?
  10. Need help with Quest GUMPS

    Hi guys, can someone tell me what is the correct syntax to make the text appear on gumps 5 and 6? Currently I am not able to get text on the gump other than the name of the quest.
  11. Town Description

    Hi everyone, how do I change the description that is chosen on the right below the town name? I want to customize it.
  12. Server Name

    How do I change the name of the server? The part where it says "My Shard".
Back