Thread Tools Display Modes
09/24/17, 09:04 AM   #1
dacayk
Join Date: Sep 2015
Posts: 8
CP jump point addon?

I'm looking for an addon to make the process of allocating CP in accordance with jump points easier/faster:

https://alcasthq.com/eso-championpoints-jumppoints/

Something like a feature to snap the relevant trees to their jump points, or at minimum a list of the jump points in the CP UI so I don't have to use windowed mode or keep alt-tabbing.

Does this exist, or would anyone be interested in making something like this?
  Reply With Quote
09/24/17, 09:26 AM   #2
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
You don't need an addon for that. All CP percentage bonuses simply round down the bonus to the nearest integer, i.e. 14.9% is actually just a 14% bonus. If spending one more point increases the displayed bonus to 15.X%, then the point was a jump point, because your received bonus increased from 14% to 15%.
  Reply With Quote
09/24/17, 09:46 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Maybe print out the jump point graphic to paper
  Reply With Quote
09/24/17, 09:59 AM   #4
Kyoma
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 125
I never really understood why people would ask about jumppoints as they are distributing CPs. I can understand the need for the jumppoints when you're working on theorycrafting but beyond that it's just a matter of rounding down.

Edit: But actually, an addon that would change the "+1" to "+X" so it always takes the next jumppoint might be interesting.

Last edited by Kyoma : 09/24/17 at 10:01 AM.
  Reply With Quote
09/24/17, 10:37 AM   #5
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
I could add it in one of my addons.

But if I understand well, the rule is that all CP buffs are rounded to floor value ?
  Reply With Quote
09/24/17, 11:46 AM   #6
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
Originally Posted by Ayantir View Post
I could add it in one of my addons.

But if I understand well, the rule is that all CP buffs are rounded to floor value ?


correct... somebody knows if the red cp tree is still bugged?
  Reply With Quote
09/24/17, 11:52 AM   #7
dacayk
Join Date: Sep 2015
Posts: 8
I double checked, it does seem to always round down, although if the CP lands on an integer it rounds to the previous integer in some cases, if Alcast's chart is correct. In that case you guys are right, it isn't really needed, though it might still be a nice feature for those unaware of how the rounding works.
  Reply With Quote
09/24/17, 05:49 PM   #8
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 288
Originally Posted by Ayantir View Post
I could add it in one of my addons.

But if I understand well, the rule is that all CP buffs are rounded to floor value ?
That woud be nice! Need and addon that just gives a hint when you have usless points set.
  Reply With Quote
09/25/17, 03:33 AM   #9
MarkusFox
Join Date: Apr 2014
Posts: 4
I approve of and will endorse such an addon. One that will help allocate CP to "jump points" either actively (based on player input) or passively (requiring the player to allocate manually like they do currently in vanilla).
  Reply With Quote
09/25/17, 04:17 PM   #10
Gamer1986PAN
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 87
Some Values are a bit curious. Like the Ironclad where 51 Points are 19,00 but you need 52 Points to be rounded to 19%. When you only use 51 Points you only get 18%... So i don't need the Addon, but it would be nice to have it because you don't have to double check values like that...
  Reply With Quote
09/25/17, 04:40 PM   #11
Solinur
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 78
Originally Posted by Gamer1986PAN View Post
Some Values are a bit curious. Like the Ironclad where 51 Points are 19,00 but you need 52 Points to be rounded to 19%. When you only use 51 Points you only get 18%... So i don't need the Addon, but it would be nice to have it because you don't have to double check values like that...
A while ago I reverse engineered the exact formulas for cp.

The problem with tooltips is that it rounds with 2 decimal digits precision. However the actual CP effect function uses floor. So if the function gives a value of 13.997 the tooltip shows 14% while the real effect is 13%.

You can find the exact function in my Constellations addon (starting line 361 in Constellations.lua) or here: http://tamrielfoundry.com/topic/intr...7/#post-680900

Last edited by Solinur : 09/25/17 at 04:44 PM.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » CP jump point addon?

Thread Tools
Display Modes

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