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

Help modifying macro for 2e AD&D

September 20 (3 months ago)

I'm currently using the following macro for Cure Light Wounds:

&{template:2Espell}{{title=@{selected|token_name} casts Cure Light Wounds on @{target|token_name}}}{{school=Necromancy}}{{sphere=Healing}}{{splevel=Level 1 Priest}}{{components=V,S}}{{time=5 Segments}}{{range=Touch}}{{duration=Instant}}{{aoe=Creature Touched}}{{save=Spell}} !modbattr --silent --charid @{target|character_id} --hp|{{Roll=[[1D8]]}}!!!

I would like to modify so that it will do minimum healing of the level of the Priest, up to the max of the spell. So for example a 3rd level Priest would heal 3-8 points, while a 9th level Priest would automatically heal the full 8 points allowed as max for the spell. I do have a Pro acct if that is necessary to accomplish this.

Thanks!

September 20 (3 months ago)

Edited September 20 (3 months ago)

I'm not sure what the level attribute for that sheet is, but something like [[{1d8,{8,@{selected|level}}kl1}kh1]] should work.

September 22 (3 months ago)
I'm using a modified version of the 2e AD&D sheet. The level attribute is the level of the caster. Using the suggestion you offered works! Thanks!