Hello people,
For the new Achievement-system badges has his own limit.
You need to serailize them.
THIS IS NOT A CODED PICE You have to do it yourself.
Then you will have the limits on the badge descriptions ;DCode:HeaderId = 627 Generate a Dictionary with these data per item: { BadgeCode, Dictionary<int, int> Levels with limits } How to go further? foreach (keyvaluepair<string, dictionary<int, int>> kvp in Dictionary) { Append(kvp.key); foreach(keyvaluepair<int, int> _kvp in kvp.value) { Append(_kvp.key); Append(_kvp.value); } }




