ASA Arkshop

ASA Arkshop 1.10

No permission to download

Pelayori

Administrator
Staff member
Pelayori submitted a new resource:

ASA Arkshop - Shop, Currency & Kits

Ark Survival Ascended: Shop, Currency & Kits


Chat Commands:


  • /points - See your current points balance
  • /buy <ID> <Amount> - Buy an item from the shop
  • /trade <'CharacterName'> <Amount> - Sends Amount Points to the character name specified
  • /kit to list all kits, /kit <KitName> to redeem one of them
  • /buykit <KitName> <Amount>. - Buys a kit. To get the contents you must redeem it with...

Read more about this resource...
 
Arkshop could really benefit from integration with ASA Api Utils, for those who don't use the UI it's slightly messy.
20240612190739_1.jpg
 
There is a problem, I cannot customize the resources produced by Gacha.I have already set it up like the Commented.json file, but it doesn't work
 
There is a problem, I cannot customize the resources produced by Gacha.I have already set it up like the Commented.json file, but it doesn't work
This system is not working at the moment, we will look into bringing it again when time permits.
 
It's because I need a blueprint for my online shop.
I think you can sell blueprints in arkshop using
"ForceBlueprint": true,

eg:
{
"Quality": 10,
"ForceBlueprint": true,
"Amount": 1,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
}
 
I think you can sell blueprints in arkshop using
"ForceBlueprint": true,

eg:
{
"Quality": 10,
"ForceBlueprint": true,
"Amount": 1,
"Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
}
I need to use it to sell shop coins on my online shop so I need to use a give coins command.
 
I need to use it to sell shop coins on my online shop so I need to use a give coins command.
Is really hard to understand what you need to get done in arkshop, bud ofc you can also sell comands.

"itemname": {
"Type": "command",
"Description": "Description of command",
"Price": 1000,
"Items": [
{
"Command": "addyourshopcoins {eos_id} somevalue",
"DisplayAs": "This is description of my command displayed in UI"
}
]
}
 
Back
Top