Search results

  1. PigPen

    How can I Set Item Ownership to an Account?

    Talow . . I only have a few things to say *grins* - Thank you for your very fast response . . *bow* - Thank you for solving this for me in such a simple way *feeling a bit dumb here :) * - Your long service to the UO community is hugely appreciated by all . . *deep bow* Cheers
  2. PigPen

    How can I Set Item Ownership to an Account?

    I have this old Mailbox script that is great and players love it. Problem is . . the only player on their account that can open it is the first player they have who accessed it. That player then becomes the sole owner and their other characters on their account cannot open it. Is there a way...
  3. PigPen

    This is a Nice Little Script - but it has me beat - Help?

    Thank you Taryn. I will try that today and let you/everyone know how it goes. *bows* Okay . . well that solved my problem. Taryn you are my hero of the week. *deep bow*
  4. PigPen

    Is it possible to add multiple specific resource types to mobs?

    This may be too easy (or me missing something bigger) but could you not remove the public override HideType HideType and instead use something like this: switch ( Utility.Random( 3 )) { case 0: PackItem( new HideType.Frozen ( ) ) PackItem( new HideType.Spined ( ) ); break; case...
  5. PigPen

    This is a Nice Little Script - but it has me beat - Help?

    I have been working on this script for over a week and finally I have to say . . it has me beat. The script compiles but it crashes the Server when I try to use it. First . . a little about the script. This is an Addon script that includes: 1) PetStablingPostAddon : BaseAddon 2) PostPiece ...
  6. PigPen

    My new NPC is Cheating players

    I truly appreciate you time and your eyes on this. I played around with it and was struggling then I found this in an old script . I spend hours on this so . . no idea how I forgot about this before. This works for anyone interested: if (info.ButtonID == 28) { if ( bank == null )...
  7. PigPen

    My new NPC is Cheating players

    Thank you . . just tried that and nesting them still does not work. If there are not enough Medallions the NPC still takes the Gold and gives nothing except the message "You do need 750 Medallions and 75,000 Gold Coins in your bank for that." If there are not enough Gold Coins the NPC still...
  8. PigPen

    My new NPC is Cheating players

    I have a NPC that offers players a Gump displaying items for sale (as a gold sink). The price he charges is always Gold coins PLUS Quest Medallions. My problem is . . the NPC has been cheating players *grins* For example the item might cost 75000 Gold coins PLUS 750 Quest Medallions. The...
  9. PigPen

    Is it possible to Change the Hue of

    Every once in a while after weeks of searching and scripting and testing . . someone turns on a light and you get an "Oh Wow!" moment. I am sure this little addon gem is well know to many but . . thank you sir . . was not known to me. *deep bow*
  10. PigPen

    Is it possible to Change the Hue of

    Thank you Talow *bows* I will look at that for sure.
  11. PigPen

    Is it possible to Change the Hue of

    I have been looking for a solution to this problem so I can make it possible for players to interact with an Addon resulting in portions of the Addon changing color. I have come up blank so I need the community's help. Is it possible (in game or by script) to Change the Hue of 'one piece' of...
  12. PigPen

    Chasing my Tail on this one

    Well I finally got it working. Sadly I could not resolve the option to Hue the individual plant choices because hue changes impact the entire Addon. I will investigate a solution to that but . . That is a different topic for a different Thread. Meanwhile PoOka . . many thanks for helping me get...
  13. PigPen

    Chasing my Tail on this one

    Interesting . . and helped shine a light on how to define. I needed to change private AddonComponent pb; to private AddonComponent m_pb; to get it to compile which it did with no errors. However when I added it in game and tried testing is the Test Shard crashed. Here is the Crash Log...
  14. PigPen

    Chasing my Tail on this one

    Okay . . here is another example of my errors. With this it seems to be getting into the StonePlanterBoxAddon portion of the script but it is not recognizing my defining of 'pb' which represents the AddonComponent part I want the Gump Button to change. Errors: +...
  15. PigPen

    Chasing my Tail on this one

    Thanks for the quick reply. I don't think so (but I could be wrong). I looked hard at those and could not find anything else top point to that made sense.
  16. PigPen

    Chasing my Tail on this one

    Sorry folks . . I have been working on this for over a week but now I am stumped. It's hopefully a nice idea and gold sink if I can get it working. I'm trying to make an Addon that is a small Planter Box. When a player DBL clicks on it they get a Gump. The Gump lets them select a Plant type to...
  17. PigPen

    I hit the wall in CraftItem.cs

    Thank you again PyrO. Your help here is really giving me hope. Here is what testing revealed. This code: if (item is BaseWeapon && typeRes != null) { BaseWeapon bw = (BaseWeapon)item; if ((tool is RunicTrad)...
  18. PigPen

    I hit the wall in CraftItem.cs

    Thank you PyrO for you prompt and detailed help. The suggested code compiles with no errors so I have hope I am on the right path. When testing I discovered that nothing is showing up as Engraved Text (Clicking on the item or using Props on it). I have tried a number of edits but with the...
  19. PigPen

    I hit the wall in CraftItem.cs

    I am no scripting genius but I do try hard before troubling people here. Well . . after three days of trying endless variations on this . . I'm coming to the community for help. I am currently using RunUO Version 2.1 Build 4511.11456 running on .NET Framework Version 4.0.30319 I have been...
  20. PigPen

    Xantos Shrink System

    That is interesting and potentially the problem. Thank you for new lead. I will try running some tests on it.

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back