Bug with Horse SaddleNot An Issue

There is no Double Horse Saddle in the plugin. It is impossible to take a horse with a simple saddle, the dialogue with the horse does not work. I added a Double Horse Saddle manually, everything works fine with this saddle, but I can't take a horse with a simple saddle.

This pluging does nothing with or to horses in the game.

buMBXA6BPKEP0nw.jpg FastBurst

This pluging does nothing with or to horses in the game.

Does. If you remove this plugin and restart the server, then everything starts working fine. After starting the plugin, the simple saddle does not work again.

I have notived the same problem too, And the new double sadel is not possibel to buy with plugin active, It looks like the plugin is make ranch sell the old saddle (horse saddle) the new one is called Single Horse saddle

buMBXA6BPKEP0nw.jpg FastBurst

This pluging does nothing with or to horses in the game.

This is 100% incorrect. This plugin by default causes the stables/barn to sell the wrong type of saddle now that players cannot use.

This plugin is currently broken and should be marked not available for download until it is fixed.

The problem is that when you previously loaded the plugin, it detected the old saddle item (horse.saddle) and saved it to the plugin's data file, to allow you to edit the vending machine. After this month's Rust update, the old saddle item no longer works, as it has been superseded by horse.saddle.single and horse.saddle.double. However, the old saddle item is still in the data file on your server from before, as the plugin does not overwrite it once written. Users of this plugin can resolve the issue by replacing the old saddle item with one or both of the new items in the data file.

The developer could alleviate this issue for users by releasing and update that does this replacement automatically, but that is not necessary for users to resolve this issue for themselves.

{
"_comment": "Sell Single Horse Saddle x 1 for Scrap x 75",
"sellId": 1559915778,
"sellAmount": 75,
"sellAsBP": false,
"currencyId": -932201673,
"currencyAmount": 1,
"currencyAsBP": false,
"weight": 100,
"refillAmount": 100000,
"refillDelay": 0.0
},
{
"_comment": "Sell Double Horse Saddle x 1 for Scrap x 75",
"sellId": -1323101799,
"sellAmount": 90,
"sellAsBP": false,
"currencyId": -932201673,
"currencyAmount": 1,
"currencyAsBP": false,
"weight": 100,
"refillAmount": 100000,
"refillDelay": 0.0
},

Will this fix it? I keep getting "IndexOutOfRangeException: Index was outside the bounds of the array." error spamming in console when I add it to the data file. Do I need to restart the server to fix this?

NKXTQs24ExGTuL8.jpg WhiteThunder

The problem is that when you previously loaded the plugin, it detected the old saddle item (horse.saddle) and saved it to the plugin's data file, to allow you to edit the vending machine. After this month's Rust update, the old saddle item no longer works, as it has been superseded by horse.saddle.single and horse.saddle.double. However, the old saddle item is still in the data file on your server from before, as the plugin does not overwrite it once written. Users of this plugin can resolve the issue by replacing the old saddle item with one or both of the new items in the data file.

The developer could alleviate this issue for users by releasing and update that does this replacement automatically, but that is not necessary for users to resolve this issue for themselves.

Thanks mate tis was 100% my issue as well 

 

JCtQNGoVJQx3dEE.png Seezure

{
"_comment": "Sell Single Horse Saddle x 1 for Scrap x 75",
"sellId": 1559915778,
"sellAmount": 75,
"sellAsBP": false,
"currencyId": -932201673,
"currencyAmount": 1,
"currencyAsBP": false,
"weight": 100,
"refillAmount": 100000,
"refillDelay": 0.0
},
{
"_comment": "Sell Double Horse Saddle x 1 for Scrap x 75",
"sellId": -1323101799,
"sellAmount": 90,
"sellAsBP": false,
"currencyId": -932201673,
"currencyAmount": 1,
"currencyAsBP": false,
"weight": 100,
"refillAmount": 100000,
"refillDelay": 0.0
},

Will this fix it? I keep getting "IndexOutOfRangeException: Index was outside the bounds of the array." error spamming in console when I add it to the data file. Do I need to restart the server to fix this?

Yes this fixed it for us and the out of range exception error seems to go away after the server restarts.

Locked automatically