Kudos

Kudos 1.4.0

No permission to download
Kudos - Exchangeable Game Time Reward

This is an automatic system that gives an item (Kudos) for all players online every minute (this time is configurable). They can exchange their Kudos for rewards using some other scripts from the RunUO community, like the Complete Customizable Vendor (ServUO compatible versions: The Completely Customizable Vendor - .NET 4.0 and Cleaned Up or Complete Customizable Vendor For Newer Clients).

Installation

Just drop this script somewhere in your Scripts folder.

Configuration

You can configure this system at the top of the script.
Code:
bool Enabled = true;                              // Is the kudos auto distribution enabled?
int MinutesOnline = 1;                            // Every X minutes we give kudos to all players online.
bool DropOnBank = true;                           // Should we place the kudos on character's bankbox (true) or backpack (false)?
AccessLevel MaxAccessLevel = AccessLevel.Player;  // Any character with this access and below receives kudos.

Screenshots

687474703a2f2f692e696d6775722e636f6d2f376b32796254762e706e67.png

Exchanging kudos at the customizable vendor

687474703a2f2f692e696d6775722e636f6d2f4c386f345953332e706e67.png

By default, players receive their kudos on their bankbox

Exchange price suggestion
  • Tiny Items: From 10 to 1k kudos
  • Small Items: From 1K to 2K kudos
  • Medium Items: From 2K to 3K kudos
  • Big Items: From 3K to 4K kudos
  • Huge Items: From 4K to 5K kudos
  • Like
Reactions: Izex
Author
Felladrin
Downloads
140
Views
1,904
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Felladrin

Back