Search results

  1. Macil

    Resource Toggle on Axe/Pickaxe/Shovel

    Wondering if there is a simple way to add a toggle onto harvest tools so that you can specify wood types for axes and specific ore types on picks/shovels? I'd like it to ignore all other materials when this is enabled. Not sure how to go about this.
  2. Macil

    Magic Storms?

    Does anyone remember back in the Renaissance days a random event or something that would happen called a magic storm? I remember walking around and at random a magic storm would snatch me up and hurl me virtually anywhere throughout Britannia. It would show a message or gump or whatnot saying I...
  3. Macil

    Remove Spells/Transfer Spells?

    Does anyone know of a method for removing spells from a spell book, or transferring them from one book to another?
  4. Macil

    Non-Consumable Test Potions

    Trying to make potions not consume when used only if the player is a staff member. I know it will need some code along the lines of "if ( from.AccessLevel >= AccessLevel.GameMaster ). But I'm not entirely sure where to add it at in the BasePotion script (presumably it WOULD go in BasePotion...
  5. Macil

    [ServUO] Stealables Not Working

    How do I get stealables in game that will make guards spawn on you should you fail to steal the item/s near an NPC like it used to work years ago with semi-rares. I've tried using the XML spawner system but it doesn't seem to work either. I can either succeed or fail but the guards never come...
  6. Macil

    Help Re-Enabling Context Menus

    I am running a LBR era (Pre-AOS) server and would like to re-enable just context menus. I know the on hover menu for item properties is typically not possible but I've never seen anyone ask about the on-click context menus (Buy/Sell/Train options on vendors or Open Paperdoll/Open Backpack/etc on...
  7. Macil

    Instance Loot

    What script and edits would I need to make to turn OFF instance loot? I think that's what its called at least. I want to make it so multiple partied players can all participate in killing something and when it dies it leaves a single pile of gold instead of 3, 4, 5... Etc.
  8. Macil

    Wrong Skill Level

    I'm having an issue on my pre-AOS shard where skill is not displaying the proper values from the 'show real' value. I'm (obviously) using just a human character, and no other equipment is equipped. They are completely bare and all their skills are off by a few points. I know in AOS shards humans...
  9. Macil

    Party Gold Splitting

    I would post an actual script that I need help with, but I don't actually know what script handles this. What script handles the gold splitting when you're in a party. It's quite possibly the most annoying system ever implemented - in my opinion, and I'd much like to know how to remove it...
  10. Macil

    Looking for someone to teach me C#

    Give a man a fish, feed him for a day kind of stuff here. I've been in and out of the RunUO and ServUO community for years and years and years now and have always struggled to really understand programming. My problem isn't that I can't learn, it's that my brain prefers to be taught. I am very...
  11. Macil

    Making Orc Race Attackable On Defense Only

    I have Orcs as a playable race on my server and as one of the benefits to being a Player Orc I wanted to make it so NPC Orcs do not attack on-site any Player Orcs. I started by looking at the code for the Orcish Kin Mask which only got me so far as now Orcs do not attack Player Orcs on site as...
  12. Macil

    Priced Veterinarian

    I am interested in making a new entry in the ResurrectGump that works identicle to the way the Priced Healer works but for a Veterinarian which resurrects pets. I have a script for a functioning Vet that resurrects dead bonded pets but it does not charge gold, and I like the way the Priced...
  13. Macil

    Human Corpse As Item

    I'm trying to add a human corpse on top of a table to be used at an undertaker's shop - also interested in making a passed out drunk person later down the road. I am curious, I am trying to use the Corpse item in game [add corpse but it keeps making it into an ogre corpse. I tried using props on...
  14. Macil

    Tillerman Gump

    So, I'm not entirely sure where to throw this post. It is a script pertaining a system someone on the RunUO forums released, but obviously I'm using ServUO and not RunUO. So I'm putting it here because I figured that's what everyone over there might say if I posted it there - either way... I'm...
  15. Macil

    Tokuno Artifacts

    Just wondering where I can turn on Tokuno Artifact drops at. I don't think ServUO manages the Tokuno Arties the same way RunUO did in the past. using System; using System.Collections; using System.Collections.Generic; using Server.Gumps; using Server.Items; using Server.Misc; using...
  16. Macil

    Bearded Women?

    I'm using ServUO Publish 54 (I think I'm saying that right). It seems all my vendors (the females at any rate), randomly receive beards. Is anyone else having this issue? My client files my server is using is 7.0.33.1 (Not sure if this helps). Any fix would be greatly appreciated! I snooped...
Back