Search results

  1. MrRiots

    I wonder if there's a way to set up ore on the armor that monsters are equipped with.

    Not 100% sure, but maybe... AddItem(new PlateArms { Resource = CraftResource.Agapite });
  2. MrRiots

    New Firepit

    You add the art to your art.mul or uop and then add the frames to AnimData and tag it as animation/light source layer 29 in TileData
  3. MrRiots

    How do I carve Rivers In Centred?

    Rivers are a tedious thing. You begin with lowering the Z using whatever underwater texture you like, dirt etc. And then shape the river. All its sides and turns. Then either keep the middle part with water Texture at your given water Z height and/ or just use water statics to fill the void...
  4. MrRiots

    New Firepit

    MrRiots submitted a new resource: New Firepit - New UO firepit Read more about this resource...
  5. MrRiots

    Art New Firepit 1

    New simple Firepit for UO. Use and edit as you wish.
  6. MrRiots

    Trouble acquiring older map/facet .mul files for Trammel, Felucca, Ilshenarr, and Malas

    You could go into fiddler and add the addon "Mulconverter" Target your client file, for the newest client and unpack. When the unpacking is done just reload fiddler and you will be able to view the latest files
  7. MrRiots

    Trouble acquiring older map/facet .mul files for Trammel, Felucca, Ilshenarr, and Malas

    Well most programs today you can convert back and forth, UOFiddler has an uop to mul converter and vice versa. Centred allows UOP for modding aswell. But I believe 7.0.15 could be the client for you.
  8. MrRiots

    Centred+ tile height problem

    This usually happen when a tile isnt "tied" to another tile and youre trying to raise it without transition tiles. Basically, the tile you are trying to raise cannot connect to the tiles next to it, thus it becomes a raised black square Also youre in the groups tab, use "Texture" or "Statics"...
  9. MrRiots

    Trouble acquiring older map/facet .mul files for Trammel, Felucca, Ilshenarr, and Malas

    @Dan(Tasanar) also referred to this one in the Discord, incase you missed it: UOClients/Classic at master · coruja747/UOClients
  10. MrRiots

    Trouble acquiring older map/facet .mul files for Trammel, Felucca, Ilshenarr, and Malas

    Not sure the link works, but here you can find some older clients prior to The Abyss expansions: https://www.servuo.com/archive/ultima-online-clients-1997-2007.1959/
  11. MrRiots

    Explain houses to me!

    public class SmallShop : BaseHouse { public static Rectangle2D[] AreaArray1 = new Rectangle2D[] { new Rectangle2D(-3,-3,7,7), new Rectangle2D(-1, 4, 4, 1) }; public static Rectangle2D[] AreaArray2 = new Rectangle2D[] { new Rectangle2D(-3,-3,7,7), new Rectangle2D(-2, 4, 3, 1)...
  12. MrRiots

    Christmas Calendar [Gump/Item]

    MrRiots submitted a new resource: Christmas Calendar [Gump/Item] - art Read more about this resource...
  13. MrRiots

    Art Christmas Calendar [Gump/Item] 2023-12-04

    Just a simple Gump and Ingame items. I realize I released this abit too late but hopefully someone might enjoy it this or next year! Use as you wish, edit as you wish, enjoy!
  14. MrRiots

    Hello!

    Welcome and hello :)
  15. MrRiots

    Art Tool Teaser

    Very nice!
  16. MrRiots

    Hiding Vendors

    Would you care to elaborate on this?
  17. MrRiots

    Brittle Property Help!

    In Scripts/Misc/AOS.cs you will find Brittle, from there you can search for the definition to come closer to your target.
  18. MrRiots

    Help adding a timer in-between emotes to stop spam. Please.

    Someone probably knows this better than me, but I guess you can try: namespace Server.Commands { public class Emote { private static Dictionary<Mobile, DateTime> lastEmoteTimes = new Dictionary<Mobile, DateTime>(); private static readonly TimeSpan EmoteCooldown =...
  19. MrRiots

    hello world

    Welcome back :)

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back