Search results

  1. Regnak

    UO EC Launcher (Standalone)

    Hi ! Glad this resource can be useful. Is it possible that the player who can’t join your server has put the files inside the Ultima Online folder ? Sometimes I have the same issue but if I start the launcher from a separate folder it works. I will check if I can isolate the issue and find a...
  2. Regnak

    Help with XP system

    Hi there ! I thought I would try to help :) I see you are running ServUO 0.5 build 7344.36207. I'm currently working on ServUO pub58, so our BaseCreature.cs files are kinda different. I haven't been able to spot out where exactly you want to place/modify your code above. So let's try to get...
  3. Regnak

    Crash log

    Maybe the space chars in the folder path ?
  4. Regnak

    Crash log

    Hmmmm, it may be hard to fix, but I think there is a way. 3 things you can try. 1. Start ServUO with Admin rights. This can be done by doing a right click on the EXE file and choosing “Start as an administrator …” This is the usual solution in that kind of crashes. But the crash logs mention...
  5. Regnak

    Crash log

    Hi there, Would OneDrive cause your issue ? Do you have synchronization active ? For better configuration, I would setup the server in a different folder. For example, C:\UO\… The subfolder “Saves” is what you are looking for, for transferring backups from an old server to a new one...
  6. Regnak

    UO EC Launcher (Standalone)

    Regnak submitted a new resource: UO EC Launcher (Standalone) - No installation required Read more about this resource...
  7. Regnak

    Launcher UO EC Launcher (Standalone) 2023-04-18

    This is a standalone version based on UO Enhanced Launcher that you can find on these forums. It was slightly modified so it doesn't require installation but is based on dll's and an xml file that will remember the Shards you have connected to. I saw some people were having issues installing...
  8. Regnak

    ServUO and SmoothMultis (Publish 54) by nibbio

    Hiya mates ! Cool to see this topic has still updates a decade later :) I haven't tried myself ClassicUO client and/or launcher. This is a nice workaround you have found there, @Iomega0318 However, when I take the latest OSI client (7.0.98.1), start it with UO Razor and setup an empty ServUO...
  9. Regnak

    Blessed Items staying put in backpack on death

    That’s client side .. nothing to do about it, I fear. try the enhanced client ?
  10. Regnak

    Blessed Items staying put in backpack on death

    Hi ! Common workaround for this issue, in your BaseCreature.cs : // ARTEGORDONMOD - start // allow equipped blessed items to drop into corpses public override DeathMoveResult GetParentMoveResultFor(Item item) { if (item.LootType ==...
  11. Regnak

    ServUO and SmoothMultis (Publish 54) by nibbio

    I think it's on your side though. I've just tried with a fresh copy of latest ServUO repository. The boats were moving smoothly. Did you change anything to the copy you took on GitHub ? Try to download a recent copy (latest .. maybe something was changed after Pbulish 57 ?) from GitHub and give...
  12. Regnak

    ServUO and SmoothMultis (Publish 54) by nibbio

    Hmmm .. that’s weird. Just for double checking, what client are you running ? What era is your ServUO set to ?
  13. Regnak

    ServUO and SmoothMultis (Publish 54) by nibbio

    Then we may have a bug to report ! I could bet ServUO Publish 57 has Smooth Movement packets. Can you check your code at : script: https://github.com/ServUO/ServUO/blob/master/Scripts/Multis/Boats/BaseBoat.cs. line : 2945. looking for class: 'public sealed class MoveBoatHS : Packet'.
  14. Regnak

    ServUO and SmoothMultis (Publish 54) by nibbio

    Sorry for the bad quality. Had to fit the 8mb limit on these forums. lol What do you mean about not having a difference between the teleport from tile to tile style, and the smooth movement ? Here, I double clicked the wheel and I could use the boat as it was a mount (it's actually a virtual...
  15. Regnak

    ServUO and SmoothMultis (Publish 54) by nibbio

    Haha ! Such a necro ;) yeah, I can confirm it’s been years smooth movement is part of ServUO. They did an awesome job finishing this Haven’t you ever seen what it was without the smooth movement packets ? You should try to grab a copy of an old RunUO (or ServUO from 2014 would work also I...
  16. Regnak

    Client: 127.0.0.1: Unhandled packet 0xD7

    Thanks ! Really appreciated
  17. Regnak

    Client: 127.0.0.1: Unhandled packet 0xD7

    Hello ! Am I the only one have that error with the paket 0xD7 ? "Client: 127.0.0.1: Unhandled packet 0xD7" We run with Publish 57 core ... I get thousands of lines in packets.log Like ..hundreds of thousands of lines per day. :( This is linked to the Public House Content packet imho ... but...
  18. Regnak

    XML Spawners ... not able to use the 20 pages of the gump book anymore

    @Visam Thanks a lot !! Your fix works perfectly ! Indeed, the books have 10 lines ... not sure why it was set to 8 before ... have the books become 2 lines longer in newer Clients ? Anyways, thanks a lot !
  19. Regnak

    XML Spawners ... not able to use the 20 pages of the gump book anymore

    Hello, Has anyone encountered the issue mentioned in title ? My staff and I are trying to create looooooong XML Spawners, like filling the 20 pages of a book for en entry. BUT ... when you close the book, the code is eaten by a vortex and disappears. Darn, it, it's not convenient to...
  20. Regnak

    Universal Storage Keys

    Indeed ! Great work on these ! thanks ! I will compare with my version (which works with current ServUO too) and see if I can pull anything new to your repo. big thx for sharing this :)
Back