Resource icon

HomeStone 1.2

No permission to download
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.

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.
Author
Ixtabay
Downloads
128
Views
1,738
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Ixtabay

Latest Updates

  1. Updated to show seconds left if less than 1 minute.

    Updated the Homestone to show seconds left if timer is less than 1 minute.
Back