- Joined
- Jan 28, 2018
- Messages
- 1,018
You can combine different kits with permissions. So if you want some of the players to achieve a special kit you assign the player with a special permission, for example, "Premium" and then the player should be able to buy that kit.How can I use the Vip kit for premiums (ptero) kit?
Example: "Default Kit" (enable for all)
JSON:
"Kits":{
"starter":{
"DefaultAmount":2,
"Price":90,
"Description":"Starter kit (carno with saddle)",
"OnlyFromSpawn":true,
"Items":[
{
"Amount":1,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_CarnoSaddle.PrimalItemArmor_CarnoSaddle'"
}
],
"Dinos":[
{
"Level":10,
"Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
}
]
},
Example: "Premium Kit"
JSON:
"vip":{
"DefaultAmount":1,
"Description":"Vip kit for premiums (ptero)",
"Permissions":"Admins,Premiums",
"Dinos":[
{
"Level":20,
"Neutered":true,
"Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
}
]
},
do it as admin in the console: admincheat ResetKitsCan someone help me? Im trying the 'ResetKits' command and its not working![]()
Last edited: