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.
Screenshots
Exchanging kudos at the customizable vendor
By default, players receive their kudos on their bankbox
Exchange price suggestion
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
Exchanging kudos at the customizable vendor
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