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 .
×
Create a free account

hospitler lay on hands macro help community sheet

im using community sheet and need help with a hospitaler pally's cleric healing ability my party is pretty forgetful so i try to automate as much as i can i wanna make an attack fir their 2 healing abilities lay on hand and cleric healng bc of the hospitaler archetype in the extra dmg section i tried to make the macro as follows for the cleri healing /r [[ 1+ floor( (@{class-0-level} -3 )) / 2 ) ]] d6 bc 1+ half rounded down (pally lvl -3 ) d6 the lay on hands is simpler but still not working /roll [[floor(@{class-0-level}/2) ]]d6 hes also got Fey Foundling and Reward of Life but i added the info into the notes section and we will have to manually figure that stuff out as needed
1587355711

Edited 1587356134
vÍnce
Pro
Sheet Author
Hi Derek, what isn't working?  Your macros are using a roll "/r" and "/roll", and you are also including an inline roll. "[[ foo ]]" Try just using an inline roll.   You also appear to have a space between the end of your inline roll and "d6" in your first macro which will cause it not to be recognized as a dice roll. [[ [[ 1+ floor((@{class-0-level} -3 ) / 2 )) ]]d6 ]] [[ [[floor(@{class-0-level}/2) ]]d6 ]]
i think i might have fixed it but the cleric healing macro isnt actually rolling the extra 1d6+pally lvl - 3 / 2 -0.5 i change my other macro to a suggestion i just found [[(@{class-0-level}/2-0.5)d6]] this is now the layon hands macro and seems to be working but the cleric one still isnt rolling correctly [[((@{class-0-level}-3)/2-0.5)d6]]+1d6
1587356182

Edited 1587356512
vÍnce
Pro
Sheet Author
I edited my suggestion above. See if those work for you.
yay thank you i see what i did wrong now XD
1587357188
vÍnce
Pro
Sheet Author
+1