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.
Necesitas doble barra ya que es json
[/CITA]

Hola y gracias por la información, estoy mirando paginas tras paginas para ver como usar el JSON pero la verdad es que nunca he usado ese programa, estoy mirando pero no veo la forma de crear esa carpeta y donde ponerla , para poder hacer que las crocas de mis servidores se compartan entre si te agradecería si me ayudas con la línea de comando y donde debería poner la carpeta en cada uno de mis servidores gracias por una ayuda.
 
¿Puede decirme cómo puedo vender un determinado engrama en la tienda?
[/CITA]
hola este es el ejemplo para vender un engrama .


"tekengrama": {
"Tipo": "grama de desbloqueo",
"Descripción": "Engrama TEKBotas ",
"Precio": 20,
"Elementos": [
{
"Blueprint": "Blueprint'/Juego/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekBoots.PrimalItemArmor_TekBoots'"
}
 
Hello guys,

I´m trying to put in my shop HLNA, but it dont work.

"HLNA": {
"Type": "item",
"Description": "Chibi HLNA",
"Price": 1,
"Items": [
{
"Quality": 0,
"Amount": 10,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_MiniHLNA.PrimalItemSkin_MiniHLNA'",
"ForceBlueprint": false
}
]
},

It show that works, but dont give to the players anything.

Thank you guys!
 
does anybody know if u can actually connect the points from the shop to a webshop? sharing mysql maybe? any ideas on how to connect points please? much appreciate
 
Items from kits are not being received. Using the shop UI it says that the kit contains a metal pick then when i click redeem no item is given. What could cause this? Cheers.
 
Bonjour
J’aimerais savoir si vous avez déjà rencontré le même problème que moi :
A chaque redémarrage du serveur les joueurs quand il se reconnecte il perd tous leurs Points du jeu il revient à 0
Voici mon fichier Json ici vous trouvez le problème merci d’avance pour votre car chaque jour je dois rendre les points à chaque joueur
Et mon deuxième problème est que les ventes ne fonctionnent pas je ne sais pas
Un grand merci à tous ceux qui peuvent m’aider à résoudre le problème.
cordialement
 
how i can add rcon command to buy in shop?
example: buy lootbox1

my lootbox is given to the player with this rcon command: GiveLootBox SteamID LootBox1
 
how i can add rcon command to buy in shop?
example: buy lootbox1

my lootbox is given to the player with this rcon command: GiveLootBox SteamID LootBox1
Give me the lootbox config to see what could be wrong.
 
Bonjour
J’aimerais savoir si vous avez déjà rencontré le même problème que moi :
A chaque redémarrage du serveur les joueurs quand il se reconnecte il perd tous leurs Points du jeu il revient à 0
Voici mon fichier Json ici vous trouvez le problème merci d’avance pour votre car chaque jour je dois rendre les points à chaque joueur
Et mon deuxième problème est que les ventes ne fonctionnent pas je ne sais pas
Un grand merci à tous ceux qui peuvent m’aider à résoudre le problème.
cordialement
If you have a cluster with several maps, then you need to use the plugin connection to MySQL, then the points will not disappear and will be the same on all maps.
 
Hey, So people have permissions role called Royal, but People with Royal cant claim their kits, How do I fix this?
 
Hello there, i have installed the plugin and i'm trying to get the mysql working for cross-server points. I can connect myself to mysql from different machines in the local and global network and everything seems to be working. Can someone give me some things i can try to get this running, maybe i'm doing something wrong which can be easily fixed ?

02/14/22 07:41 [ArkShop][critical] Failed to open connection!
02/14/22 07:41 [API][warning] (API::pluginManager::LoadAllPlugins) Failed to load plugin - ArkShop
Error code: 1114

EDIT: i setup mysql like in this video
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Last edited:
Hello there, i have installed the plugin and i'm trying to get the mysql working for cross-server points. I can connect myself to mysql from different machines in the local and global network and everything seems to be working. Can someone give me some things i can try to get this running, maybe i'm doing something wrong which can be easily fixed ?

02/14/22 07:41 [ArkShop][critical] Failed to open connection!
02/14/22 07:41 [API][warning] (API::pluginManager::LoadAllPlugins) Failed to load plugin - ArkShop
Error code: 1114

EDIT: i setup mysql like in this video
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

Does this apply to you?

View attachment 4792
 
This is config from question earlier,
So people have permissions role called Royal, but People with Royal cant claim their kits, How do I fix this?
 
Give me the lootbox config to see what could be wrong.

I think it should configure like this correct?


"box1": {
"Type": "command",
"Description": "Lootbox Comum",
"Price": 5000,
"Items": [
{
"Command": "givelootbox comum %steamid% 1",
"ExecuteAsAdmin": true
}
]
},
"box2": {
"Type": "command",
"Description": "Lootbox Incomum",
"Price": 5000,
"Items": [
{
"Command": "givelootbox Incomum %steamid% 1",
"ExecuteAsAdmin": true
}
]
},
"box3": {
"Type": "command",
"Description": "Lootbox Rara",
"Price": 5000,
"Items": [
{
"Command": "givelootbox rara %steamid% 1",
"ExecuteAsAdmin": true
}
]
},
"box4": {
"Type": "command",
"Description": "Lootbox Épica",
"Price": 5000,
"Items": [
{
"Command": "givelootbox epica %steamid% 1",
"ExecuteAsAdmin": true
}
]
},
"box5": {
"Type": "command",
"Description": "Lootbox Lendária",
"Price": 5000,
"Items": [
{
"Command": "givelootbox lendaria %steamid% 1",
"ExecuteAsAdmin": true
}
]
}


And if i want to add permissions?

"box5": {
"Type": "command",
"Description": "Lootbox Lendária",
"Permissions": "VipPrata,VipOuro"
"Price": 5000,
"Items": [
{
"Command": "givelootbox lendaria %steamid% 1",
"ExecuteAsAdmin": true
}

I haven't tested it yet, but I wanted to make sure so I don't have to restart the plugin with the online server
 
Last edited:
I don't speak English, so I'm using a translator, could someone help me through TeamViewer, I can't get it to work.
 
Tempest Dedicated Servers
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Monetize your ARK server
Tebex
Back
Top