Search results

  1. Jack

    House locks/keys problems

    Cool, let me know if you get the rest sorted out. I didn't know there was an enum for the key item ids, yes that's sensible to use.
  2. Jack

    House locks/keys problems

    It's going good thanks! That for loop will stop running as soon as keyValue is not 0, which will happen on the first iteration of the loop since keyValue becomes the value of the front door. public void RemoveKeys( Mobile m ) { if ( m_Doors != null && m_Doors.Count >= 1 ) { uint...
  3. Jack

    House locks/keys problems

    Keys getting removed is not a big deal. Keys are removed by KeyValue from the demolisher's backpack or bank (it will even strip it off a keyring). If you want to fix this so that ALL keys with that KeyValue are deleted when the house is demolished, you will need to rewrite keys so that they are...
  4. Jack

    Q: Speedboosting Ghosts

    Doesn't speedboost only update your actual speed (client side) once you log out and back in?
  5. Jack

    Movement speed of Creatures?

  6. Jack

    Are there any coders who do custom work?

    Not really much info in your post. Is it paid work, work for free? What kind of actual work is it? Purely C# or is there website integration? Huge job or a small job?
  7. Jack

    Best memories of UO.

    Some of the most hilarious memories I have of the game are from when I was around 14 years old. They might not be as hilarious to others, but keep in mind everyone in these stories were great real life friends and totally new to MMOs so it was just amazing the way players could interact. Me and...
  8. Jack

    Cast recovery heal spell

    Try add this to your Heal.cs public override TimeSpan GetCastRecovery() { return TimeSpan.FromSeconds( 1.0 ); } Where you can change the timespan to be what you want.. You might also try overriding CastDelayMinimum public override TimeSpan CastDelayMinimum { get { return TimeSpan.FromSeconds(...
  9. Jack

    Lokai Versioning

    There is a timer class called "AutoRestart" which can do this for you and also allows you to set up a "server wars" period where the shard is still up, but not saving.
  10. Jack

    Slice() or XmlSpawner causing world Save warnings.

    Usually these type of messages are triggered when something in Serialize triggers some world altering state to happen. I would suggest looking into any recent serialization changes you have made if you haven't already.
  11. Jack

    Lag problem as player, but not as owner

    As others mentioned, if you are on a character which has the speedboost command activated, then turn into a player, you will lag horribly. You can fix this by disabling the speedboost command on the account and then logging out/back in. Try a player account that has never been anything but a...
  12. Jack

    UO Lost Lands - a new T2A server just launched

    We have so far had 17 decently sized patches and a few automated events have been instated: Capture the Flag, Survival and Bag Ball. We have a special currency of platinum which can be obtained various ways and a unique custom vendor script to handle platinum purchases and trophy trade ins. I...
  13. Jack

    Pause Command

    What about just adding a login handler to the script to removed blessed if the access level is player? Then there would be no need to add anything to playermobile.
  14. Jack

    Strange Noble issue

    Wild guess but have you tried looking in your data directory XML files to see if they could be spawning the mobiles there? I'm guessing this could possibly be in Data\regions.xml or Data\Locations\trammel.xml. Since both Noble and SeekerOfAdventure appear in SpawnDefinitions.xml, there's a...
  15. Jack

    Gump Studio (moddification)

    I was not trying to set hue, I was trying to figure out how to use the old ascii style in gumps. Anyway, I found the font. In an HTML label it's just <BIG>this would be old style ascii font</BIG>
  16. Jack

    Gump Studio (moddification)

    This is exactly what I am looking for, however it does not appear to do what it says. For example, if I remove unicode and change the font, it appears to be changed in GumpStudio. However when exporting, the code simply looks like this: AddLabel(932, 226, Ultima.Hue, @"New Label"); This is...
  17. Jack

    Question about the spawn of the reagent in SERVUO.

    Did you get around to checking this? I would love to get my hands on a good reagent spawner.
  18. Jack

    Legal questions.

    I think about it this way. EA barely makes anything from UO anymore, it is a game that is barely worth their time. They pay some developers and make off with a small amount of money from it each year. Why on earth would they want to waste the small amount of money they make from it, protecting...
  19. Jack

    The wonders of XMLspawner

    I would use XMLSpawner a lot more if there was more documentation on it. I personally find it easier to just code things manually since trying to figure anything out with XMLSpawner usually has me Googling for long periods of time and sifting through dead links or unanswered questions.
  20. Jack

    UO Lost Lands - a new T2A server just launched

    Thanks very much guys, we have put a lot of work in so far and it's just the beginning :)

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back