Amarberry Seed (instant grow) Spawn Code

Click the copy button to copy to your clipboard.

GFI spawn command
cheat GFI Amarberry_SpeedHack 1 1 0
Blueprint path spawn command
GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Amarberry_SpeedHack.PrimalItemConsumable_Seed_Amarberry_SpeedHack'" 1 1 0
Item ID spawn command
GiveItemNum 266 1 1 0

Amarberry Seed (instant grow) information

Category
Seeds
GFI code
Amarberry_SpeedHack
Blueprint path
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Seeds/PrimalItemConsumable_Seed_Amarberry_SpeedHack.PrimalItemConsumable_Seed_Amarberry_SpeedHack'"
Class name
PrimalItemConsumable_Seed_Amarberry_SpeedHack_C
Stack size
100
Item ID
266

How to spawn items in Ark

There are multiple ways to spawn an item.

  • Item ID: GiveItemNum Item ID Quantity (up to the stack size) Quality (up to 100) Blueprint (1 or 0). The command GiveItemNum 1 1 1 0 will give you one Simple Pistol.
  • GFI code: GFI GFI code Quantity (up to the stack size) Quality (up to 100) Blueprint (1 or 0). The command GFI WeaponGun 1 1 0 will give you one Simple Pistol too.
  • Blueprint path: GiveItem Blueprint path Quantity (up to the stack size) Quality (up to 100) Blueprint (1 or 0) . The command GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponGun.PrimalItem_WeaponGun'" 1 1 0 will also give you one Simple Pistol.

GFI is the most commonly used command for spawning, but some items may not have a GFI code. If that is the case, try spawning using the blueprint path or the item ID.