Search results

  1. Finally back after 15 years

    https://www.servuo.com/archive/ozs-static-gump-an-in-game-pandoras-box.1484/ for new Pandora Box Vita-Nex is pretty cool and adds a lot of stuff Without anymore info on what you are doing with your server, thats all I can suggest.
  2. Owner account infinite cycle

    Or you havent properly updated your client on the server machine. TileData not found error is either DataPath is not pointing to any UO installation, or the UO installation it is pointing to is not patched.
  3. Invasion System

    It honestly doesn't matter. Thats just the default variable set. As long as its valid it will still work.
  4. Not sure where to post this

    UO\Scripts\Spells\Base\SpellHelper.cs private static readonly TravelValidator (Aprox Line 745) Underneath the TravelValidator, theres a readonly bool, with a BUNCH of comments, falses, and trues. Those are true/false for Recall from, recall to, gate from, gate to, mark, teleport from...
  5. DailyQuests

    DragnMaw submitted a new resource: DailyQuests - Daily Quests, Weekly Quests, Custom Sets. Read more about this resource...
  6. DailyQuests 1.02

    This is a Daily/Weekly Quest system I have been working on for a while. It purposely will not compile as is, since anyone using this SHOULD double check the ItemSets, and Quests before using, as they may not be balanced for your server. The QuestSpawner.xml file is an XMLSpawner file that will...
  7. Not sure where to post this

    UO\Scripts\Items\Containers\Container.cs contains the entry for backpack. Line 452 on mine. public class Backpack : BaseContainer, IDyable public override int DefaultMaxWeight { get { Mobile m = ParentEntity as Mobile; if (m !=...
  8. Invasion System

    The gump is automatically generated based on the entries in the configs. Thats what the one looks like on my server. public void OnStart() { if (!IsRunning) { InvasionTowns invading = InvasionTown; switch (invading)...
  9. Invasion System

    I can't tell for sure, based on your source code (I never attempted to run it), but you went WAY overboard on changing the files to make Trammel spawn. My best guess is you renamed a variable in one file somewhere, but missed renaming it somewhere else. Invasion System.cs should be the only...
  10. [Add gump house deeds showing "bad type"

    Only way I know of to do this, would be to transfer ownership of the house from the admin to the player after it has been placed. To my knowledge theres nothing functioning like what you want in UO by default.
  11. New and A question

    When I had options crash the game, it was a corrupt profile on the local machine. Inside your Documents\EA Games there should be folders for Your client, and a User Data folder inside of it. Inside of that folder, will be every account you've logged in with. Whichever account is having the...
  12. Item that gives weapon abilitys to pets. ServUo

    Last bit of info I have for you, since I've never tried anything like this, but this is present inside the Pet Training System. I kept it in formatting, but the relevant functions are inside that file. You should be able to retune it to your system, hopefully without too many problems. THE...
  13. Server Freeze and Unresponsive

    I don't know if your's is doing the same, but I've found my console tends to "lock up" in the regard it doesn't let me type console commands, but the console still loads properly and the server runs. I just live and let live since I rarely have to run Console commands anyways.
  14. Items still going to Internal Map

    Internal Map is a "Map" used by internal features, most specifically is BoDs iirc. It also moves offline player characters into Internal when they log out. I'd also assume everyones Stable is Internal Map as well.
  15. Item that gives weapon abilitys to pets. ServUo

    I can't be 100% for sure on this, but something seems a little off. OnDoubleClick( Mobile from ) PlayerMobile mobile = from as PlayerMobile; else if ( mobile.SetWeaponAbility(WeaponAbility.BleedAttack) >= 1 ); That would be attempting to change the weapon ability of PlayerMobile, not the...
  16. Sos and tmaps

    iirc only the lower level maps give location warnings.
  17. Item that gives weapon abilitys to pets. ServUo

    BaseWeapon melee = null; switch (Utility.Random(2)) { case 0: melee = new ColdForgedBlade(); break; case 1: melee = new Calm(); break; } Theres...
  18. Sos and tmaps

    Use the [props command on the map/SOS. With some of the bugged maps I have seen on our server, usually between the picture, and [props you can tell what happened. Might give you some insight into what the problem is. Edit - Forgot to put the picture. You can try going to the TreasureFacet...
  19. Lost Alchemy

    Download works fine for me emptak123, and TwilightRaven it seems like you're version of the emulator doesn't include ToL. ToL comes with a bunch of (not orking last i tried) potions, specifically Barrab, Urali, Kurak, Sakkhra, are all the ones added in ToL. If you don't have ToL you would have...
  20. Sos and tmaps

    On Abandoned Universe, we disabled Trammel, and disabled Trammel Treasure Maps. ParagonChests could still spawn Trammel Treasure Maps, but they would label as Tokuno, but the chest could only be found on the coordinates/location in Trammel Facet which players couldn't get to. Is that a similar...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back