Recent content by ShtimusMaximus

  1. ShtimusMaximus

    I want to be able to set the hue of house parts...

    Well here is where im looking now im kinda past the whole manual building thing... Addons can be hued as the deed and when placed they turn the color... why cant house deeds be that way... that would be the easiest thing and pretty cool.
  2. ShtimusMaximus

    I want to be able to set the hue of house parts...

    I have this urge to set the hue of house parts manually... I just wanna be able to hue them with the [hue command... anyone know how or where I should be looking? I only wanna do it if the client playing doesnt need additional files because I have no way to make a client uploader.
  3. ShtimusMaximus

    In need of Commands

    you could use a macro program... set the macros up and assign them to keys... There is addongen for creating addons that basically would combine the two items together into a single item and then allow you to simply macro the [add tree1 to a key using razor if you wanted... addongen is awesome...
  4. ShtimusMaximus

    making all 4 sides of a custom house 'open'?

    I see what youre saying now. There is nothing keeping it visible you have to pass over the front steps to activate the pavers on the west and north sides... There is probably something in the code that we could edit to make it update from like 2 tiles all around the house. I will look into it...
  5. ShtimusMaximus

    making all 4 sides of a custom house 'open'?

    var p3D = new Point3D(p.X, p.Y, p.Z); if (!map.CanFit(p3D.X, p3D.Y, p3D.Z, c.ItemData.Height, false, true)) return AddonFitResult.Blocked; if (!CheckHouse(from, p3D, map, c.ItemData.Height, ref house)) return...
  6. ShtimusMaximus

    making all 4 sides of a custom house 'open'?

    1607270966 using System; namespace Server.Items { public class TableWithBlueClothAddon2 : BaseAddon { [Constructable] public TableWithBlueClothAddon2() : base() { AddComponent(new LocalizedAddonComponent(1865, 1076791), -2, 0, -5)...
  7. ShtimusMaximus

    Missing all runic kits?

    sorry man dont know much about those other than pandoras box having just about everything in there. im not sure
  8. ShtimusMaximus

    Why am I taking damage when I throw explo pot at champs?

    Hoping someone can help me sniff out this code and remove it... I love dumping explo on champs and bosses and taking their life down super fast. But for some reason with the latest servuo im taking like equal damage as if im blood oathed or something... 1607232975 I found that it is when my...
  9. ShtimusMaximus

    making all 4 sides of a custom house 'open'?

    yea you add stairs and a pavers then you go in. if you could make a deed possibly from morphing some other addon deed you could make it so players can place it themselves.
  10. ShtimusMaximus

    Oz's Static Gump (An in Game Pandora's Box)

    an awesome tool i found was admin toolbar it gives you a gump that allows you to assign long string commands that pandora hooks it up with to a button. its perfect for building dungeons!
  11. ShtimusMaximus

    Missing all runic kits?

    google search this site by typing "site:servuo.com add runic tool command" maybe you find it... if i knew it i would tell you i guess i kinda remember i can find out one second... so when i type "[add runichammer" i get this message the message tells you how to type it out so the command for a...
  12. ShtimusMaximus

    Elemental Damage Deeds

    ShtimusMaximus submitted a new resource: Elemental Damage Deeds - Elemental Damage Deeds Read more about this resource...
  13. ShtimusMaximus

    Elemental Damage Deeds 2020-12-02

    Use these to make an item that morphs your weapons into 100% elemental damage. Use it as a template for applying weapon props and making items that apply weapon props... Don't forget to provide the credit to... Credit goes to Redsnow because I used his Use Best Skill Deed to create these... He...
  14. ShtimusMaximus

    INSANE UO - The owner is running a big event for new players...

    Update for this end of the year promo... Instead of the admin setting your skills test center <set skills 120> has been enabled and a GEAR LAB created... Join the discord to get in on the action.
  15. ShtimusMaximus

    Looking For Assistance/Devs

    what are you trying to do? you can post your designs without worry right? I'm willing to help when I have the time.
Back