Search results

  1. 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 =...
  2. 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...
  3. UO-Orion

    Gump Tooltip help

    So I have a "Stabled Pet List gump" (see screenshot below) that I used the AddMobileProperty(pet) method to make a tooltip appear when hovering over the pet image tile button. I've also tried the AddTooltip(...) method which works if I give it a cliloc, but not if I give it a string (even though...
  4. UO-Orion

    Repair Bench with Gold option

    UOMaddog submitted a new resource: Repair Bench with Gold option - Adds an option to repair durability with gold Read more about this resource...
  5. UO-Orion

    Corpse decay change for specific areas

    Is there an easy way to change the corpse decay (make it much shorter) for certain areas of the map, such as a specific region, or a champ spawn, or things like that?
  6. UO-Orion

    Sequential (progressive) spawn reset with XmlSpawner2

    I have a XmlSpawner that has 7 levels. If a player doesn't successfully complete a level (let's say level 4), then after the duration, it removes the creatures. That all appears to be working fine. However, we're having some strange behavior after that. After level 4 (for example) despawns, if...
  7. UO-Orion

    [global command help with accounts

    I'm struggling with the [global interface commands with regards to the syntax for an account. Let's say I wanted to give something to all characters on a specific account. What would be the correct syntax for that command. I've tried things like: [global addtopack gold 10000 where mobile...
  8. UO-Orion

    Adding VIP access level to AdminGump

    I know the VIP access level is not really a thing anymore, which is exactly why I want to use it as a "reward" for certain players in the game so that they can have certain special perks. I can easily go into [props on a character and change the account AccessLevel to VIP, however that only...
  9. UO-Orion

    Commands that copy functionality

    Before I go re-creating the wheel here, I just wanted to quickly ask, is there a way to make the help/stuck option available via command? My thought was to allow players to use [helpstuck (or something similar) to initiate a help/stuck request instead of having to click through all the buttons...
Back