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.
You just misunderstood how it works.
"Kits": {
"iniciante": {
"DefaultAmount": 2, //Limits Quantity of purchase
"Price": 30,// Amount of point to be taken from player upon buy, isn't it?
"Description": "Kit iniciante (Trike com sela)",//Description in /kit
"Items": [
{
"Amount": 1,//Quantity of the items to give
"Quality": 0,//Quality of the items to give
"ForceBlueprint": false,//If is or isn't a BP.
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_TrikeSaddle.PrimalItemArmor_TrikeSaddle'" //BP path.
}
],
"Dinos": [
{
"Level": 60,
"Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Trike/Trike_Character_BP.Trike_Character_BP'"
}
]
},
In Price isn't it supoosed to charge the player for the kit? or it would be free?

EDIT:
"Price":90, // Allows players to buy additional kits. If you remove price, players won't be able to buy it.

This means the first kit is for free and the other will charge the player?
 
In Price isn't it supoosed to charge the player for the kit? or it would be free?

EDIT:

This means the first kit is for free and the other will charge the player?
/buykit command should be used to buy a kit (and it won't be free). 'DefaultAmount' is amount of free kits that every player has. So, if player has 1 kit and buys one more using a /buykit command, he would have 2 kits that he can redeem at any time using /kit Name command.
 
Is there a console command to reset kits for certain players only by name or steam ID? Instead of resetting all kits?
 
hi,now it support chinese or other language?View attachment 325I want to modify the language from json, can only modify part. Some Chinese have found a way to modify the DLL file?
 
AddPoints <SteamID> <Amount>
ChangePoints <SteamID> <Amount>


Both use the same, why have two commands. :rolleyes:
 
Not sure if im allow to post link but for shop blueprints this site is handy. arkids.net
 
Not quite sure about this but how does the premium work? I read somewhere in here that it has something to do with Permissions plugin but not sure how it goes on from there.
 
Not quite sure about this but how does the premium work? I read somewhere in here that it has something to do with Permissions plugin but not sure how it goes on from there.
I'm waiting for the developer, I will get the exact answer.
 
second command allows you to change someones amount of points i guess.
That's correct.
The AddPoints command is an increase command while the ChangePoints command is a change value command. Hope that explains it :)

//Foppa
 
That's correct.
The AddPoints command is an increase command while the ChangePoints command is a change value command. Hope that explains it :)

//Foppa
ChangePoints is an addpoint command. What's the difference ?
 
Last edited:
ChangePoints changes the users points balnce to what ever you set.
Addpoints adds X amount of points on top of their current points balance
 
Back
Top