Recent content by Grimoric

  1. Grimoric

    Paradise Lost

    It looks like the server dont find or understand the uo art file. it seems you are using client version 7.0.27.9. Is this the ones that was used? in version 7.0.23.1 we still have the old "art.mul" but in 7.0.27.9 there is "artLegacyMUL.uop" sins they transfer into a new file format. I have is...
  2. Grimoric

    Paradise Lost

    You could start with an screenshot of the boot errors. It might be something simple.
  3. Grimoric

    ChatGPT AI Assistant

    People will need to debug the glue that linked snippets together to make them work as a program without security issues and people will most likely have no clue about how the code was made. Works fine for classes and small codes but wait then you get 10.000s lines of code autogenerated. It will...
  4. Grimoric

    ChatGPT AI Assistant

    Pre OpenAI, 2 hours coding, 30 min debugging. After OpenAI, 15 minutes autogenerated code snippets, 5 hours correcting code/debugging :)
  5. Grimoric

    RunUO Oldie

    XmlSpawner2 v3.21a [RunUO 1.0] by ArteGordon https://www.tapatalk.com/groups/xmlspawnerfr/xmlspawner2-v3-21a-runuo-1-0-t4.html XmlSpawner2 v3.21a [RunUO 2.0] by ArteGordon https://www.tapatalk.com/groups/xmlspawnerfr/xmlspawner-v3-24-runuo-2-0-t517.html XmlSpawner2 v4.0 [RunUO 2.3] [SVN...
  6. Grimoric

    Server Number

    You can also look at this post, it might be a firewall/routing issue. http://www.runuo.com/community/threads/external-connections.537238/ -Grim
  7. Grimoric

    Scripts we would like to see?

    You know that something like this was included pre-T2A. This is from the UODEMO server scripts. The name of the item would be "left arm of name" and can be cooked into "human jerky". When the game reached Europe it was removed. Germany did like this at all. =) -Grim Edit: Whut, I'm a rookie...
  8. Grimoric

    Autoteleported when dead?

    You have that mechanics in the Kahldun dungeon. "Khaldun and its surrounding areas do not allow the use of recalls, gates, sacred journeys, or any teleportation type spells. It also restricts the resurrection abilities of all characters. Once dead, you will have to zone out. Once you zone out...
  9. Grimoric

    Decrease UO folder size?

    The short answer is no. You could make a custom client/downgrade to an older expansion by removing files and use fall back graphics. This is a hard job that might (will most likely) result in an unstable client without 100% knowledge of how the client works. These are just some of the things...
  10. Grimoric

    Can I safely use DateTime.Now for specific things?

    DateTime.Now is 10 times slower then DateTime.UtcNow and should not be avoided in heavy calculations. DateTime.Now uses DST and can cause a program to crash or return unwanted results while used at the daylight saving time event. DateTime.Now uses UtcNow value in the first line in the function...
  11. Grimoric

    In search of a 7.0.8.0 Full client

    Download Darklady73.zip from PATCH_ME directory: https://mega.nz/folder/255yySab#fsrIKqAHwWSZXIN-VBEg_w Unzip it into your 7.0.7.3 installation and run patch_me.bat as administrator. (patch_me.bat should be in the same directory as your client.exe.) Backup 7.0.7.3 before you do this if you...
  12. Grimoric

    Where can I fine Client Ultimate Online Classic 7.0.20.0. Download?

    https://mega.nz/folder/255yySab#fsrIKqAHwWSZXIN-VBEg_w -Grim
  13. Grimoric

    Need help changing starting Templates (RunUO 2.7)

    Okay, There are four things to patch. each skill circle on the menu. I have only tested it in 7.0.15.1 but the same byte sequence exists in 7.0.23.1. 7.0.23.1 is the last client that uses the RTP patch file format and I will not reverse any newer than that. 0F84CD00000083F8 => 90909090909083F8...
  14. Grimoric

    Need help changing starting Templates (RunUO 2.7)

    I can take a look at 7.0.15.1 on Monday. I'm working this weekend :(
  15. Grimoric

    Hosting On Windows

    It is Windows devices that are limited. You may allow up to 20 other devices to access the software installed on the licensed device for the purpose of using the following software features: file services, print services, Internet information services, and Internet connection sharing and...
Back