Hello,
I'm needing help with setting up explosion potions to have a 5-second delay BUT also able to cancel the pot mid-way through the timer and bring it back up.
(Line 142)
Timer.DelayCall(TimeSpan.FromMilliseconds(5000), () => from.EndAction(this.GetType())); // Default (500)
I've changed...
AutoRestart Replacement
Automatically restart your shard using a custom Schedule.
Installation:
Replace Scripts/Misc/AutoRestart.cs
Usage:
Use the [Schedules command to configure the AutoRestart Schedule.
Notes:
The Schedule settings will be persisted using ServUO's Persistence feature.
If...