Search results

  1. Falkor

    Cursed Robe with Client 7.0.23.1

    Just a shot in the dark, inspired by an old post by Hammerhand: See if you have an EA Games folder at c:\Users\"your name"\Local\AppData\VirtualStore\ProgramFiles(x86). and if so, delete it.
  2. Falkor

    Cursed Robe with Client 7.0.23.1

    Try to [props the robe in your paperdoll and see exactly what item it is we're dealing with. The graphic in-game is a gargish robe which does appear as a plain robe in the paperdoll when put on by a staff character.
  3. Falkor

    Cursed Robe with Client 7.0.23.1

    If your body value is 987 (gm) then change it to 400. (edit) Just watched the video - no idea how that's happening!
  4. Falkor

    UO Architect problem with Storage and Secures

    I wonder if you can edit that multi in UOFiddler and manually put the offending item back into the corner? The very first component listed should be the top left corner itmID (usually a foundation piece) and it should be at coordinates 0,0,0,1,0
  5. Falkor

    UO Architect problem with Storage and Secures

    The server looks for entries in HousePlacementEntry which is defined in HousePlacementTool.cs. Even if you aren't using the tool you may want to add your custom housing to the list there anyway. example: new HousePlacementEntry(typeof(Keep), 1011313, 2625, 1312, 3019...
  6. Falkor

    [Add gump house deeds showing "bad type"

    House deeds were abandoned after the house placement tool came to be. You could use either of them with older versions of ServUO but legacy code like that is being removed from subsequent versions.
  7. Falkor

    Help with Spell System

    You declare it and other variables in your custom spellbook. For example, I'm using a druid spellbook. public class DruidicSpellbook : Spellbook { public override SpellbookType SpellbookType{ get{ return SpellbookType.Druidic; } } public override int BookOffset{ get{ return...
  8. Falkor

    Xantos Shrink System

    Run your server in debug mode so the error will tell you the exact line it's happening on. Otherwise we're just guessing at where the null reference is being made.
  9. Falkor

    Blessed Items staying put in backpack on death

    In the core script Mobile.cs, there's a line: public virtual bool RetainPackLocsOnDeath { get { return Core.AOS; } } You aren't running any expansions so this would be false in your case. Changing that line to public virtual bool RetainPackLocsOnDeath { get { return true; } } (and...
  10. Falkor

    Token Requester

    -= 1 means to subtract one from the variable.
  11. Falkor

    Xantos Shrink System

    Targeting anything other than a mobile (aka an item) would trigger this part: else if ( target is Item ) from.SendMessage( "You cannot shrink that!" ); and clicking the ground would result in no target -- and no targeting action, not a null target. Still, we all...
  12. Falkor

    Creating a non PvP Server

    Note that Trammel rules will still allow guilds to fight each other if they declare war. Anything that aspects that you want to change after editing MapDefinitions.cs will be found in Notoriety.cs. Edit carefully there - it controls all interaction between players and the world! A non-PVP...
  13. Falkor

    EnhancedMap

    To read the network traffic going to and from the UO client, any map program MUST be run as admin on modern operating systems. Otherwise the OS will not let the map program see the data.
  14. Falkor

    Serv UO with an Old Custom Map and Login Error

    You will not get mul maps to work as UOP. The conversion simply does not work. Doesn't ClassicUO support MUL files already? Why convert at all?
  15. Falkor

    Dungeon Doors that Require Specific Keys

    This might help as well: https://www.servuo.com/threads/lockpickable-trappable-doors.2417/ though I would take Lokai's advice from that thread and make these another type of door that you can use as desired rather than making it the default door.
  16. Falkor

    ServUO - That type is not marked constructable

    If you type [add daem, can you choose it from the list of results? Does the plain daemon appear in the list at all? It clearly *is* marked constructable so that's why it's particularly confusing.
  17. Falkor

    ServUO - That type is not marked constructable

    I wonder if it's one of the possible loot items?
  18. Falkor

    Ancient Hue File

    Wow - I was pretty certain I was finished modifying my hue file but just peeking at it with UOFIddler I see those are really well done. I can't wait to try them in-game.
  19. Falkor

    Start All Champ Spawn Command

    [global set active true where championspawn
  20. Falkor

    RUNUO.COM

    Without those "amateurs" there would be no UO emulator scene left today. Sure there would be a few shards continuing on with their antiquated backends but it wouldn't support any of the more recent clients. I see no stability issues with ServUO except for those introduced by custom scripts...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back