Ark: Survival Evolved - ArkShop

[Official] Ark: Survival Evolved - ArkShop 3.02

No permission to download

Welcome!

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

SignUp Now!
This is used for the official forum announcements from the staff team.
There are multiple json errors on your file, specifically syntax format errors, also you have bunch of spaces in your file and stuff like } and { one after another, which gives more errors, also you have spaces after a code ends for example
  1. {
  2. "Mysql":{ < here

i would start from scratch and go piece by piece on the code to make the shop and try to work slowly in it, its time consuming so doing it in a hurry wont help

Check https://jsonformatter.curiousconcept.com/ , it can help you find some errors
 
oh okay thanks so the prolbem is formatting the json file, i will try with the default config then i will do it like you said. thanks a lot.

is this site automatically fixes the errors?
 
oh okay thanks so the prolbem is formatting the json file, i will try with the default config then i will do it like you said. thanks a lot.

is this site automatically fixes the errors?
i dont recommend trying the fix on the website
 
so if someone doesnt know how to edit this type of file, its just a bummer.

i wish things can be easier tho
 
Complete with all the items or what youre looking for exactly?
I created a seperate thread for it on the general support. I would love to have a script includes boss mats (argy talon etc.) not the trophies, also kibbles and element, dinos etc.

It would be a mixd one if i try to tell anything i want. So a better solution could be editing a complete config with allows players selling stuff for points. (Stones, meat, metal can be sold.)
 
I created a seperate thread for it on the general support. I would love to have a script includes boss mats (argy talon etc.) not the trophies, also kibbles and element, dinos etc.

It would be a mixd one if i try to tell anything i want. So a better solution could be editing a complete config with allows players selling stuff for points. (Stones, meat, metal can be sold.)
First things first, the sell options to the store is near the bottom of the script, you will have to manually add the code yourself, along with the blueprint price, description and so on, its very time consuming for anyone to do it just like that, specially since you will have to chose the price, the amount, the description,

The code below is for the sell items, in this particular example, is 1000 element dust for the price of 1010 points, for every new item you want people to sell in your shop you will have to add new chunk of code after the

lementDust'"
},
{
"elementdust":{
"Type":"item",
"Description":"description here",
"Price":x price here,
"Amount":x Number here,
"Blueprint":"blueprint path here"
},
{ and so on

Code:
    },
    "SellItems":{
    "elementdust":{
      "Type":"item",
      "Description":"1000 x Element Dust",
      "Price":1010,
      "Amount":1000,
      "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Resources/PrimalItemResource_ElementDust.PrimalItemResource_ElementDust'"
    }
   },
 
can anyone tell me that why im getting wrond id when i try to buy something from the shop? also /shop page command does nothing. shows no list around.

i can buy kits to /buykit Starter 1 command is working perfectly. im pasting my config to the bin.

https://pastebin.com/FrV4fW0d
 
First things first, the sell options to the store is near the bottom of the script, you will have to manually add the code yourself, along with the blueprint price, description and so on, its very time consuming for anyone to do it just like that, specially since you will have to chose the price, the amount, the description,

The code below is for the sell items, in this particular example, is 1000 element dust for the price of 1010 points, for every new item you want people to sell in your shop you will have to add new chunk of code after the

lementDust'"
},
{
"elementdust":{
"Type":"item",
"Description":"description here",
"Price":x price here,
"Amount":x Number here,
"Blueprint":"blueprint path here"
},
{ and so on

Code:
    },
    "SellItems":{
    "elementdust":{
      "Type":"item",
      "Description":"1000 x Element Dust",
      "Price":1010,
      "Amount":1000,
      "Blueprint":"Blueprint'/Game/Extinction/CoreBlueprints/Resources/PrimalItemResource_ElementDust.PrimalItemResource_ElementDust'"
    }
   },

thanks for the help man you are awesome. i figured out how to do it but it's really time consuming to add everything so i will use tc reward vault mod instead.

BUT i want people to vote and get points so they can buy bars from the shop for tc rewards so i have a problem which i posted one message above before seeing your answer.

https://pastebin.com/FrV4fW0d

here is my config, can you tell me why it says wrong id whenever i try to buy a dino from the shop? i cant even buy the metal ingots, i can buy kits tho. buykit command working perfectly.

for example i added tek giga to the shop for trying. its id is tekgiga and /buy tekgiga 1 says wrong id.
 
Is there a way to get the Point´s wich gained by playtime with rcon not with admin command? If i put on the admin command loggin on chat it will spam the chat with everybody´s point´s.
 
Saludos cordiales señor
En primer lugar, quiero decirles que su trabajo es maravilloso y estoy agradecido por su generosa contribución a la comunidad.
Mi pregunta es si podría generar un dinosaurio domesticado con una montura en la tienda porque traté de agregar un plano de dinosaurios y monturas, pero el complemento comienza con errores ... si pudiera darme un consejo para agregar un dinosaurio con su montar en 1 sola compra

Desde ya muchas gracias
 
Saludos cordiales señor
En primer lugar, quiero decirles que su trabajo es maravilloso y estoy agradecido por su generosa contribución a la comunidad.
Mi pregunta es si podría generar un dinosaurio domesticado con una montura en la tienda porque traté de agregar un plano de dinosaurios y monturas, pero el complemento comienza con errores ... si pudiera darme un consejo para agregar un dinosaurio con su montar en 1 sola compra

Desde ya muchas gracias
i had to use google translator for this, try to use english...
In the shop you can either buy items or dinos but not both at the sametime in the shop, if you want items and dinos you need to use the kits part in the code
 
Last edited:
Back
Top