Search results

  1. dmurphy

    Achievement System

    There is no need to use an item to serialise data now. You can use the persitance system that was added about a year ago. Have a look here for an example: https://github.com/ServUO/ServUO/blob/master/Scripts/Services/Help/HelpPersistence.cs Looking great so far :)
  2. dmurphy

    Achievement System

    Added an event at successful crafting. There is not need to pass in a lot of that info to the event since it can be gotten from the item already such as a the makers mark. In order to get the name of an item that does not implicitly have one assigned to it (Most are set to null) you will need...
  3. dmurphy

    Achievement System

    If you have any suggestions on what events should be added let me know. I have recently added a few. Before save, after save, while gathering and after gathering
  4. dmurphy

    World Save Error

    This can happen if there is an unexpected interruption to the save processes such as the server crashing or ending its process. Unfortunately it is likely that the save is unrecoverable as there would be missing bytes. Best thing to do is use one of the saves in the backup folder.
  5. dmurphy

    Awesome! :)

    Awesome! :)
  6. dmurphy

    Bare ServUO server (without scripts)

    There would not be a detailed changelog from RunUO beta to ServUO current. But the changes would be immense. You would have to try and see honestly as it's been so long since I used those versions I cannot remember exactly what is different. (It's a lot though!) I do remember horde minions would...
  7. dmurphy

    Bare ServUO server (without scripts)

    There isn't any real effort, you are right. Our mission is to emulate the newest eras of OSI (building towards it). Once that is done We can see about older eras. It is definitely a better idea right now to use runuo if you want to build an older era shard. There are definitely a lot of era...
  8. dmurphy

    Pushed honesty virtue - need feedback

    The maximum discount is 30pc, this is the same as OSI. I have to assume that they have thought this out, if not then we can come up with something. It will require some investigation. If you see this behavior let me know. The lost and found boxes are not automatically generated right now. You...
  9. dmurphy

    Automated Server Staff Revamped [Deleted]

    Cleaned up post. If you want to bicker take it to private messages.
  10. dmurphy

    Pushed honesty virtue - need feedback

    Done. Add to your vendor: public override bool HasHonestyDiscount { get { return false; } }
  11. dmurphy

    Pushed honesty virtue - need feedback

    Yes, good point. I will add an override to enable you to exclude some vendors. WIll be on the repo asap.
  12. dmurphy

    Gump and Calculations

    That might be a better idea, it would stop scenarios such as (double)(int/int) where you would get the division back as a floored double due to the fact that neither of the ints are actually cast as a double, the result is.
  13. dmurphy

    Gump and Calculations

    We have all made those silly mistakes :P double = (double)int/int will do too.
  14. dmurphy

    Gump and Calculations

    I will check out your example when you post it but I have never come across this issue before.
  15. dmurphy

    Pushed honesty virtue - need feedback

    https://github.com/ServUO/ServUO/blob/master/Scripts/Services/Virtues/Honesty.cs#L51 Change the 50's in that line to however many items you want to generate at save. (It will not generate more items if there is already 1k items, you can change this too, I think 1k items is enough though)
  16. dmurphy

    Pushed honesty virtue - need feedback

    Yes, 50 lost items are generated every save up to a cap of 1000. This can be changed in Honesty.cs though. The process to generate the lost items is quite intense though so it might add a few seconds to save time if you generate a lot of items at once. My pc can personally generate the whole 1k...
  17. dmurphy

    Pushed honesty virtue - need feedback

    I just pushed the Honesty virtue to the master branch. I feel that it is feature complete and should work as intended but also require feedback from you guys. Please let me know if you see any odd behavior with it. Especially when the shard saves (The 'lost' items are generated then)
  18. dmurphy

    Server crashing.

    The issue comes when a call from Ultima.dll is made to your client files. Since your UO installation is on your C drive ServUO.exe needs elevated permissions in order to access the files. If you run ServUO.exe in administrator mode you will then have these permissions.
  19. dmurphy

    Server crashing.

    Run ServUO.exe as an administrator.
  20. dmurphy

    Is it okay to enquire who ServUO uses to host their forums?

    I use a few providers based on my requirements. I.e the services server is hosted on an Azure VPS on ubuntu 16.04 due to their insanely fast I/O throughput. The server hosting this website is an OVH vps (the highest tier) on ubuntu 14.04 because it is cheap and cheerful and they offer decent...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back