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 .
×
May your rolls be chill this holiday season!
Create a free account

Macro creation - 3.5e Flurry of blows

I am new the the 3.5e character sheet.  I need to make a Flurry of Blows Button that also adds the Flurry of Blows "attack" boost to the damage.  Thank you. 
Hi Rick, not familiar with the sheet, does this help at all?&nbsp;&nbsp;<a href="https://app.roll20.net/forum/post/4583045/full-attack-macro-for-flurry-of-blows-3-dot-5" rel="nofollow">https://app.roll20.net/forum/post/4583045/full-attack-macro-for-flurry-of-blows-3-dot-5</a>
I'm not sure if this will be of use.&nbsp;&nbsp; The Flurry of Blows doesn't effect the damage but does allow for a second attack using the same modifiers but each attack is attack is at at -2 penalty (at least at level 1 it is) &nbsp; On the Action Page of the Character sheet there is an option for Flurry of Blows that allows you to enter the modifier and the monk level, that can then be added to the macro.&nbsp;&nbsp; This is a macro that I wrote for my monk player for his flurry of blows using the Weapon 1 line on the Weapons page.&nbsp; They will need to have a token selected to make it work.&nbsp; There is also a lot of things referenced in there that probably aren't needed, but it was based of the standard attack macro on the sheet so I just left them in for later. &amp;{template:DnD35Attack} {{pcflag=true}} {{name=@{selected|character_name}}} {{subtags=Attacks first with a @{selected|weapon1name} }} {{attack1=hitting AC [[ 1d20cs&gt;@{selected|weapon1critmin} + @{selected|bab}[BAB] + @{selected|epicattackbonus}[Epic AB] + @{selected|weapon1stat}[Ability] + @{selected|size}[size] + @{selected|weapon1enh}[Weapon Enh] + @{selected|weapon1focus}[Weapon Focus] + @{selected|flurryblowsattackbonus}[Flurry of Blows] + @{selected|globalAttackBonus}[Global] + ?{Flank |No, 0|Yes, 2}[Flank] + ?{Additional Primary Attack Bonus?|0}[Ad'l Atk Bon] ]] }} {{critconfirm1=Crit?: [[ 1d20cs&gt;@{selected|weapon1critmin} + @{selected|bab}[BAB] + @{selected|epicattackbonus}[Epic AB] + @{selected|weapon1stat}[Ability] + @{selected|size}[size] + @{selected|weapon1enh}[Weapon Enh] + @{selected|weapon1focus}[Weapon Focus] + @{Selected|flurryblowsattackbonus}[Flurry of Blows] + @{selected|globalAttackBonus}[Global] + @{selected|featsAttackBonus}[Feats] + ?{Flank |No, 0|Yes, 2}[Flank] + ?{Additional Primary Attack Bonus?|0}[Ad'l Atk Bon] ]] }} {{damage1=for [[ @{selected|weapon1statdamage}[Dmg] + @{selected|weapon1damagestat}[Weapon Dmg Ability] + @{selected|weapon1enh}[Weapon Enh]+ ?{Additional Primary Damage Bonus?|0}[Ad'l Dmg Bon] + @{selected|weapon1specialize}[Weapon Spec] + @{selected|weapon1vardamage}[Var Dmg] + @{selected|globalDamageBonus}[Global] + @{selected|globalVariableDamageBonus}[Var. Global] + @{selected|featsDamageBonus}[Feats] + @{selected|featsVariableDamageBonus}[Conditions] ]] dmg}} {{critdmg1=+ [[ (@{selected|weapon1statdamage}[Dmg] + @{selected|weapon1damagestat}[Weapon Dmg Ability] + @{selected|weapon1enh}[Weapon Enh] + ?{Additional Primary Damage Bonus?|0}[Ad'l Dmg Bon] + @{selected|weapon1specialize}[Weapon Spec]) + (@{selected|weapon1critmult}-1)*(@{selected|globalDamageBonus}[Global] + @{selected|featsDamageBonus}[Feats]) ]] crit dmg}} {{fullattackflag= [[ 0d1 ]] }} {{notes=@{selected|weapon1specialproperties} }}
I should add that that covers both of the attacks.
Thank you&nbsp; I will try this in my game and report back&nbsp;