Search results

  1. Falkor

    Wrong soundID playing when players damaged?

    Is it confined to any type of damage? Weapons, fists, magic damage -- all of them?
  2. Falkor

    Solo is here!

    I saw an earlier version of that and it was just in proof-of-concept at that point. It's interesting but I guess I'm just not coordinated enough to navigate UO in that fashion.
  3. Falkor

    Vendor inventory list problem

    See what happens if you spawn a new vendor -- is their list displayed properly or is it also messed up? That will help rule out bad data from a save.
  4. Falkor

    (ServUO Pub 54)How to Disable town guards

    There is the [toggleguarded command that works for the region you're in at the time. Not sure if it sticks through a reboot though.
  5. Falkor

    (ServUO Pub 57) Staff casting spells without freeing hands up

    I looked at this when you posted the original question and so far I haven't found an instance where the clearhands function references the mobile doing the casting. I'd have to dig deeper to find an instance to skip the check if access is > player.
  6. Falkor

    Solo is here!

    There's no such thing as a mobile client that I'm aware of. There is a custom client called ClassicUO that's very popular. It uses the real client's data files but the rendering is all new. EA's own Enhanced client does work with ServUO but it's still got minor issues like gumps don't always...
  7. Falkor

    Making non-attacking version of monster/brigand?

    That should be all you have to do, except the editing mobiles.cfg part -- you don't have to touch that file.
  8. Falkor

    How to get bonus ore mining in felucca?

    It's in mining.cs and active by default. // One ore per harvest action oreAndStone.ConsumedPerHarvest = 1; oreAndStone.ConsumedPerFeluccaHarvest = 2; Note that there isn't any more ore in the vein than on other facets; you just get twice as much per...
  9. Falkor

    Daatt Master Storage support please

    PackItem(new daat99.MasterStorage());
  10. Falkor

    Magic Storms?

    They still exist in the code - they just don't drop as loot. [add moonstone trammel or [add moonstone felucca I considered making them available but I'd need to make sure they wouldn't allow people to reach areas in an unintended way due to differences in facets over the years.
  11. Falkor

    Magic Storms?

    I would swear that it was called a "login storm" caused by too many people on one server (same shard) and the system started randomly throwing characters to other areas of the world. Like you said though, I can't find mention of it on Google anymore but I know it's talked about if you see any...
  12. Falkor

    [ServUO.com]-NoMountTile

    I threw this together based on the MOBBlocker tile. It allows everything except a basecreature that is controlled to pass. You may have to edit it to add any other kinds of pets your shard has that aren't based on basecreature but it's written for easy modification. Note that magic-using pets...
  13. Falkor

    Autoteleported when dead?

    It's an option in the RegionsInABox system but not part of the general emulator by default.
  14. Falkor

    Trying to develop new shard could use some advice

    These old systems expect actual gold in the bank and not a numeric balance. I haven't worked on the stones yet since I use other forms of vendors. You may find conversions from someone else here since you can't be the first to use vendor stones with the newer servers. There may even be...
  15. Falkor

    Trying to develop new shard could use some advice

    Change references from Quantity to Amount. The variable name changed at some point. Putrefication has been renamed "Putrefaction" Old HasBreath vs. the new code for it (adapt usage as needed): // if (owner.HasBreath) //give bonus for creatures that have fire breath if...
  16. Falkor

    Custom BOD Reward Descriptions

    It's worse than that. Before the change that's how you'd do it -- using a cliloc that lets you supply your own text. But, guess what? Now there's specific code in the gump looking for those cliloc values and it blocks them! A great deal of effort was spent making sure you aren't sending...
  17. Falkor

    Malas eye candy I never noticed

    I can't believe that I've been playing UO for over 22 years and never noticed this in Malas: An unfortunate woodcutter died after a tree fell on him quite a while ago. His axe is still there and you can see the log that ended his life. Roughly 1445 1502 -106 in Malas. Who knows -- maybe it...
  18. Falkor

    Trying to develop new shard could use some advice

    Yes, just use /* and */ to comment it out and you should be fine. The script uses mouseover (OPL) to display the same data so you won't miss anything. The single click part maintained compatibility with older clients from before OPL. /* public override void OnSingleClick( Mobile from...
  19. Falkor

    Custom BOD Reward Descriptions

    No. The latest server version purposefully removed that from the gump used to display the rewards. Well, I shouldn't say "no." I should say "not easily." It is possible -- I have it on my shard, but it means a new gump for that purpose. It and custom UO Store items are among my few unique...
  20. Falkor

    Halloween Decoration

    The easiest way to search this site is with Google. Just begin your search with site:servuo.com site:servuo.com halloween

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back