View Single Post
02/20/15, 09:08 AM   #49
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by Garkin View Post
- Function GetChampionXPInRank(3600) returns nil. But 3600 is the last point you can get, so there has to be value for XP in rank 3600. Or this function returns not XP in specified rank, but in the next rank?
GetChampionXPInRank(0) returns 400k, so I guess you start at rank 0 and the value is how much you need to reach the next rank (get the next point).
  Reply With Quote