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

questions for an attack macro 3.5

1488068666

Edited 1488069038
here is my macro &{template:default} {{attack 1=[[1d20+@{dex-mod}+@{weapon1focus}+@{weapon1enh}]]}} {{critconfirm1=Crit?: [[1d20+@{dex-mod}+@{weapon1focus}+@{weapon1enh} ]] }} {{Damage 1=[[1d4+@{str-mod}+@{weapon1enh}+@{weapon1specialize}]]+[[1d6]]move bonus}} {{critdmg1= [[1d4+@{str-mod}]] crit dmg}} the questions i have are as follows 1 is there a way to only roll crit confirm on a possible crit? keep in mind that i am using this for multiple attacks in the macro itself
1488075266
Andrew C
Marketplace Creator
Change the Roll Template. &{template:DnD35StdRoll} should fix it.
thank you
i tried it and it is still not working here is the full macro after i figured out some of it &{template:DnD35StdRoll} {{name=Attacks with flying daggers}} {{attack 1=Crit?: [[1d20+@{dex-mod}+@{weapon1focus}+@{weapon1enh}]]}} {{critconfirm1=[[1d20+@{dex-mod}+@{weapon1focus}+@{weapon1enh} ]] }} {{Damage 1=[[1d4+@{str-mod}+@{weapon1enh}+@{weapon1specialize}]]+[[1d6]]move bonus}} {{critdmg1= [[1d4+@{str-mod}]] crit dmg}} {{attack 2=Crit?: [[1d20+@{dex-mod}+@{weapon1focus}+@{weapon1enh}]]}} {{critconfirm2= [[1d20+@{dex-mod}+@{weapon1focus}+@{weapon1enh} ]] }} {{Damage 2=[[1d4+@{str-mod}+@{weapon1enh}+@{weapon1specialize}]]+[[1d6]]move bonus}} {{critdmg2= [[1d4+@{str-mod}]] crit dmg}} {{attack 3=Crit?: [[1d20+@{dex-mod}+@{weapon1focus}+@{weapon1enh}]]}} {{critconfirm3= [[1d20+@{dex-mod}+@{weapon1focus}+@{weapon1enh} ]] }} {{Damage 3=[[1d4+@{str-mod}+@{weapon1enh}+@{weapon1specialize}]]+[[1d6]]move bonus}} {{critdmg3= [[1d4+@{str-mod}]] crit dmg}} {{attack 4=Crit?: [[1d20+@{dex-mod}+@{weapon1focus}+@{weapon1enh}]]}} {{critconfirm4= [[1d20+@{dex-mod}+@{weapon1focus}+@{weapon1enh} ]] }} {{Damage 4=[[1d4+@{str-mod}+@{weapon1enh}+@{weapon1specialize}]]+[[1d6]]move bonus}} {{critdmg4= [[1d4+@{str-mod}]] crit dmg}} basically what i want is to reduce the number of lines in the table in the chat by only rolling crit confirmations on anything above 18, so like 19-20.
Send me a private message and I will send you all my D&D 3.5 macros that took weeks to get working.
1488317468
Andrew C
Marketplace Creator
The template will always include each critconfirm and critdmg. That is how it is built and there isn't a way around it without basically building your own template.  It may also help to hide the move bonus damage inside the inline roll. {{ Damage 1=[[1d4+@{str-mod}[Str]+[[@{weapon1enh}+@{weapon1specialize}]][Weapon Bonuses]+[[1d6]][Move Bonus] ]] }}