Search results

  1. AdamD

    Can't edit spawner entries in the book

    Hi all, Just a quick one if anyone can assist. I'm running the latest ServUO and on my old shard, I could open the properties of an xml spawner and add text to the book which lets you add more text/variables? to the spawning item/mobile. But when I close the book, it doesn't save the contents.
  2. AdamD

    Getting rare pets to cast spells like chain lightning/meteor swarm?

    Hi all, Happy new year to you all. Quick question on something that I've never been able to solve since I ran a shard over a decade ago. I had rare pets on my shard that I wanted to add alternative spells to such as chain lightning and meteor swarm. So I first tried a solution by copying the...
  3. AdamD

    Unsubscribing from emails doesn't work

    Just a heads up I tried to unsubscribe from all emails and this is the error I get: Fatal error: Call to undefined method XFA_DocMngr_Model_DocumentWatch::setWatchStateForAll() in /var/www/vhosts/servuo.com/httpdocs/library/XFA/DocMngr/Extends/ControllerPublic/Watched.php on line 23 Happens...
  4. AdamD

    Offending mobile/layer query.

    Hi all, So I've just converted most of my old scripts to the new servUO, it took the better part of 4+ hours. One thing I notice is a few of the monsters or npc's show layer warnings about clothes/armour or weapons that's duplicated. I always wondered about this, what are the issues when this...
  5. AdamD

    Question about Paragon loot.

    Hey all So I have a question about something I've pondered for a long time. Do paragons on Runuo/ServUO servers have boosted loot, as they do on official shards? I did look through the code, but couldn't find anything obvious about loot for paragons.
  6. AdamD

    Client crashes when using IsEnemy

    So back in 2014 I posted a thread here about client crashes on a non servuo shard I ran for a few years. It got pretty bad and I never did find out what was causing it, it seemed to ruin a perfectly fun shard for many, including myself. I thought I'd nailed it down to the guards I put in which...
  7. AdamD

    Allowing monsters/vendors to see through walls?

    I'm not sure if it's still the same on the official UO shards, but can it be made so monsters/vendors can see through walls/obstacles? And any clues as to which section of code I should be looking at for that? Been scouring through the line of sight code in the /server/mobile.cs file, but it's...
  8. AdamD

    Are there any coders who do custom work?

    Just wondering if anyone knows of any reliable, decent coders who do runuo work?
  9. AdamD

    Allowing enhancement of Artifacts

    Hi all! I've been making some modifications to my old (non ServUO) copy of RunUO, and one thing I'd like to do, is enable the ability to enhance Artifacts, using the special ores/metals. When trying to enhance, the message that's being called is: case EnhanceResult.BadItem: message = 1061011...
  10. AdamD

    Need some help modifying some code.

    Hi all Got a strange request/query I want to modify the playermobile script so that one player in particular, gives off a poisonous cloud around them. Meaning, when they get within 2 tiles of a vendor or animal, the animal/vendor is then poisoned, lol. It's mostly for fun, I want to wind up a...
  11. AdamD

    Strange Noble issue

    Hi all I have an odd, reoccurring problem In a remote area in Trammel, a forest area, I have a huge spawn of noble that keep reappearing. Some 10,558 of them to be precise, with another 1000ish Seekers of adventures. All in the same area, walking around evenly spaced out, over a huge range...
  12. AdamD

    Removing house customization validity check?

    Hey all Just a quick one (I think!) A friend of mine has built a nice plot, but every time she clicks commit, it says: "Illegal Object! House not legal, not committing!" I've been trying to find the code which checks for illegal objects and such, but am drawing a blank Any advice would be...
  13. AdamD

    Need a little help with special AI targetting.

    I really should learn the proper terms for coding lol But I have the old special AI package from runuo, which gives mobiles extra abilities, like area lighting, earthquake, multi fireball attack etc. The problem is, I want a specific monster to have multi fireball and area gas attack, which...
  14. AdamD

    Tracking down client crashes.

    Hi all My somewhat old shard, running the old prebuild mondains legacy bundle (I forget who made it, Malganis was it?), has really annoying and persistant client crash issues. Is there anyway to find out why clients crash? It seems to be random, but some places have a higher crash chance than...
  15. AdamD

    Running an old save on ServUO?

    Hi all, So I'm trying, perhaps in vain, to update an old shard that originally ran on 2.1, to work with ServUO instead. I've got most of the custom scripts copied across and modified, so they compile ok, the problem of course, is playermobiles and basecreatures, aren't loading, because (I...
  16. AdamD

    Updating an older shard to work with current clients?

    Hi all Thought I'd ask this, rather than on runuo forums, as who knows how long they will be around. I have a shard based on RunUO 2.1, so rather old, it has a mixture of customizations and such done to it. I'd like to update it to run with the current UO Clients, as when I try logging in...
Back