Search results

  1. Treasure of Tokuno Question

    I was looking through TreasuresofTokuno.cs and confused myself. I'm a beginner with C# and am not sure what to search about these formulas. Could someone explain to me what is happening in the following lines? AwardPoints(pm, (int)Math.Max(0, (bc.Fame * (1 + Math.Sqrt(luck) / 100)))); //This...
  2. Old Despise vs New and UO Expansion questions

    If I set my server to Mondain's Legacy expansion it looks like the updated dungeons (Despise Wrong etc) might not be the latest. If I wanted to keep ML, but use the latest dungeon or revert to the original dungeon, is that possible? I also noticed on ML expansion a lot of gargoyle items are...
  3. How to disable new vendor system?

    I want to disable the (new?) vendor system completely. I just want buy/sell prices to be as they are without adjustments based on volume sold/bought. I'm also not sure what the default 500 is? I want to start at 20 and double if it sells out or halve if not; like older UO. There wasn't an...
  4. 6 month bonus stats?

    I got a message on a toon about bonus stats for 6 months. Where is this found or adjusted? I didn't see it in the config options.
  5. Best way to add percent chance for all monsters to spawn special hue?

    I want any monster to have a small chance to spawn with a custom hue. The same hue for all of them similar to paragons. Would the best way to accomplish this be an edit to basecreature or can I use xmlparagon somehow? If I can use xmlparagon, I think that'd be best, but I don't want to remove...
  6. Looking for script "Destroyable Walls"

    I see the name in a files list, but the script is gone. Does anyone have this?
  7. Issues with custom currency/crafting ingredient

    Using ServUO. I'm trying to create an item based on an ingot that has a chance to drop from any kind of monster and then I can have vendor stones take that as currency. I also want to adjust some craftable items to use it as an additional resource in addition to the normal ingredients. I'm...
  8. What to edit to change the teleporter to Inquisitor's Resolution in Doom?

    I want to make the teleporter work just by running over it and just turn the puzzle off. I'm having issues if I just replace it with a new teleporter that I can't steal in the inquisitor room. I guess there's some code that you can't steal without doing the puzzle? I think I need to edit the...
  9. Classic Houses Disappear Except for Sign Posts

    When I place a classic house, then run off screen and back, the house disappears leaving only the sign post. It seems to come back if I go to another server eg build house at Luna, go to Moonglow, and go back. Custom houses seem to be ok. I have been trying to add some extra house deeds and...
  10. Xanthos Shrink System Errors

    In the Utilities files, I get an error on the motd.cs file. The offending line AddLabel(205, 180, NewsGump.kDataColor, ((state.Flags & 0x10) != 0) ? "Samurai Empire" : (( state.Flags & 0x08 ) != 0) ? "Age of Shadows" : (( state.Flags & 0x04 ) != 0) ? "Blackthorn's Revenge" : (( state.Flags &...
  11. XML Level Item initial caps?

    I thought I set the initial item level to be capped at 10, then it would need level up scrolls after to get higher. This isn't working. Newly created levelable items keep gaining experience and leveling past 10. I haven't tried going to the max level yet, but I'm concerned that might be an...
  12. How do you create a custom currency with chance to drop on mobs?

    Using ServUO. I want to create 2 custom currencies. One that is a different hue of ingot and another that is a different hue of gold. I don't want to accidentally be able to smith or buy vendor items with these. I didn't find much in the way of setting this up. I did fine this thread and...
  13. ServUO Vet Rewards Errors

    I'm getting some errors in the vet rewards menus. I'm running ServUO Mondain's Legacy. For example of the errors I'm getting, for Flesh Renderer statue, it's showing Error (MegaCliloc):StringId not found:. It happens with a more like crystal elemental, dark father, platinum dragon, navrey...
  14. How could I make level items craftable?

    I saw in this thread, someone was attempting to make craftable level items. I understand what that OP was doing. Creating the level item files individually then adding to the craft gump. I don't follow where or how to add it to the craft gump menu though. The other suggestions in the thread...
  15. Bushido Parry Question

    I understand the mechanics behind parry/bushido and the parry chances. I have a question I'm not sure where/how to look for the answer. I can't tell the difference in-game. Do lanterns, torches, or other items that are typically held in the shield hand counted as shields in the parry chance...
  16. Universal Storage Keys compile errors

    I'm running into some errors when compiling after making the required edits to several files for the Universal Storage Keys script. In the Spells/Base/Spells.cs file CS0103: Line 400: The name 'DuelContext' does not exist in the current context This is the code at that line if it's helpful: if...
  17. Minor Issue with NPC

    I opened an NPC's paperdoll and undressed him. Now I can't re-dress him. Wearables can go in his pack but when I try to add to his paperdoll they drop to the ground. What have I done? If it matters, it's the Necro quest giver NPC in Haven.
  18. Client 7.0.23

    I'm very new to this and I was getting Ultima.dll not found errors. It looks like I need to have a UO client installed to point ServUO config files to when creating a new shard. I want to use up to Stygian Abyss so I can have the maps/items/monsters (not really interested in Gargoyles/imbuing...
Back