By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!i Gave Michidu my version of the mysql ArkShop so he could update and release it. not quite sure what the status is right now this was 2 weeks ago.Any update on when mysql database support might be enabled for Shop? Or for now, any solutions to sharing it between two servers?
This quite common. When you use a stack mod you need to use the stack mods blueprints. Instead of vanilla blueprints.Hello! Quick problem if you can help if you have time.
Our server recently added the HG Stacking mod. At this time our server is unable to use the shop and stacking mod ass selling metal no longer works. We updated the shop code to reflect the new blueprint path:
"SellItems":{
"metal":{
"Type":"item",
"Description":"100x Metal Ingots",
"Price":3,
"Amount":100,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot_Child'"
},
Yet we still get the error:
You dont have enough items (0/100)
First error at line: 22:My Configuration keeps on saying something about a syntax error. https://gyazo.com/92b33930251c3243f8dec9c85af98664 my configuration is:
https://github.com/Keiron101/My-code/blame/master/README.md
So your problem is that everyone can buy "autoturrets" ?Foppa,
"vip": {
"DefaultAmount": 1,
"Description": "Vip kit for premiums (ptero)",
"Permissions": "Admins,Premiums",
"Dinos": [
{
"Level": 200,
"Neutered": true,
"Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP'"
}
]
},
__________________________________________________________________________________________________________________
But cannot work on below script?
"ShopItems": {
"autoturrets": {
"Type": "item",
"Description": "10 S+ Auto Turrets & 1000 Ammo",
"Permissions": "Admins,Premiums", <<<<<<<<<<<<<<<<<<<<<<<<<<<< HERE!
"Price": 100,
"Items": [
{
"Quality": 0,
"ForceBlueprint": false,
"Amount": 10,
"Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Misc/AutoTurret/PrimalItemStructure_AutoTurret.PrimalItemStructure_AutoTurret'"
},
{
"Quality": 0,
"ForceBlueprint": false,
"Amount": 1000,
"Blueprint": "Blueprint'/Game/Mods/UltraStacks/ammo/PrimalItemAmmo_AdvancedRifleBullet_US.PrimalItemAmmo_AdvancedRifleBullet_US'"
}
]
},
Problem, default play still can buy! Pls advice.
We use essential cookies to make this site work, and optional cookies to enhance your experience.