Search results

  1. Grimoric

    Age Of Shadow Nostalgia

    I did a small test to figure out what has gone wrong here. The AOS client uses an upgraded way compared with UOR to showing item properties, this client has an old version of showing properties lists. The issue is that RunUO is sending item property lists made for SE to the AOS client this makes...
  2. Grimoric

    Looking for general advice on implementing a faction system.

    I have no idea if this can help you someway. But this is how it did work pre-factions. It might give you an idea or two? This information was collected with T2A in mind. There were no factions in this era, it was added to the UOR expansion. -Grim -------------------------------------- Order...
  3. Grimoric

    Age Of Shadow Nostalgia

    Here is every patch you will need for that ISO. HOWTO: Copy every directory from "PATCH FILES BY GRIMORIC". Start with 3.0.8z, 3.0.8z2, 4.0.0a... and overwrite every file in your installation directory up to the version you want. In this case 4.0.4b2. Do not just copy 4.0.4b2 you will be...
  4. Grimoric

    Server First Start Crash

    The issue is in "Scripts\Multis\HouseTeleporterTile.cs" line 17. Someone of the developers has added a "fix" for house teleporter tiles added in SA without doing a check on what client the players are using. public static void Initialize() {...
  5. Grimoric

    New here, got an error starting out

    HouseTeleporterTile doesn't exist in T2A datafiles. you can change line 17 for by comment it out. But, the T2A client is not officially supported. -Grim
  6. Grimoric

    DotNet core

    To my understanding. DOM doesn't have great support in .net core. But with 3.0 we will get a better solution to compiling code on the fly. The question is how it will work on other platforms than Windows. It is supposed to be a cross-platform solution. Another question is how we can make a...
  7. Grimoric

    Stuck on Char Creation.

    It might be an old client not supported? What version is he using and what version of the server are have you installed?
  8. Grimoric

    Wombat, bool vs int and C#.

    Oh, then I guess the only "fix" is to rewrite all the scripts as close as possible in C#. It is just to understand how things were done sins I try to replicate T2A.
  9. Grimoric

    Wombat, bool vs int and C#.

    Here is a real example. http://wiki.uot2a.com/index.php?title=Script:_Globals The first function isOnAnyMulti does return an int while requires an object as a parameter. function int isOnAnyMulti(obj Q68S) { return (isAnyMultiBelow(getLocation(Q68S)) != NULL()); } 1. On an OSI server, then...
  10. Grimoric

    Wombat, bool vs int and C#.

    Does anyone know if there is a way to override the compiler and make it work more unsafe like C++, I have never needed to do anything like this before? The problem is that Wombat is written in a C like scripting style and I try to transfer the code to C# without adding things like Convert...
  11. Grimoric

    How to wipe shard for a relaunch?

    Backups are for cowards. It is so much more exciting to wait on the server to start without one. :eek:
  12. Grimoric

    moongates

    You do it in https://github.com/ServUO/ServUO/blob/master/Scripts/Items/Functional/PublicMoongate.cs Line 317 is for felucca as an example. -Grim
  13. Grimoric

    How to wipe shard for a relaunch?

    [XmlSpawnerSaveAll <SpawnFile> [SpawnerPrefixFilter] - Alias: XmlSaveAll Saves all XmlSpawners in the entire world into the file supplied. If the SpawnerPrefixFilter string is specified, then only spawners with names that begin with that string will be saved.
  14. Grimoric

    How to wipe shard for a relaunch?

    You might need to set the server time a year forward for a while so houses go IDOC and items despawn.
  15. Grimoric

    How to wipe shard for a relaunch?

    Try to remove all accounts from the admin panel. This works well if you don't have a lot of accounts.
  16. Grimoric

    Notification of player login

    Sins I collect everything I can find about UO that would be interested it might be something I'm missing or older/newer version. Here are some related things :D The GM guide book is 181 MB so I don't add it. Edit: I was an [companion] on Europa. -Grim
  17. Grimoric

    Need help changing starting Templates (RunUO 2.7)

    True I actually didn't think of that. The delete function is sent tho the server, stupid me :D
  18. Grimoric

    Need help changing starting Templates (RunUO 2.7)

    Do you refer to something like a glorified skill ball? The issue is that you cant auto to pass the character creation. Well, you could fill the account with "unused" character but if the player deletes one what then? I think that not allowing delete from the character list would make it really...
  19. Grimoric

    Need help changing starting Templates (RunUO 2.7)

    Okay, After some testing, I have a figure that you need to change both 0xB9 and 0xA9 to make it work. The downside is that this turns the client into that expansion. So with SE, you will get all features like the special moves book on the right side in your paperdoll and skills will also be...
  20. Grimoric

    Need help changing starting Templates (RunUO 2.7)

    Yes and No. The client festures will be activating things like new professions, races and sounds. Moongate location lists and soft features like crafting is checked at the server and can be changed. This packet was added from T2A and future and is used to control how the hardcoded things in the...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back