RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Resource icon

Kudos - Exchangeable Game Time Reward 1.3

No permission to download
Introduction

This is an automatic system that gives an item (Kudos) for all players online every minute, by default. They can exchange their Kudos for rewards using some other scripts from the RunUO community, like the Complete Customizable Vendor.

Installation

Just drop this script somewhere in your Scripts folder.

Configuration

You can configure this system at the top of the script.

C#:
public static class Config
{
    public static int MinutesOnline = 1;                            // Every X minutes we give kudos to all players online.
    public static bool DropOnBank = true;                          // Should we place the kudos on character's bankbox (true) or backpack (false)?
    public static AccessLevel MaxAccessLevel = AccessLevel.Player;  // Any character with this access and below receives kudos.
}

Screenshots

Exchanging kudos at the customizable vendor:



By default, players receive their kudos on their bankbox:



Exchange price suggestion

Tiny Items: From 500 to 2k kudos
Small Items: From 2K to 4K kudos
Medium Items: From 4K to 6K kudos
Big Items: From 6K to 8K kudos
Huge Items: From 8K to 10K kudos
  • Like
Reactions: dagriz011679
Author
Felladrin
Downloads
87
Views
487
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from Felladrin

Latest reviews

Muito util, uma pena que não consegui fazer o Vendor funcionar, obrigado por compartilhar...
Top