Skip to content

Releases: BryceCanyonCounty/bcc-stables

Release 1.3.2

13 Mar 20:51
9dcf278
Compare
Choose a tag to compare
Add /horseStats menu back again + durability and item configs (#96)

* Add /horseStats menu back again

* Add items and durability options to config

* add durability and config items to code

* version bump

* Update main.lua

* Update main.lua

---------

Co-authored-by: Apollyon <37031311+JusCampin@users.noreply.github.com>

Release 1.3.1

13 Mar 02:28
1f690a3
Compare
Choose a tag to compare
Horse inventory to menu group (#94)

* Horse inventory to menu group

Moved Inventory access to menuGroup easier  to access..

Now can be accesed with key 'B',  you can change in config with whatever you want

* version bump

---------

Co-authored-by: Apollyon <37031311+JusCampin@users.noreply.github.com>

Release 1.3.0

10 Mar 08:57
44ab748
Compare
Choose a tag to compare
General update (#93)

* update languages

* license

- removed file extension

* Delete dataview.lua

* Update README.md

- updated dependencies

* Create version

* Update package.json

- version bump

* Create versioncheck.lua

- add version check

* Update fxmanifest.lua

- version bump
- add new files

* Delete server.lua

* Create main.lua

- file name change

* Delete horse_comp.lua

* Delete config.lua

* break out config files

* Delete client.lua

* Create main.lua

- rework taming system
- housekeeping

Release 1.2.4

27 Feb 00:20
38b8018
Compare
Choose a tag to compare

Commits

Release 1.2.3

15 Feb 01:12
df92d89
Compare
Choose a tag to compare
Only trainers buy horses from stable config option (#90)

* Update package.json

- version bump

* Update README.md

* Update fxmanifest.lua

- version bump

* update languages

* Update config.lua

- add config option: trainerBuy to each stable

* Update client.lua

- add optional check for trainer job when purchasing a horse from a stable

Release 1.2.2

20 Jan 02:36
fb592b9
Compare
Choose a tag to compare
Trainer blip option and update job check (#88)

* update version

- version bump

* Update config.lua

- add sell point blip options

* Update server.lua

- change to new core api
- update job check

* Update client.lua

- change to new core api
- add function to check if trainer on character select
- update sell point blip function with new config settings

Release 1.2.1

02 Jan 10:59
199aa39
Compare
Choose a tag to compare

Commits

Release 1.2.0

23 Nov 10:19
62621b6
Compare
Choose a tag to compare
Add horse trading and drink rest sleep wallow menu items (#84)

* update version

- version bump

* update languages

* Update server.lua

- add horse trade function
- remove deregister inventory

* Update config.lua

- add new target menu keys
- add command names for translation/change name
- add health and stamina settings for drinking
- changed default job and grade for trainer
- add cooldown setting for drinking

* Update client.lua

- add functions for horse trading
- add functions for horse target menu
- add drink to xp save function
- housekeeping

* Update README.md

Release 1.1.9

12 Nov 23:30
38fac36
Compare
Choose a tag to compare
Training and inventory update (#83)

* update languages

* update version

* Update README.md

- add horse training info

* Update server.lua

- update register inventory function for individual slot limits per horse model
- config for allow weapons and shared inventory

* Update config.lua

- add option to search saddlebags when opening inventory
- add cooldown config for selling tamed horses
- moved inventory slot limit to each horse model
-housekeeping

* Update client.lua

- add option to search saddlebags when opening inventory when equipped
- add cooldown for tamed horse selling
- updated sell point prompts to grey out during cooldown and hide when sell or keep are disabled
- added player dismount to sell tamed and return horse at stable
- housekeeping

Release 1.1.8

11 Nov 17:40
13b33d8
Compare
Choose a tag to compare
Taming updates (#82)

* update version

* update languages

* Update config.lua

- add devmode
- add key options for taming prompts
- add separate max horses option for trainers

* Update server.lua

- added separate max horses check for trainers
- updated tamed horse saving
- housekeeping

* Update client.lua

- added trainer job check for buy horse process
- updates and bug fixes for taming
- updated return horse function
- added blip for tamed horse sell point
- housekeeping