question

wangying avatar image
wangying asked

Grant item when player created

Is there a playfab way to grant some items for players when they are created.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Joshua Strunk avatar image
Joshua Strunk answered

You can either have all players call an "onLogin" handler, through CloudScript, every time they login so you can initialize new accounts and update/migrate account dated when needed, or you can use Playstream and initialize new players when the player_added_title Playstream event is fired off.


Initial Item Grant for New Players per Title ID

Starter Bundles for new players

Start off every player with certain Player Data and Statistics

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.