do chores to get the environment up.
buy animals and herd 3 times.
sell at the sell barn.
employee system.
professional discord webhooks.
support info in readme
- Uses VORP framework.
- Uses `ranchtoken` from inventory to place a movable `p_outhouse02x` ranch prop before saving the ranch.
- The saved ranch keeps a nearby local outhouse prop visible after placement.
- Enforces 1 ranch connection per character: owner OR manager OR employee.
- Ranch starts at 0% environment.
- Forces setup before the real ranch menu opens.
- Owner/manager can set and later edit chore, milk, egg and herd locations.
- Milk uses one shared milk location, and eggs use one shared egg location.
- Herd trail is set through one guided `Set Herd Trail` option.
- Herd trail requires exactly 5 checkpoints and at least 25m total length.
- Herd checkpoint colours: start green, middle white, finish green.
- Monthly manual tax, paid from ledger before the due window.
- Default tax failure lists the ranch for sale at $50,000.
- Chores validate cooldowns before sending the player to a marker or animation.
- Chores add 10% environment with personal 1 hour cooldown.
- Environment decays with time and usage.
- Cow/chickens remain visible for 6 seconds after collection before cleanup.
- Ledger has money deposit/withdraw plus egg/milk stock withdraw.
- Buy animals: chickens, sheep, pigs, cows.
- One active animal batch per ranch.
- Herding has ranch-wide cooldown.
- During herding, animals walk the checkpoint trail and the player must stay close to the herd.
- During selling, animals follow the player to the Sell Barn.
- 1 stray max at a time. The player must run into range of the stray animal to bring it back.
- 1 wolf attack max per herd.
- No PvP animal killing.
- No herding dog yet.
- Sell Barn blips are loaded from `salelocation.lua`.
- Main editable settings are in `settings.lua`.
- Discord webhook can be set by owner in Management and logs ranch activity.
- Admin command `/deleteranch` deletes the nearest ranch within the configured radius. Optional: `/deleteranch 20`.
## Editable files
Use these files for easy editing:
```text
settings.lua -- all main prices, cooldowns, controls, animals, tax, environment, production and herding settings
salelocation.lua -- add/remove/edit Sell Barn locations and Sell Barn blip settings
```