I'm not sure if this will be of use. 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) 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. 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. They will need to have a token selected to make it work. 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. &{template:DnD35Attack} {{pcflag=true}} {{name=@{selected|character_name}}} {{subtags=Attacks first with a @{selected|weapon1name} }} {{attack1=hitting AC [[ 1d20cs>@{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>@{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} }}