Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Pathfinder character sheet: Hitpoints behind by an alternating step function

Hi all, I have a Pathfinder antipaladin character (d10 hit die) with 12CON (so +1) whose hit points are not calculating correctly on the character sheet, and calculate behind by an alternating amount.    The hit points progression by level should be: 1/11  2/17  3/24  4/30  5/37 etc    However, the macro produces:  1/6  2/13  3/19  4/26  5/32 etc    So it's adding the correct number of Hit Points per level (6+CONmod*level, 5+CONmod*level, etc), but the maximum is consistently behind by 4/5/4/5/4 etc.    How do I add an alternating step function macro to the #/Equation Misc Bonus field to correct this, alternatively what might I have done wrong in my character sheet to make this happen?    I'm sorry if someone's already solved this, but I haven't been able to find a solution. Not a regular reader/poster.    Much appreciated, thanks for your time and patience!  Ben 
1510207122
vÍnce
Pro
Sheet Author
Not sure I understand what you are describing. ;-( Enter the total HP rolled for each class level in the "Class(es) and Levels" section.  The total-hp (all class(es) hp) is used by the "Hit Point Calculations" section to determine HP|max. Are you seeing something different with your Antipaladin?
1510240613

Edited 1510241468
chris b.
Pro
Sheet Author
API Scripter
In the HP section there is a "misc bonus" field where you can put a calculation, and you can use modulo in it so that you can alternate. however it would be better for us to fix. First of all it looks like "Use max hp for first level/HD" is not checked. That is found on the Settings page (gear near the Pathfinder logo) about halfway through the top section of options. with that checked i get: level normal PFS 1 11 11 2 17 18 3 24 25 4 30 32 So that seems to be the problem I think James W. mentioned that for Society hitpoints should be rounded up for PCs, not up/down every other level like for NPCs and monsters. Which is why it is slightly higher If this is for PFS make sure "Set to PFS Config Settings" is checked in the "Rules Options" sections of the Settings page.
Chris B's reply fixed this, by checking " use max hp... ". Thanks to both of you!