Recent content by UO-Orion

  1. UO-Orion

    Unsecured Housing Item Alert

    UO-Orion submitted a new resource: Unsecured Housing Item Alert - Overhead alert when exiting a house if there are unsecured items/containers inside Read more about this resource...
  2. UO-Orion

    Unsecured Housing Item Alert

    This is a basic addition to the HouseRegion.cs file to enable an alert for users as they exit a house where they are a Friend or higher IF any items are found that are not locked down or secured! It will give the count as Containers and Items (see screenshot) because Containers are treated as 1...
  3. UO-Orion

    Treasures of Fey Wrath (Spring 2022)

    Sorry for the long delay! Between running InsaneUO and real-life work, it's been quite busy! So I went ahead and just published them as-is for now: https://www.servuo.com/archive/treasures-of-events.2519/ I was struggling to make them all ServUO core-compliant as an easy drop-in without...
  4. UO-Orion

    Treasures of Events

    UO-Orion submitted a new resource: Treasures of Events - Loosely packaged up Treasures of [NAME] events Read more about this resource... Placeholder for primary instructions.... There's one additional file that is needed as well!
  5. UO-Orion

    Treasures of Events 0.9

    I promised to release these Treasures of [NAME] events awhile ago but haven't had time to make them 100% compliant with ServUO core. I wanted to still release them in their current form and I'll slowly update them accordingly. Event details can be found on uo-cah.com: - Tears of the Ice Dragon...
  6. UO-Orion

    Client 7.0.104.13 broke my Server.

    What's the "best" way to rollback?
  7. UO-Orion

    Treasures of Fey Wrath (Spring 2022)

    Just a quick poll...Are most people on pub57 or the p58-wip branch of ServUO? I will eventually do both since there are some differences between them, but I can prioritize one over the other based on feedback here!
  8. UO-Orion

    Treasures of Fey Wrath (Spring 2022)

    I will be publishing all of them. As I did each of them, I figured out "better" ways to do certain parts, so I need to go back and change the earlier ones to standardize across all of them before I release them. I also want to make sure they work with the base ServUO version without some of my...
  9. UO-Orion

    Treasures of Fey Wrath (Spring 2022)

    I do! I just finished them up in the last day or two actually. I've been writing up all the Treasures of ... events and will eventually publish them here on ServUO or submit them to the SUO github repo.
  10. UO-Orion

    AWS S3 Backup Script

    Figured I'd share a little something I whipped up to push backups to Amazon's S3 storage service: # Set your AWS credentials (replace 'YOUR_ACCESS_KEY_ID' and 'YOUR_SECRET_ACCESS_KEY' with your actual credentials) $awsAccessKeyId = 'YOUR_ACCESS_KEY_ID' $awsSecretAccessKey =...
  11. UO-Orion

    Looking for a cheep host

    1. How many players are you trying to handle? 2. What do you consider "cheap"?
  12. UO-Orion

    What is everyone Hosting ServUO on?

    Just upgraded to a new server for 100+ players Old Server (Hostwinds): CPU: 4 vCPU of a Xeon E5-2670 v2 RAM: 8GB DDR3 Storage: 150GB SSD Network: 1Gbps (8TB bandwidth) OS: Windows Server 2019 Standard Cost: ~$55/mo in Dallas, TX New Server (hostEONS): CPU: 8 vCPU of a Ryzen 7950X RAM: 32GB...
  13. UO-Orion

    Peerless Boss Travesty

    On line 242, you have: AddItem(Loot.Construct(item.GetType())); You may need to replace that with: AddItem(new ClonedItem(item)); It looks like your DeleteItems() function is only looking for ClonedItems to delete and I don't think your Loot.Construct(...) call is setting them as a...
  14. UO-Orion

    Organized Runebooks and Runic Atlases

    Sorry! I was using a VitaNex Swap<T> function without paying attention! I'll post up replacement snippets for those lines in a new version! else if (buttonID >= 800) //Moving rune down { int curIndex = buttonID % 800; int newIndex =...
  15. UO-Orion

    Organized Runebooks and Runic Atlases

    UOMaddog submitted a new resource: Organized Runebooks and Runic Atlases - Can now re-organize runes with your runebook or runic atlas Read more about this resource...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back