This command adds the specified item to the specified player's inventory, specified by the item ID, in the specified quantity and with the specified quality.
The syntax for this command is as follows:
UE4 ID | The UE4 ID of the player you wish to give the items to. |
The item ID of the item you wish to add, not just the GFI code. | |
Amount Type: Number | The quantity of the item you wish to add. |
Quality Type: Number | The quality of the item you wish to add. |
Force Blueprint Type: Boolean | Specify |
Below is information about the GiveItemNumToPlayer
console command.
Cheat | |
Console compatible | |
Target | None |
Version added | 0.0 |
The GiveItemNumToPlayer
command in Ark: Survival is used to give a specific item, specified by the item ID, to a specific player.
To specify items by their blueprint path, use GiveItemToPlayer
.
To give items to yourself, use GiveItemNum
.
This command will add 1 Wooden Door (item ID 86
) with the quality 5
to the inventory of the player with the UE4 ID of 5584652
.
This command is the same as above, but because we specify true
for the Force Blueprint
parameter, the blueprint of Wooden Door rather than the item will be added.