Thread Tools Display Modes
05/31/16, 05:30 AM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Champion Point Conversion

I have a quick question for ZOS_ChipHilseberg or anyone else in the know.
What is the exact formula for converting from veteran ranks to champion points?
From what I gather it could be either
Code:
max(vr_max*10, 160) + vr_max*2.5
or
Code:
max(vr_max*10 + vr_max*2.5, 160)
.
In other words, should a player with 1 vr16 and 0 cp end up with 160 or 200 cp?

Ayantir says that it is even more complicated as he has a friend who has 1 VR16 char and ended up with only 109 CP on pts, but that should be a bug, right?
  Reply With Quote
05/31/16, 08:19 AM   #2
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
From the programmer that implemented the conversion it is:

Max(RoundUp(2.5*VeteranRankOfHighestCharacter)+ChampPointsOnAccount, VeteranRank*10)
  Reply With Quote
05/31/16, 08:52 AM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Thank you very much!
  Reply With Quote
05/31/16, 01:35 PM   #4
prasoc
 
prasoc's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 24
thanks for the insider details! straight from the source maximum CP is 501 currently?
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Champion Point Conversion


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off