Search results

  1. Anomaly

    Just sharing what I'm working on.

    I'm in the process of getting an RP Server online. Part of the project requires rebuilding large portions of the base maps. I just came to share some of that work as I go. I'll dump screenshots and snippets as time goes on. It'll help in keeping me moving forward, sharing progress. Brit Castle...
  2. Anomaly

    Shardcore UO

    Shard Update Today we rolled out Sovereign Coins. These coins are purchasable at any banker, granting the currency required to shop in the UO Store. What's to come In our next update, Sovereign Coins will be added to high end T-Maps/MIBs, as well as select bosses as a potential loot reward...
  3. Anomaly

    Shardcore UO

    Hey everyone. A friend and I recently decided to open our own shard. We don't have much in the way of bells and whistle ls, we downloaded a copy of Servuos latest and booted it up. Just plain old UO. After some discussion we decided to go public. We aren't trying to be the best shard out...
  4. Anomaly

    Any interest in this?

    Poking around some old junk in my office and found a CD Case with a Third Dawn CD. I figured heck i'll give it a go and see if it installs and runs properly. Then I thought if it does, would the community have any interest in a copy of an unpatched UO: Renaissance client? I was surprised the...
  5. Anomaly

    Scripts not updating unless I recompile?

    *An Corp* Glad I found this.. I am curious as to why this change was made? Merely for the sake of knowing. Is there a way to revert permanently or temporarily for things like troubleshooting your own creations?
  6. Anomaly

    Someone slipped my account a fake id?

    So, i log into my shard that i've been working on all of a month, if that. And i am greeted with this message. I'm wondering if anyone can tell me what triggered a 6 month reward 21 days in, and any other useful info about the scripts that drive this.
  7. Anomaly

    Pre-AOS with Colored Itens Properties

    I feel like that sounds easy, but would end in disaster. I'd make a backup copy of your entire server before attempting.
  8. Anomaly

    Having a hard time understanding why this will not work (Dyetubs)

    fun facts about what i am doing: - No changes have been made to DyeTub.cs - This was originally "Blaze DyeTub", attempting to modify it to fit my need. using System; namespace Server.Items { public class BossDyeTub : DyeTub { [Constructable] public BossDyeTub(int i)...
  9. Anomaly

    Pre-AOS with Colored Itens Properties

    Hi ArgentSmoke, Which part of this thread were you asking about exactly?
  10. Anomaly

    Hi there :)

    Welcome!
  11. Anomaly

    Hello I'm new

    Welcome to servuo. Like Tasanar said we're always happy to help. Just let us know.
  12. Anomaly

    Give a player an item then equip it

    Is this at character creation or after?
  13. Anomaly

    Disable Sounds?

    Kinda hackish.. but you could use uofiddler to replace whatever sound you dont want with a .wav that has no sound in it... if you are supplying the client to your players, then that would work. Else, you may have to hunt down the multitude of play sounds throughout the scripts and just comment...
  14. Anomaly

    Custom Ore Crashing Server

    Can you share code relevant to this mithril you added? The error message suggests your issue is in Main.CS Here's this: https://stackoverflow.com/questions/24812679/what-is-an-index-out-of-range-exception-and-how-do-i-fix-it
  15. Anomaly

    uo2.3

    The issue you are describing is commonly caused by using older client versions. YMMV with using older clients. As far as making the towns ruins, you can accomplish this with the [unfreeze command in game. This can get tricky. your first step is to BACK UP everything, client and server files...
  16. Anomaly

    Hi, I'm the newest noob!

    Welcome to ServUO.
  17. Anomaly

    UO Demo/UO:98

    I'm going to look at this more when I get home, I find it really interesting. @Grimoric : the uo98 link alone has what I need to fiddle with this or are the files you said you have backed up needed too?
  18. Anomaly

    Signs, doors export?

    I figured out signs, and I meant ones that I set myself. I found the cfg file for signs and fixed that. however, I am still having issues with figuring out doors. I was thinking modify the doorgen command?
  19. Anomaly

    Moongate only for Chaos/Order guilds

    Id be willing to take a crack at this when I get home. (2 hrs from this post time). Will be in touch.
  20. Anomaly

    Signs, doors export?

    Hello, I am curious to know if there is a way to export signs/doors to any capacity? For instance, in the case of using a custom map, or re-arranging a town, is there a way to export your sings and doors?
Back