Search results

  1. ImaNewb

    Water Barrels movable when empty

    Does anyone know how to set the Moveable false on a water barrel when you empty it with a pitcher? Whenever I take out the water it always becomes moveable until water is added again. Players are able to take any barrels in the world deco if they fill it with water then empty or empty one with...
  2. ImaNewb

    UO Legacy

    Are there any plans to add UO Legacy options to ServUO when it releases?
  3. ImaNewb

    Quest Scroll changes after save

    Hello! I have a strange problem with the Quest Scrolls I am using from the Random Quest Generator script. I have them set up so that when the scroll is generated instead of using object properties to display the quest information I have story, mostertype and person displayed as the name of the...
  4. ImaNewb

    Starting Eqip for Profession Warrior invisible

    Hey all, I have a weird thing happening. Firstly I am running RunUO 2.3. But here's the issue I am having. I have set up custom professions as starting templates. All is fine except when I select the warrior template. He starts naked if a doublet or shirt is generated on him but not if a fancy...
  5. ImaNewb

    Decorate Command Slow

    Hello, I have been messing around with my shards decoration and noticed that the decoration generation seems to be very slow in comparison to RunUO 2.7. Is there something completely different that the decorate command is doing in ServUO compared to RunUO? Decoration for me is almost instant on...
  6. ImaNewb

    Smith Hammer that is a wepon and tool

    Hey all I am sure this is something simple but I noticed that I cant fight with a smith hammer. I know that back in the day you could use a smith hammer as a bashing weapon like a mace. Any Idea how I can make that work? Right now I can EITHER make the hammer a tool or a weapon but I cant figure...
  7. ImaNewb

    Bag of Non Stackable Items not working

    Hello, I am trying to make a resource bag of potions but the expansion I'm using is set in UOR. Potions are non stackable so I can only get one of them to populate in a bag when I make the resource bag. Is there a way to add multiple non stackable items in the script without having to add the...
  8. ImaNewb

    Problem with Razor Negotiator (RunUO)

    I am having a problem getting razor negotiator to compile. I have a custom server that was modified from UOGamers Rebirth. This is the error I am getting. I believe the script is mostly the standard Razor Negotiator. using System; using System.Collections; using Server; using Server.Network...
  9. ImaNewb

    SBInfo Item Names

    I am using RunUO 2.2 and I am trying to make potions show up on vendors as different names other than Refresh Potion, Agility Potion etc. I want to make them say the color Red potion, Blue Potion etc. I seem to be doin this wrong. Below is what I changed in SBAlchemist.cs . I have also tried...
  10. ImaNewb

    TLS Encryption in email config

    I am trying to set up an email system on my server. It seems that when I use ssl only the smtp server rejects the connection. How can I tell the default email script in ServUO to use Tls encryption? 1612913270 I was able to get this working but now the smtp server returns 5.7.0 Authentication...
  11. ImaNewb

    I need one of you guys that can actually code to explain what is happening here :D

    OK so I got this script from the resource section and I think its pretty neat. I think some cool things can be done with it but I am having trouble understanding how it actually works and what its doing. I mean overall I know what it does, its a massive spawner generator obviously. I have made...
  12. ImaNewb

    Animals that eat prey animals they kill (RunUO 2.2)

    So I have set up opposition groups for the wildlife on my server. This way the carnivores hunt and kill the herbivores and weaker prey based similarly on what they would eat in the wild. There are a few things I would like to do. The first is somehow add a hunger measurement to the animals. The...
  13. ImaNewb

    Random World Spawner

    So I have been playing around with an old script it is called "Courageous Random Encounters". Some of you still use this and it made me think about how OSI spawns. An OSI server doesn't use spawner objects, the creatures just spawn in Dungeons, Guarded regions, Overworld etc. This script...
  14. ImaNewb

    Internal Map - What is it for and what are the long term effects if I modify it? Does it store items? I'm using RunUO 2.2

    Internal Map - What is it for and what are the long term effects if I modify it? I ask this question because I have been running into an issue with multiple items remaining after I clear all facets on my test shard. After generating an object count it seems to be all random items. Like items...
  15. ImaNewb

    GM Ethereal - Tiger added

    Aschnyder26 submitted a new resource: GM Ethereal - Tiger added - An instant ethereal mount for GM's that can be customized. Read more about this resource...
  16. ImaNewb

    Need help with Pre-AOS Blacksmithing RunUO 2.2

    I am using a modified crafting system based off of UO Origins server. When crafting, it only recognizes Iron as the resource. I have added a custom resource "coal" as well. I have hit a wall with this one. I have looked through BaseArmor.cs, BlackSmithMenu.cs, Ingots.cs, Ore.cs, BaseTool.cs...
  17. ImaNewb

    Trouble making Hued Ingot from Coal Ore

    I am attempting to make a "coal ore" that simply produces an iron ingot with a hue of 1109 and the name "coal ingots". I don't really want to make a whole new resource as it does not need to be mineable at all. It is simply a holiday item that I want players to be able to smelt and craft with...
  18. ImaNewb

    Completely Customizable Vendor Error

    I am using RunUO and am getting this error when using the completely customizable vendor. Errors: + Custom/Delphi's Customs/Test/[ServUO.com]-[ServUO.com]-CompletelyCustomizableVendor.cs: CS1502: Line 1588: The best overloaded method match for 'Server.Mobile.SendGump(Server.Gumps.Gump)'...
  19. ImaNewb

    Items appear underground

    I have searched for an answer to this but can't seem to find a solution. I am trying to setup an AOS era server so naturally I wanted to have Uzeraans Turmoil quest etc available. I have been able to get the old haven maps to load so I am in old haven but there is something wrong with the Z...
  20. ImaNewb

    Use felucca map 0 for trammel

    I am looking for a way to use felucca's map for trammel without changing anything else like client files. I just want the two maps to be identical. When using the latest client trammel is different in some areas of Britain and it looks awful to me. I tried defining the map in MapDefinitions.cs...
Back