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

Running Fatigue 1.0

No permission to download
Introduction

Something I like in some games is that you can't run all day long, even if you are an athlete. That's why the mounts are so important.

With this script your players get tired regardless of their level of Focus.



Installation

Just drop it somewhere in your Scripts folder.

Some Notes
As it can unbalance the UO Combat, it's recommended only for RP shards.

The system only affect players. No staff members will be affected.

Mounts are not affected by this system. They can still run all they long. So do the players, while mounted.

If you want to get rid of the message "You are too fatigued to move" when you reach 0 stamina, you can edit WeightOverloading.cs - Just comment/remove this part:
C#:
if ( from.Stam == 0 )
{
    from.SendLocalizedMessage( 500110 ); // You are too fatigued to move.
    e.Blocked = true;
    return;
}
  • Like
Reactions: llh9366 and almeida
Author
Felladrin
Downloads
61
Views
402
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from Felladrin

Latest reviews

Works great!
Top