View Single Post
09/14/20, 03:09 PM   #1
Mitaa
AddOn Author - Click to view addons
Join Date: Oct 2019
Posts: 3
API function for CP cap?

Hi all,

I have been working on an addon that tries to predict the date on which CP810 is reached. Today I wanted to replace some hard-coded stuff like the formula from uesp.net and the CP cap. I did succeed in replacing the formula with an API function (see below) but for the love of Mara I have no idea how to get the lower/upper CP limits (currently 10 and 810). I searched the function page until my eyes started hurting but to no avail. Any suggestion would be much appreciated.

Code:
GetNumChampionXPInChampionPoint(cp)
Regards,
Rene
  Reply With Quote