- Requirements
- This version requires ServeUO
The Home Stone allows players to set a home location in any inn, or in a house they own.
By default, the stone can be used every 15 minutes, but this can be adjusted.
When the Home Stone is first added, it is without an owner. One first use, the Home Stone becomes bound to the player using it. Once bound, it can only be used by that player. Players are unable to use multiple Home Stones.
By default, the stone can be used every 15 minutes, but this can be adjusted.
Code:
private static readonly TimeSpan delay = TimeSpan.FromMinutes( 15.0 );
private static readonly TimeSpan totalDelay = TimeSpan.FromMinutes( 15.0 );
When the Home Stone is first added, it is without an owner. One first use, the Home Stone becomes bound to the player using it. Once bound, it can only be used by that player. Players are unable to use multiple Home Stones.