View Single Post
01/29/15, 08:57 AM   #11
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
Originally Posted by Sasky View Post
What's the correct syntax for AddPendingChampionPoints and such? Does it need to be prefixed by particular calls or is it just not working?
The Clear, Add, and Spend functions are meant to be used together in the following way:
1) Clear the pending point storage in the client.
2) Add points that you want to spend by passing the discipline (constellation) index, skill index, and number of points to spend.
3) Call SpendPendingChampion points. If are just adding points, pass in false and the pending points will be interpreted as points to add to each skill. If you are respecing, pass in true and the pending points will be interpreted as the final point values for each skill.

These functions have no impact on the UI. They are just used to pass all of the requested points to the client.
  Reply With Quote