#Any tutorials or docs on how to have timed rewards?

2 messages · Page 1 of 1 (latest)

proper quail
#

What I mean by that is to give rewards every X amount of hours to players. Any guidance is appreciated.

drowsy marsh
# proper quail What I mean by that is to give rewards every X amount of hours to players. Any g...

Hey! I think Scheduled Tasks is what you might be looking for (https://learn.microsoft.com/en-us/gaming/playfab/data-analytics/acting-data/scheduled-tasks/quickstart). Check this quickstart guide for implementation details.

You can create a scheduled task which every X amount of time (minutes, hours, days, etc.) can do something. We use it, for example, to call a cloud script on a segment of players where we refill some stuff for them on a daily basis.