Search results

  1. PigPen

    Salvage Bag

    I have a Shard running on RunUO 2.5 and I am looking for a Salvage Bag script for the players. I have searched a lot but so far come up empty. Does anyone know how/where I might find a link to a Salvage Bag script? Many Thanks
  2. PigPen

    Is this Possible with an Addon ?

    Hi - Happy New Year! Is it possible to use 'OnDouble Click' on any part of an Addon#1 (that has multiple AddonComponents) to make it turn into Addon #2 ? I am hoping something like this could work so players do not have to ReDeed Addon#1 then use a different Deed to get Addon #2. My reason? I...
  3. PigPen

    Writing to a .log file

    I am getting ready for Christmas on my RunUO 2.1 shard . . and . . I have no idea how to do this: I have various items like Snowmen, Gift Boxes, Holiday Bells etc. that pop up during the Christmas Season but every year it is a real pain trying to determine which accounts are active and then go...
  4. PigPen

    Looking for wisdom (trying to make a dragon arrow proof)

    On my RunUO v 2.2 shard . . I have been trying to make a special Dragon that is impervious to arrows and bolts. I am probably way off, but the best my brain can think of for this is to use the 'OnDamage' section in the Dragon's script. My problem is . . my efforts are not working and players...
  5. PigPen

    Curious thing about OnSingleClick

    I have a RunUO V2.1 server and recently I noticed that when some Items are SingleClicked they will flash a 'very fast' message indicating a missing Cliloc just before they display the item's intended "name". This 'very fast' message indicating a missing Cliloc only happens the very first time...
  6. PigPen

    Needing help with my 'private void Fill' section

    (My shard runs on RunUO Version 2.1) I am hoping the community can help me on this one. I have been trying to make a container (chest and/or crate) to place in dungeons or have drop on quests where the contents on being filled can vary based on the 'Luck' of the player opening the chest for...
  7. PigPen

    How can I get this Scroll to Stack?

    I have a Quest on my RunUO version 2.0 Server (that I downloaded a few years ago) to obtain 'Music Scrolls' for a 'Music Box'. The quest has a chance to drop one of 51 songs and players have fun trying to collect them all. My problem is, the music scrolls are not 'Stackable' so players end up...
  8. PigPen

    Trying to add new Furniture *fail*

    Hi Our shard is RunUO 2.2 I'm trying to add some new furniture for players fun. I have no problem adding them to Art.mul and ArtIdx.mul as well as changing settings in TileData.mul I can use [add Item to added them in game as they appear in UOFiddler but I cannot sit on them. I just walk over...
  9. PigPen

    Is it possible . .

    (I have a Server using RunUO V. 2.2) I know we can set an Item's weight to zero so it does not contribute to the weight being held in a container . . but . . is it possible to create an item that will not add to the 'item count' of a container when dropped into the container? I have been...
  10. PigPen

    Possible or Dream? - Searching an Item's ObjectPropertyList

    My shard is running on RunUO Version 2.1 . . . *ducks* I don't know if this is possible or just fanciful dreaming. I searched everywhere and came up blank or just used the wrong searches. If it's possible then I have no clue how to make it work. I want to create a NPC who will pay players...
  11. PigPen

    Is this possible? . . (Making 'OnSingleClick' do something specific)

    My shard is using RunUO Version 2.1, Build 6905.732 Core: Running on .NET Framework Version 4.0.30319 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - I have been working on this off and on for a week now and have no more ideas if/how I can make it work. I am...
  12. PigPen

    Needing help with 'Syntax' (if think) for Universal Storage Container

    I have a shard using: - RunUO Version 2.1, Build 6905.732 - Running on .NET Framework Version 4.0.30319 - Core Optimizing for 4 64-bit processors For the past week I have been trying to tailor a script that is part of the "Universal Storage Keys - developed by Fenn on Friday, May 1, 2009...
  13. PigPen

    Spell Damage Increase

    I have a RunUO 2.2 shard running and lately I have begun wondering about placing some limits on 'SDI'. Some of our players have acquired items getting them up to SDI +300 which I feel may be overbalancing Mages versus Monster compared to Melee versus Monster. I would really like to hear input...
  14. PigPen

    Arcane Gem Script Problem

    I have a shard running on RunUO V2.1 I have a script (ArcaneGem.cs) that compiles but does not work. Most of the players on the shard have equipment with LRC added. As a result, Arcane Gems that are typically used to add LRC (with charges) have become less useful. My idea was to allow Arcane...
  15. PigPen

    Riding a pet on Water

    I have a Seahorse that players can ride on water but I have been unable to make the same thing possible for other rideable pets. I have searched here and on RunUO for a solution but cannot find anything on this problem. I even took the Seahorse script and changed it to the Body ID and...
  16. PigPen

    Skill Mod problem

    I have a shard running on RunUO version 2.1 We discovered a problem with a piece of equipment I made for our shard. The problem is: The item adds some Skill Mods when equipped but if the server goes down or if the server is rebooted then the Mods stay on the player but they no longer get...
  17. PigPen

    Struggling with an Evo Script

    My Shard runs on RunUO version 2.1 I am using Xanthos Evo system for my Evo creatures but am having trouble trying something new (for me) during the evolution process from one 'Stage' to the next 'Stage'. I have the EvoMount's starting ItemID for the graphic used when being ridden set at...
  18. PigPen

    Problem getting UsesRemaining value through to the script's Timer

    I have worked on this script now for over three days. Yes I know . . silly fellow. I have been trying to make a quest reward 'Shroud' with the following features: 1) it turns the wearer Invisible 2) it increases the the wearer's Hiding and Stealth skill while worn 3) it gets removed after a...
  19. PigPen

    Trying to improve Chance to get a 'specific' Skill Gain

    I am hoping for some guidance relating to skill gain on a specific skill. My players have had almost zero luck gaining the 'Hiding' skill above 104 so I have been trying to make it easier for them to gain that skill (not all skills - just 'Hiding'). I found this in Skills.cs: public...
  20. PigPen

    Problem with 'OnTarget' and 'MoveToWorld'

    *I have a RunUO Version 2.1 setup on my shard* Well . . I have driven my brain to mush on this one with no luck so . . here I am looking for a lesson. I made a Trap item and now I am trying to make a TrapperKit so players can DBL Click on the Kit then select a LandTile on which to place the...
Back