Update leaderboard without triggering relative events
R
Riccardo Sacchi
started a topic
almost 5 years ago
Hi!
I'm migrating users from another platform to GS. I've some leaderboards (partitioned) with relative triggers /achievements, so I have to read current scores and store them in the leaderboards.
At the moment I have two issues:
1) because I can select only a partition with the relative score, I should create tens of different events
2) the events will trigger multiple unwanted achivements (for example if an achivement is set to 10-20-30-40 progress, if I set directly 50 it will trigger 4 achievements)
I would like to create a single event or a single massive insert.
I tried to manually insert the values in the relative Running Totals, but the Leaderboards don't update themselves, is there a way to refresh them?
Riccardo Sacchi
Hi!
I'm migrating users from another platform to GS. I've some leaderboards (partitioned) with relative triggers /achievements, so I have to read current scores and store them in the leaderboards.
At the moment I have two issues:
1) because I can select only a partition with the relative score, I should create tens of different events
2) the events will trigger multiple unwanted achivements (for example if an achivement is set to 10-20-30-40 progress, if I set directly 50 it will trigger 4 achievements)
I would like to create a single event or a single massive insert.
I tried to manually insert the values in the relative Running Totals, but the Leaderboards don't update themselves, is there a way to refresh them?
Thanks