Ark Shop

[Official] Ark Shop 3.02

No permission to download
This is used for the official forum announcements from the staff team.

azzeros

Active member
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
 

Wraith

Well-known member
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.
 

theogc

Member
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
 
Last edited:

Lethal

Moderator
Staff member
ㅤㅤ
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

Does this apply to you?

View attachment 4792
 

Icedragonzz

Active member
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?
 

azzeros

Active member
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:

kabalelitte

Active member
I think it should configure like this correct?





And if i want to add permissions?



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

Sou novo aqui, mas pelo seu arquivo acho que você é brasileiro, estou montando um server no meu PC residencial e vi esse comando de lootbox muito top, se puder me explicar um pouco como ela funciona, gostaria de testar. Muito bem feito.
 

azzeros

Active member
Sou novo aqui, mas pelo seu arquivo acho que você é brasileiro, estou montando um server no meu PC residencial e vi esse comando de lootbox muito top, se puder me explicar um pouco como ela funciona, gostaria de testar. Muito bem feito.
try to use only english so that everyone understands what we are talking about ^^. The plugin I'm using is this one. it's an unfinished plugin, but we have the source code for it.
 

Kratos.69

Active member
Un saludo a todos tengo un problema lo que pasa cuando uno pide un kit le sale el mensaje de que no tiene permiso para pedir ese kit me podrían ayudar como puedo solucionar ese problema
 
Last edited:

313007066

Well-known member
Equipment attributes cannot be fixed
"C104": {
"Description": "Metal paper",
"Items": [
{
"Amount": 1,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'",
"Fixed": true,
"ForceBlueprint": true,
"Quality": 10.0
Unable to fix equipment stats, stats are random
 

995161651

Well-known member
"RC":{
"Description":"resurrection",
"Items":[
{
"Command":" ScriptCommand resurrection"
}
],
"Price":20000,
"Type":"command"
},
Player purchases have no effect
 

Pelayori

Moderator
Staff member
ㅤㅤ
"RC":{
"Description":"resurrection",
"Items":[
{
"Command":" ScriptCommand resurrection"
}
],
"Price":20000,
"Type":"command"
},
Player purchases have no effect
Is "ScriptCommand resurrection" a valid script command?

Unless you have a mod that adds it, that is not a valid command.
 
Tempest Dedicated Servers
Top