# SS-Stable V4.4

## Update Summary

This is an important update for SS-Stable. It fixes several known issues and improves synchronization, market behavior, stamina control, translations, equipment handling, and documentation.

Please read the changelog carefully before updating. If anything is unclear, ask for support before applying the update on a live server.

***

## Fixes & Improvements

* Reworked the horse synchronization system. The previous `-1` sync method, which synced to all players, could cause major server overflow when calling or sending horses. It has been replaced with a new optimized sync system designed to prevent overflow.
* Fixed wagon repair so it correctly restores the entire wagon, including missing wheels.
* Fixed an issue where owned horse prices changed every time players scrolled through their owned horses.
* Optimized market refresh behavior. The market no longer auto-refreshes and now updates only when a player searches for horses near the market area, reducing unnecessary Client > Server and Server > Client data flow.

***

## Added

* Added a new stamina experience control system. Horse stamina depletion and regeneration can now be adjusted with custom multipliers based on XP levels: under 1000 XP, over 1000 XP, over 2000 XP, over 3000 XP, and 4000 XP.
* Added 28 new custom horse coats, bringing the total number of custom coats to 54.
* Added full SS-Stable documentation.

***

## Changes

* Moved all translation strings out of `config.lua` into `translate/translate.lua`, making the configuration cleaner, smaller, and more modular.
* Updated extra equipment support. A horse can now use up to 3 extra equipment items at the same time, such as extra stash, flaming horseshoes, and torch.

***

## Documentation

Full documentation for SS-Stable is available here:

```
https://docs.sirecstudio.com/ss-stable
```

If anything is missing or unclear, please report it so the documentation can be improved.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sirecstudio.com/ss-stable/change-logs/ss-stable-v4.4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
