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!

"Stolen Time" Item Edit

sirens song

Wanderer
"Stolen Time" Item Edit

Another simple edit that I figured has not been addressed before.

Editing the "Stolen Item" time length

Are your players tired of trying to trade an item only to get the
"You cannot trade recently stolen items" message ???


To get rid of that message forever open Stealing.cs
Find this line..
Code:
public static readonly TimeSpan StealTime = TimeSpan.FromMinutes( 2.0 );
Change the 2.0 to 0.0

Its that simple.

If you want the time More than 2 minutes just increase the 2.0
note 2 minutes is the default OSI style time it takes for an item
to not be "recently stolen"

-Jamie Nguyen
 
Top