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

Auto Ignite Lights 1.0

No permission to download
Auto Ignite Lights

Automatically ignites all game lights when night comes, and douse them at the morning.

Note: Lights on player's hand or backpack are not affected. Neither the lights stored on containers.

Installation

Just drop this scipt somewhere on your Scripts folder.

Configuration

You can change some settings on the top of the script.

C#:
public static bool Enabled = true; // Is this system enabled?
public static int IgniteHour = 18; // At what hour should we ignite the lights?
public static int DouseHour = 7; // At what hour should we douse the lights?
public static int CheckInterval = 5; // How often, in minutes, should we check the lights?
Author
Felladrin
Downloads
58
Views
492
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Felladrin

Top