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

Life Cleric Healing Macros

1593183113

Edited 1593184201
Hello, here are some healing macros I am using on my Life Cleric, so that all the domain bonuses are there and the blessed healer aswell. For all the spell macros you need to select your token first, and for the single target one you'll have to select the target aswell. The last macro is for the healer's feat use of the healing kit (yes my character is a walking ambulance), I don't know why the @{selected|hit_dice_max} is not working for me so i'll just type the number when asked. Hope you enjoy :) Cure Wounds &{template:dmg} {{rname=Cure Wounds level ?{what level| 1, 1| 2, 2| 3, 3| 4, 4| 5, 5| 6, 6| 7, 7| 8, 8| 9, 9}}} {{range=toutch}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[?{what level}d8+@{selected|wisdom_mod}+2+?{what level}]]}} {{dmg1type= Healed to @{target|character_name}}} {{dmg2flag=1}} {{dmg2=[[2+?{what level}]]}} {{dmg2type=healed to @{selected|character_name}}} Healing Word &{template:dmg} {{rname=Healing Word level ?{what level| 1, 1| 2, 2| 3, 3| 4, 4| 5, 5| 6, 6| 7, 7| 8, 8| 9, 9}}} {{range=60 ft}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[?{what level}d4+@{selected|wisdom_mod}+2+?{what level}]]}} {{dmg1type= Healed to @{target|character_name}}} {{dmg2flag=1}} {{dmg2=[[2+?{what level}]]}} {{dmg2type=healed to @{selected|character_name}}} Mass Cure Wounds &{template:dmg} {{rname=Mass Cure Wounds level [[?{what level| 5, 3| 6, 4| 7, 5| 8, 6| 9, 7}+2]]}} {{range=60 ft}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[?{what level}d8+@{selected|wisdom_mod}[WIS]+2+[[?{what level}+2]]]]}} {{dmg1type= Healed to everyone in range}} Mass Healing Word &{template:dmg} {{rname=Mass Healing Word [[?{what level| 3, 1| 4, 2| 5, 3| 6, 4| 7, 5| 8, 6| 9, 7}+2]]}} {{range=60 ft}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[?{what level}d4+@{selected|wisdom_mod}[WIS]+2+[[?{what level}+2]]]]}} {{dmg1type= Healed to everyone in range}} Prayer of Healing &{template:dmg} {{rname=Prayer of Healing level ?{what level| 2, 2| 3, 3| 4, 4| 5, 5| 6, 6| 7, 7| 8, 8| 9, 9}}} {{range=30 ft}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[?{what level}d8+@{selected|wisdom_mod}[WIS]+2+[[?{what level}]]]]}} {{dmg1type= Healed to everyone in range}} Healing kit &{template:dmg} {{rname=Healing Kit}} {{range=toutch}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[1d6+4+?{Max hit die}]]}} {{dmg1type= Healed to @{target|character_name}}}
1593190405
Oosh
Sheet Author
API Scripter
The max hit dice Attribute is @{selected|hit_dice|max} instead of @{selected|hit_dice_max} if that's any help.
Oosh said: The max hit dice Attribute is @{selected|hit_dice|max} instead of @{selected|hit_dice_max} if that's any help. Thanks for the reply, but unfortunately  is not working.
1593231135

Edited 1593231283
Oosh
Sheet Author
API Scripter
Well I'm assuming 5e with the Roll20 sheet from the content, so it should be working for any PC sheet with hit dice. If you're trying to call a max Attribute with a {target} call you must have a target label specified, i.e. @{target|hit_dice|max} will fail @{target|foe|hit_dice|max} will work... doesn't look like you're trying to use it with @{target} though. Odd.
I apologize, I made it confusing, realized now that I was thinking taget but wrote selected .  I am trying to get the target's max hit dice, which generally are the PCs. 
1593247731

Edited 1593247749
Oosh
Sheet Author
API Scripter
Ah yep, I think I'm also confused. To make it less confusing, does @{target|t1|hit_dice|max} work for you, just as a standalone command typed into chat?
Is working!!! Thanks a lot! FB
Ive been looking forever for something like this! Thanks a lot!
1593314584
Oosh
Sheet Author
API Scripter
Aha! I wasn't as confused as I thought I was!