Hey everyone, friendly druid here trying to make things easier for my DM. I've been searching high and low for a macro that allows me to roll a high number of attacks with advantage and then deal said damage with the ability to add crit damage. I managed to find these two macros that allow for standard attacks but no crit bonus damage option. [[{?{Number of Attackers|16}d20 + ?{To hit modifiers +|4}}>[[?{Target AC|19}]] ]] hits vs **AC**[[?{Target AC}d1]] [Damage](!#Mob-Damage) [[ (?{Number of hits|1}?{Damage die|1d4,)d4|1d6,)d6|1d8,)d8|1d10,)d10|1d12,)d12|2d4,*2)d4|2d6,*2)d6|2d8,*2)d8|2d10,*2)d10|2d12,*2)d12|3d4,*3)d4|3d6,*3)d6|3d8,*3)d8|3d10,*3)d10|3d12,*3)d12} + (?{Damage bonus|2}*?{Number of hits}) ]] ?{damage type|piercing|bludgeoning|slashing|fire|acid|cold|lightning|thunder|force|radiant|necrotic} If anyone has any idea on how to improve it I would be grateful. Perhaps allowing the damage macro to read the number of successful hits from the previous attack and keep the code in one spot?