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

Stop Auto Rolling Damage

I am trying to get this macro to stop auto rolling damage and can't find a forum that has helped yet &{template:atkdmg} {{mod=+5}} {{rname=Quarterstaff}} {{r1=[[[[1d20]] + @{Crazy Bob|dexterity_mod} + @{Crazy Bob|pb}]]}} @{Crazy Bob|rtype}cs>20 + @{Crazy Bob|dexterity_mod} + @{Crazy Bob|pb}]]]}} {{attack=1}} {{range=range}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[[[1d6]] + @{Crazy Bob|dexterity_mod}]]}} {{dmg1type=Bludgeoning}} {{dmg2flag=1}} {{dmg2=[[1d4]]}} {{dmg2type=Bludgeoning}} {{crit1=[[1d6]]}} {{crit2=[[1d4]]}}{{desc=Crazy Bob bops them with his Staff of Bopping}}
1613712527
Brian C.
Pro
Marketplace Creator
Compendium Curator
The behavior you are describing only happens with the 5e character sheet. If Auto Roll Damage &amp; Crit is off on the sheet, it calls the atk template without the damage. Then you click the link when the attack is a hit, and it rolls the damage with the dmg template. If you want the same behavior, you will need to set up two macros which separately call the two templates. <a href="https://help.roll20.net/hc/en-us/articles/360037257834-D-D-5e-OGL-Roll-Templates" rel="nofollow">https://help.roll20.net/hc/en-us/articles/360037257834-D-D-5e-OGL-Roll-Templates</a>&nbsp;
yes but how
How do I get it roll but then click the quarter staff name to roll damage or how do I get it to roll the quarterstaff from the sheet via a seperate macro
1613717246
Kraynic
Pro
Sheet Author
Go into your sheet settings tab and turn off auto roll damage. <a href="https://wiki.roll20.net/D%26D_5E_by_Roll20#Settings_Page" rel="nofollow">https://wiki.roll20.net/D%26D_5E_by_Roll20#Settings_Page</a> Turn on your macro quick bar for a bit. <a href="https://wiki.roll20.net/Macro_Quick_Bar" rel="nofollow">https://wiki.roll20.net/Macro_Quick_Bar</a> Drag your quarterstaff attack to the quick macro bar. Click that button to roll the attack. Put your cursor in the chat box and hit the up arrow to show the last command given.&nbsp; It should look something like: %{character_name|ability_identifier} Copy/paste that command into whatever macro/ability field you will want to run the macro from. If you don't use the macro bar, then drag the button off of it and disable it in the settings again.
Thank you this got me what I wanted