Not price config.cfg and in gameSolved

Hi, I just have a problem with an item in my shop.


This is the supply signal.

In my config file, here it is:


"Supply Signal": {
"DisplayName": "Supply Signal",
"CraftAsDisplayName": false,
"Shortname": "supply.signal",
"ItemId": 1397052267,
"MakeBlueprint": false,
"AllowSellOfUsedItems": false,
"Condition": 0.0,
"EnableBuy": true,
"EnableSell": true,
"Image": "",
"SellPrice": 15.0,
"BuyPrice": 100.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [],
"SellQuantity": [],
"BuyLimit": 0,
"BuyLimitResetCoolDown": 0,
"SwapLimitToQuantityBuyLimit": false,
"SellLimit": 0,
"SellLimitResetCoolDown": 0,
"SwapLimitToQuantitySoldLimit": false,
"KitName": "",
"Command": [],
"RunCommandAndCustomShopItem": false,
"GeneTypes": [],
"SkinId": 0
},

My problem being that in game, the selling and buying price remains fixed at 1. Unable to get the values ​​I want to customize. What to do ? Thanks for your help.

I do not seem to be experiencing any such problems.

Most likely you have created a duplicate item instead of modifying the one that was already provided inside the config. 

iX6GitKoucbvsLY.png

Hi, problem is solved. Thank you.

Locked automatically