Search results

  1. How do you target things?

    I think I start here? public override void OnDoubleClick(Mobile from) { } I've gotten that to produce things. But I would like to target something first. Basically I'm targeting some raw food and want to use it on a fire. Or maybe I need have my character near a fire? Given up on adding to...
  2. help with Cooking Expansion Set

    Can anyone help with fixing these errors. I guess I'll post them as I go. SBGardener.cs Errors are with the four that I underlined Two of them - InternalBuyInfo() Error: CS0121 - The call is ambiguous between the following methods or properties: 'method1' and 'method2' Two of them - m_BuyInfo...
  3. Is it safe to delete this folder?

    Can I delete everything in this folder? Backups\Crashed have space issues and windows keeps updating so I need to find new things to delete.
  4. Change LabelNumber message?

    public override int LabelNumber => 1126041; // raw serpent steak Is there a way to give an item a string name without assigning it a message number? Or how to I add/edit Label Numbers? What file are they in?
  5. Loot NPC / Vendors?

    I got it so I could kill an NPC or Vendor in this case but their clothes are not dropping for loot. As an admin I can remove or add their clothes so there should be a way to have whatever they are wearing to drop as loot. Not finding anything by searching the forum, and I'm still very new to...
  6. Code names and what they mean?

    I'm new to all this scripting, trying to figure things out, we will see. But yea you can kinda get an idea on what many names/objects/methods are doing? Others I have no idea. Is there any list that kinda explains what some of these do? Such as... Serialize Deserialize Or are we just supposed...
  7. stats gump?

    Is there a gump or a way to see not only the stats you have (like [mystats) but what the limits are? If all these numbers can be adjusted it would be nice to show on the screen what your aiming for or if what you are wearing brings you over that mark. And what publish number is ServUO-master?
  8. Hi, started UO back before T2A

    Played UO mostly up until they split the land into Felluca and Trammel. Then played on a couple free servers. I would say mostly ABC UO. So I'm defiantly take an old school approach. I was never a PK and usually on the side of getting PKed. But still loved the open world environment where...
  9. Scripts we would like to see?

    No I can't script. New here and maybe by posting some ideas someone might want to code it. Maybe. Idea 1. When you kill another player in the game (my characters name is Butcher) and after you cut them up with a knife there should be some meat that drops. The meat should have the Players Name...
Back