By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Thanks so much!I can't say you an exact time, but hopefully, it will come out within the next 2 weeks.
Not sure what you mean with blank message. Random level can be added.
I think cooldowns are a pretty good idea for the kits!Why there are no cooldowns on the kits why??
can i create kits for Vip groups with other name?? Like ... i have gold group, than they kits is Gold, can be?
Here you go, you missed some lines with "Blueprint" and some section weren't closed properly. Compare this config and your config and you will see the changes.09/26/18 00:23 [ArkShop][error] [json.exception.parse_error.101] parse error at 752: syntax error - unexpected '}'; expected ':'
09/26/18 00:23 [API][warning] Failed to load plugin - ArkShop
Error code: 1114
Can I have some help with this? ^
Below there's my code
{
"General":{
"TimedPointsReward":{
"Enabled":true,
"Interval":15,
"Groups":{
"Default":{
"Amount":10
},
"Donors":{
"Amount":20
}
}
},
"ItemsPerPage":15,
"ShopDisplayTime":15.0,
"ShopTextSize":1.3,
"DbPathOverride":"",
"DefaultKit":"vip,starter"
},
"Kits":{
"starter":{
"DefaultAmount":5,
"Price":90,
"Description":"Starter kit (piccone)",
"OnlyFromSpawn":true,
"Items":[
{
"Amount":1,
"Quality":0,
"ForceBlueprint":false,
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStonePick.PrimalItem_WeaponStonePick'"
}
],
},
"donors":{
"DefaultAmount":1,
"Description":"Vip kit for premiums (ptero)",
"Permissions":"Admins,Donors",
"Dinos":[
{
"Level":254,
"Neutered":true,
"Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
}
]
},
"tools":{
"DefaultAmount":3,
"Price":50,
"MinLevel":1,
"MaxLevel":102,
"Description":"Tools kit (pike and club)",
"Items":[
{
"Amount":1,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
},
{
"Amount":1,
"Quality":0,
"ForceBlueprint":false,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStoneClub.PrimalItem_WeaponStoneClub'"
}
]
}
},
"ShopItems":{
"ingots100":{
"Type":"item",
"Description":"Lingotti di metallo (100x)",
"Price":100,
"Items":[
{
"Quality":0,
"ForceBlueprint":false,
"Amount":100,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
}
]
},
"tools":{
"Type":"item",
"Description":"Tools (Metal Hatchet, Metal Pick)",
"Price":5,
"Items":[
{
"Quality":0,
"ForceBlueprint":false,
"Amount":1,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
},
{
"Quality":0,
"ForceBlueprint":false,
"Amount":1,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
}
]
},
"dunkleo":{
"Type":"dino",
"Description":"Dunkleo",
"Level":200,
"Price":500,
"MinLevel":10,
"MaxLevel":120,
"Blueprint'/Game/PrimalEarth/Dinos/Dunkleosteus/Dunkle_Character_BP.Dunkle_Character_BP'"
},
"rex":{
"Type":"dino",
"Description":"Rex",
"Level":200,
"Price":800,
"Neutered":true,
"Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'"
},
"crate25":{
"Type":"beacon",
"Description":"SupplyCrate Lvl 25",
"Price":10000000000000,
"ClassName":"SupplyCrate_Level25_Double_C"
},
"crate2":{
"Type":"beacon",
"Description":"Artifact Crate 2",
"Price":10000000000000000,
"ClassName":"ArtifactCrate_2_C"
},
"exp1000":{
"Type":"experience",
"Description":"1000 points of experience",
"GiveToDino":true,
"Price":500,
"Amount":1200.0
},
"tekengram":{
"Type":"unlockengram",
"Description":"Engram TEK Boots & Gloves",
"Price":2000000000,
"Items":[
{
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekBoots.PrimalItemArmor_TekBoots'"
},
{
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/TEK/PrimalItemArmor_TekGloves.PrimalItemArmor_TekGloves'"
}
]
},
"allengrams":{
"Type":"command",
"Description":"All engrams",
"Price":10000000000,
"Items":[
{
"Command":"GiveEngrams"
}
]
}
},
"SellItems":{
"metal":{
"Type":"item",
"Description":"100x metal",
"Price":100,
"Amount":100,
"Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
}
},
"Messages":{
"Sender":"ArkShop",
"BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
"BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
"BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
"BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
"ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
"HavePoints":"You have {0} points",
"NoPoints":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
"WrongId":"<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
"NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
"CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
"BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
"AvailableKits":"Available kits for you:",
"NoKits":"No available kits",
"KitsLeft":"You have {0} {1} kits left",
"NoKitsLeft":"You don't have {0} kits left",
"CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
"RidingDino":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
"SentPoints":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
"GotPoints":"You have received {0} points from {1}",
"NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
"FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
"BuyUsage":"Usage: /buy id amount",
"ShopUsage":"Usage: /shop page",
"KitUsage":"Usage: /kit KitName",
"BuyKitUsage":"Usage: /BuyKit KitName amount",
"TradeUsage":"Usage: /trade 'Player Name' amount",
"PointsCmd":"/points",
"TradeCmd":"/trade",
"BuyCmd":"/buy",
"ShopCmd":"/shop",
"KitCmd":"/kit",
"BuyKitCmd":"/buykit",
"SellCmd":"/sell",
"ShopSellCmd":"/shopsell",
"SellUsage":"Usage: /sell id amount",
"NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
"SoldItems":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
"BadLevel":"<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>",
"KitsListPrice":"Price: {0}",
"KitsListFormat":"\"{0}\" - {1}. {2} left. {3}\n",
"StoreListDino":"{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
"StoreListItem":"{0}) {1}. Id: {2}. Price: {3}\n",
"StoreListFormat":"{0}",
"OnlyOnSpawnKit":"This kit can be used only on spawn",
"HelpCmd":"/shophelp",
"ShopMessage":"Usage: /buy id amount",
"HelpMessage":"This is shop help message"
}
}
Thank you everyone
https://steamcommunity.com/workshop/filedetails/discussion/895711211/133261369999715399/I am trying to add the Classic Flyers into the shop.. can anyone help me?
it just says: you have successfully bought dino, and nothing happends
my lines: (tried some other)
"99": {
"Type": "dino",
"Description": "99) pteradon lvl 150",
"Level": 150,
"Price": 15,
"Neutered": true,
"Blueprint": "Blueprint'/Game/Classicflyers\Dinos\Ptero/Ptero_Character_BP'"
},
also tried:
"99": {
"Type": "dino",
"Description": "99) pteradon lvl 150",
"Level": 150,
"Price": 15,
"Neutered": true,
"Blueprint": "Blueprint'/Game/Mods/ClassicFlyers/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
},
anyone got a toturial how to setup classic flyers in the shop ?
Hi there!And then I'm having an another issue.. Thank you very much Foppa for helping with the other issue..
Can you please help me with this too?
}
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
All I did was reconfigure the original config file to a new one. This is the error I get no matter what. I reinstalled the whole thing fresh and still the same error. I'm not sure what the problem is here :/ I thought maybe I had an error in my json but I replaced it with the example and still this. Could I get some help with this? Thanks!!!!
10/05/18 09:31 [API][info] -----------------------------------------------
10/05/18 09:31 [API][info] ARK: Server Api V2.7
10/05/18 09:31 [API][info] Loading...
10/05/18 09:31 [API][info] Dumping structures..
10/05/18 09:31 [API][info] Dumping functions..
10/05/18 09:31 [API][info] Dumping globals..
10/05/18 09:31 [API][info] Successfully read information from PDB
10/05/18 09:31 [API][info] Initialized hooks
10/05/18 09:31 [API][info] API was successfully loaded
10/05/18 09:31 [API][info] -----------------------------------------------
gameserver.cpp (713) : Assertion Failed: usGamePort != usQueryPort
Setting breakpad minidump AppID = 346110
[2018.10.05-09.31.39:281][ 0]LogMemory: Platform Memory Stats for WindowsServer
[2018.10.05-09.31.39:281][ 0]LogMemory: Process Physical Memory: 69.61 MB used, 336.54 MB peak
[2018.10.05-09.31.39:281][ 0]LogMemory: Process Virtual Memory: 60.72 MB used, 340.47 MB peak
[2018.10.05-09.31.39:281][ 0]LogMemory: Physical Memory: 3961.07 MB used, 53247.60 MB total
[2018.10.05-09.31.39:282][ 0]LogMemory: Virtual Memory: 499.17 MB used, 134217728.00 MB total
[2018.10.05-09.31.39:644][ 0]ARK Version: 283.112
[2018.10.05-09.31.39:644][ 0]PID: 1424
10/05/18 09:31 [API][info] UGameEngine::Init was called
10/05/18 09:31 [API][info] Loading plugins..
10/05/18 09:31 [API][warning] Failed to load plugin - ArkShop
Error code: 1114
10/05/18 09:31 [API][info] Loaded plugin Permissions V1.3 (Manage permissions groups)
10/05/18 09:31 [API][info] Loaded all plugins
We use essential cookies to make this site work, and optional cookies to enhance your experience.