Search results

  1. [Global Command for a change in XML Spawners

    I'd like to know if it's possible to use a [global command to change every spawner on my shard that current spawns a "horse" to spawn a "wildhorse" What is the easiest/fastest way to do this? TIA
  2. Where are the tutorials now?

    There used to be some tutorials posted about doing shard art, animations, new land tiles etc. I can't find them now. Anyone know where they went? I'm specifically looking for the one that showed how to add new animals to the shard. Thanks
  3. NET Framework Error

    This is the error I get when I attempt to log into my shard. It takes me to the character selection screen, and when I select my character and hit enter, I get this exception. I am using RAZOR to log in. I have no idea what this means, I know it says it's attempting to read or write to...
  4. Restoring the old Gargoyle City in Ilshenar

    There was a way to do this, if you have a new client and you would prefer to see Gargoyle City in all it's glory, but I can no longer find the thread on what I need to do to restore the city. Anyone remember this thread? Or know how to do this?
  5. UO Fiddler

    I have so many different UO Fiddlers now, and I can't seem to get any of them to work. Does anyone have a working copy of UO Fiddler that has the plug in's included that they would give me. Thank You
  6. Start up of Fresh ServUO Shard

    I pointed the datapath to the client folder and compiled the server, but every time I start it, it prompts me for the client folder again? What did I miss? Or do incorrectly? I ran the UO.exe file and the client is fully patched. ServUO - [https://www.servuo.com] Version 0.5, Build...
  7. Cooking Expansion - Farming/Ranching Expansion

    Is anyone using these on their shard? I am and I quite like the package, but I'd like to converse with anyone else using them to see if my results are the similar to theirs. Thanks so much
  8. PureBred or Mixed Race?

    I have the farming/ranching expansion but I want to have the Animal Trader buy not only purebreds but also mixed races. Secondly, I want to increase the amount of gold she pays for purebreds. I'm attaching the script because this is way beyond my skillset. Can someone please help? Thank You...
  9. How can I color my glasses

    I want my security guards to have black glasses, this is my script. How do I add the hue command to the glasses? I had put AddItem(new Server.Items.Glasses(Hue=1)); but then I can't add the security guard in game, when I try it says: Usage: Securityguard I've attached a picture of what the...
  10. It's all about the numbers

    Can anyone tell me what the numbers (I've underlined and bolded) in this line mean? I will attach the full script. new StealableEntry(Map.TerMur, new Point3D(368, 605, 26), 4608, 6912, typeof(GargishBentasVaseArtifact)), I've added new artifacts to my shard and want them to auto spawn with...
  11. Bad Serialize - What now??

    I made this script from an old script I had, and it compiles with no problems, but when I add one in the game and the server restarts I get the following error. I hope this is an easy fix because I actually made that box have pages, (the one I started with did not) and I figured out how to put...
  12. Warning on Script, to fix or not to fix

    This is a warning I get for this script. Turkeyshooter.cs(34,37,34,42): warning CS0114: 'Turkeyshooter.OnHit(Mobile, Mobile)' hides inherited member 'BaseWeapon.OnHit(Mobile, Mobile)'. To make the current member override that implementation, add the override keyword. Otherwise add the new...
  13. World won't load error

    I'm getting this error now when my server restarts. I am guessing something is out of certain set bounds, but I don't know how to find out what it is.
  14. UOFiddler Auto Closing

    Every single time I try and click on the GUMPS tab in UO Fiddler it closes on me. I've downloaded a couple different UOFiddlers and all with the same issue? Any others have this problem?
  15. Personalized Items in Gift Giving

    I want to give the snowman but I want it named the name of the player. I'm not sure how to put that in the script. Can anyone help? using System; using Server.Items; namespace Server.Misc { public class Xmas2019 : GiftGiver { public override DateTime Start {...
  16. Queen Zhah doesn't TALK

    I added the Zhah script and I can add Queen Zhah in game but she doesn't have the talk option when you single click her, nor does she give you the quest when you double click her. The script compiled fine. I'm pasting it in here, maybe I need to add something? using System; using Server...
  17. Stack Overflow Extension

    My server stopped responding and the control said Process stopped due to Stack Overflow Extension Now what do I do? It restarted fine but I don't want it to happen again.
  18. Find Teleporter by Serial Number

    Hello, is there a way to search for a teleporter by the Serial Number? I tried [global interface where Teleporter Serial == 0x4001E12D but it said it can't convert the serial into Server.Serial
  19. Unhandled Microsoft .NET Framework exception error

    My shard doesn't crash but it just stops responding, so there is no crash report. But VS Just In Time Debugger says: An unhandled Microsoft .NET Framework exception occurred in ServUO.exe [2752] Then it asks if I want to debug. Can anyone help me with this?
  20. Adding custom mobs

    I'm trying to add a tribe of people that ride tigers. They spawn ok but when he spawns, the tiger is invisible. However, if I spawn the tiger separately it is visible when I ride it. My rider script is as follows: using System; using Server; using Server.Misc; using Server.Network; using...
Back