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.
Hi i have a problem with the unlock tekgrams when the players change the map in the cluster the player lost their tekgrams unlocked previously and when he back to the original sever he doesnt have it
 
How do I change the amount of points earned by each different group?
 
Last edited:
****Resolved***

"How do I prevent starters from auto spawning when a player lands in game? I only want it to where they can claim it when they are ready. Folks are burning through starters when they bounce around the cluster."

In the.json file, where it says "DefaultKit", anything there will auto spawn when you load in game (assuming you have kits left). Just delete the names of the kits you want to keep from autospawning.

"DefaultKit": ""
 
Last edited:
How do I change the amount of points earned by each different group?
in this json, u can set ur points...
},
"General":{
"TimedPointsReward":{
"Enabled":true,
"Interval":0,
"Groups":{
"Default":{
"Amount":0
},
"Premiums":{
"Amount":0
}
 
It is impossible to make it work command:unlockengram in the shop it conflicts with the command: "" 's own quotes("") already.


"unlockengram "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_TekReplicator.PrimalItemStructure_TekReplicator'""
 
I can't get the /shopsell to work for some reason. I recently added that piece to the .json and everything else works fine (buying dinos or items). Please look at the text file I attached and let me know what you think.
It looks fine. In game, if you type in /sell ingots 1 it should work if you have 10000 ingots in your inventory.
 
How do i stop kits from auto spawning on player spawn,?
as i would like them to be called in when needed.
in the .jaon file, under General, there is a section for "DefaultKit:". Delete the groups. Should look like

"DefaultKit": ""
 
Hello, I have a server hosted with ping perfect, the mysql port used is 3406, how do I change the default port for the plugin?
 
on the bottom of the config u have the text formats of the plugin, you can delete the lines you dont want. For the points u can set it to 0 for all ranks... pretty simple.
So got that to work, HOW do i get rid of the Stone Axe/Pick, that seems to be coming from the Game its self, but cant find nothing in the ini files ?
 
It is impossible to make it work command:unlockengram in the shop it conflicts with the command: "" 's own quotes("") already.


"
unlockengram "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_TekReplicator.PrimalItemStructure_TekReplicator'""
 
It is impossible to make it work command:unlockengram in the shop it conflicts with the command: "" 's own quotes("") already.


"
unlockengram "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_TekReplicator.PrimalItemStructure_TekReplicator'""

This works fine, check your command line.

"tekengram":{
"Type":"unlockengram",
"Description":"Engram Tek Replicator",
"Price":20,
"Items":[
{
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_TekReplicator.PrimalItemStructure_TekReplicator'"
}
]
},
 
This works fine, check your command line.

"tekengram":{
"Type":"unlockengram",
"Description":"Engram Tek Replicator",
"Price":20,
"Items":[
{
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Misc/PrimalItemStructure_TekReplicator.PrimalItemStructure_TekReplicator'"
}
]
},
thank you! I completely missed out that part.
 
Currently broken does not get the right players steam ids and in the db it only shows 1 record and no commands work because the api cannot get the steam ids as its not getting and recording them to the database correctly any help please or is there a hotfix

-2305843009213693952 for the steam id

View attachment 3487
 
Hi, I want to add premium how I do, thank you


"General": {
"TimedPointsReward": {
"Enabled": true,
"Interval": 10,
"Groups": {
"Default": {
"Amount": 2
},
"Premiums": {
"Amount": 4
 
Code:
         "Groups":{
            "Admin":{
               "Amount":100
            },
            "Default":{
               "Amount":50
            }
         }
      },
 
Currently broken does not get the right players steam ids and in the db it only shows 1 record and no commands work because the api cannot get the steam ids as its not getting and recording them to the database correctly any help please or is there a hotfix

-2305843009213693952 for the steam id

View attachment 3487
My server cluster is currently broken too when I've been running the cluster w/o issues for years. Now it seems the whole server population is sharing points from one account. Its the account that is chosen for the Bounty from the Bounty Hunter plugin. When I was the bounty I would see point rewards for killing troodons when I was in my base crafting. Then I found out that a different player was in the redwoods killing stuff and I was getting the rewards. However anyone was able to buy from the store as long as the points were there. We all showed the same point balance when all of us used /points. Any ideas?
 
Back
Top