Search results

  1. Grimoric

    Megacliloc Error

    This was resolved (in conversation) it was a file name issue and the rest of the CliLoc id issues (like 1152913) need to be fixed by hand. -Grim
  2. Grimoric

    Megacliloc Error

    Check CurrentExpansion.cs in Script/Misc and set it to this (should help on the way). public static readonly Expansion Expansion = Config.GetEnum("Expansion.CurrentExpansion", Expansion.UOR);
  3. Grimoric

    Megacliloc Error

    What is your expansion set to? is it still HS? in this case it is a (Core.HS && Alive) in the code.
  4. Grimoric

    Megacliloc Error

    This is happening sins the client you have don't have the latest features. The developers have not added a switch for features to support the expansion flag system from RunUO. You have to fix this by yourself by either code your server as you like by adding a switch or just remove the new things...
  5. Grimoric

    Hello all... mobile client?

    The idea is great on paper. But there are too many issues around it. First of all, you need to have a server that only allows mobile. (computers will respond faster, even a 3D client on a computer loses to a 2D) Then you need to strip out a lot of the features from the game and especial the...
  6. Grimoric

    AOS2D Patches.

    According to the logs, there are updates made to the files at these patches. Applying patch patch\aos2d_win32_4-0-0p2.rtp on path . Applying MODIFY File Patch for 'art.mul' Applying MODIFY File Patch for 'artidx.mul' Applying MODIFY File Patch for 'cliloc.cht' Applying MODIFY File Patch for...
  7. Grimoric

    AOS2D Patches.

    I have been working on restoring AOS2D patches and all files except one are restored with 100% accuracy, my question is how we should handle it. I can see in log files (attached) that art.mul and artidx.mul have been modified two times between 4.0.0o and 4.0.1b. The difference between 4.0.0o...
  8. Grimoric

    can u spawn doors with xmlspawner??

    Did you try MetalDoor,0 you need a direction argument that tells what direction the door has. 0 is North.
  9. Grimoric

    DarkShard is Down?

    It was UOSA that he visited. He was not affiliated with EA anymore at the time. http://forums.uosecondage.com/viewtopic.php?f=11&t=57241 -Grim
  10. Grimoric

    roslyn support?

    I was going to copy this from Microsoft Roslyn pages, these are the main people behind it. Karen Ng, Principal Lead Program Manager, Microsoft Corporation Matt Warren, Principal Architect, Microsoft Corporation Peter Golde, Partner Architect, Microsoft Corporation Anders Hejlsberg, Technical...
  11. Grimoric

    roslyn support?

    *I think* It was added to give support for c#6.0 in the project. It still uses CSharpCodeProvider in Server\ScriptCompiler.cs line 217. If I'm not wrong here but I think that Roslyn compiler platform only supports 4.6.1 for scripting but I'm not sure of this. I did test it under 4.6.1 sins it...
  12. Grimoric

    roslyn support?

    RunUO and ServUO don't use Roslyn they use the old technique called CodeDOM. CodeDOM was added to framework 1.0 for supporting WinFORM and is a wrapper for .net compilers. It allows you to compile code in a closed box and the only information you get out if it has failed to successfully compile...
  13. Grimoric

    Latest UO Version supported and questions

    2. The big issue would be CSharpCodeProvider and codeDOM I know that .core 3.0 (beta) has support for this but is not recommended. This feature could be upgraded to the newer script solution called Roslyn that includes better support for new code. Then I earlier did try this out some issues were...
  14. Grimoric

    ServUo repo

    I don't know how long you been following this community project. But a lot of the coding issues were not created here. It has been inherited from the old RunUO project. Some of the issues have been fixed, one example I can point at is using DateTime.UtcNow instead of DateTime.Now. this speeds...
  15. Grimoric

    Rare old client. (Ultima Online 1.26.4a patch 3069)

    Here are another full patched pre-T2A (Ultima Online 4.0.2a patch 3165) clients from an old backup of mine. This is a UO client without access to the new areas and monsters were never added sins it took time to download that much data back then. I don't know if this was the last one but that is...
  16. Grimoric

    ServUO Casting vs RealUO

    Isn't Adrenalin 4 a proof of server handles the packets as they arrive. If I remember correctly, didn't they added Packet #2, #21 and #22 to battle this issue by adding a bottleneck and at the same time do an implementation (packet #22) for a client/server sync for desynced clients. (Then...
  17. Grimoric

    Rare old client. (Ultima Online 1.26.4a patch 3069)

    I will repack AOS patches if I get some time. I did earlier release the full patch for GOLD client or T2A. I have recreated some of the patches and thought it would be a bad thing if everything disappeared. This patches can make every existing GOLD version from 1.25.35 up to 7.0.24.2. Everything...
  18. Grimoric

    Rare old client. (Ultima Online 1.26.4a patch 3069)

    ** It is not recommended for new developers to start with these old client sins it will require them to rewrite the packet handling to support the client. One of many examples is the control that a player hasn't try to hack move. This client doesn't have this feature and if the server sends "did...
  19. Grimoric

    Added some wikis to Servuo.

    Added some names to the credit list and wrote what they did to help the community.
  20. Grimoric

    A patch resource for GOLD Clients, the end is near.

    I'm on my way to leave UO behind me, and I will release the work I have done. This resource is a full patching library for all 2D versions of GOLD clients, that would be for The.Second.Age, Third.Dawn and Renaissance. I have been able to gather information and figure out the difference between...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back