Solved

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Can someone please help? we cant get /shop to display items in shop and when you purchase a kit with /buykit name amount it allows you to buy but when you try to use the kit it doesnt work but consumes the kit. Can Someone please check the code to see if there is some errors and suggest some edits please this isnt all the code just the dinos and kits
Ofc there are errors. And my suggestion? Paste the entire config. You say what's posted is only kits and dinos but the config has this:
"Medicalbrew": {
"Type": "item",
"Description": "Medical Brew (100x)",
"Price": 100,
"Items": [{
"Quality": 0,
"ForceBlueprint": false,
"Amount": 100,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_HealSoup.PrimalItemConsumable_HealSoup'"
}]
},

That is not a kit or a dino.
 
I thought, how a Kit looks:

"Starter": {
"DefaultAmount": 2,
"Price": 100,
"Description": "Starter kit",
"Items":


How shop item looks:
"Mindwipetonic": {
"Type": "item",
"Description": "Mindwipe Tonic (10x)",
"Price": 50,
"Items": [{
 
The config first posted was missing "ShopItems":{ distinction and would still say it's valid
I get that, and I'm no developer by any means, but knowing where the error is at in the json is half the battle.

I'm learning as I go and having those tools make my troubleshooting easier. I can, at the very least, have some semblance of a clue as to where to start, versus not having a clue at all.

Instead of randomly posting...my json is messed up please help. I can more accurately pinpoint the issue when asking for help.

It's all about having the details!
 
I get that, and I'm no developer by any means, but knowing where the error is at in the json is half the battle.

I'm learning as I go and having those tools make my troubleshooting easier. I can, at the very least, have some semblance of a clue as to where to start, versus not having a clue at all.

Instead of randomly posting...my json is messed up please help. I can more accurately pinpoint the issue when asking for help.
I'm learning the same way... The visual editor is helpful because you can see what's attached here, but someone would have to know this is not right because the editor doesn't. And then they could start figuring out how to fix it
View attachment 2065
 
Back
Top