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

Pathfinder sheet and multi-attacks

So I'm not sure if this is been posted already (didn't find it). When using the Pathfinder sheet were not able to get it to roll several attacks at different attack roll bonuses. Is this a currently known issue or are we just not doing something right?
1401496658
Sam M.
Pro
Sheet Author
Multiple attacks are things you should handle within a macro. The sheet only makes one attack when you press an attack button
1401742499

Edited 1401742649
Heres a macro I use for full-round attacks using the Pathfinder sheet: @{selected|NAME} Full-round attacks @{target|NAME}. @{selected|NAME} [[{1d20 + @{selected|attk-melee}}]] vs @{target|NAME} [[@{target|AC}]] to hit, and [[@{selected|Weapon}+@{selected|ExDam}]] for the damage of the first attack. @{selected|NAME} [[{1d20 + @{selected|attk-melee}}-5]] vs @{target|NAME} [[@{target|AC}]] to hit second, and [[@{selected|Weapon}+@{selected|ExDam}]] for the damage. Attacker Notes: @{selected|attack-notes} Target Notes: @{target|defense-notes} For this macro to work, player would select their token, use the macro, then select their target. I know some folks even add in variable commands ?{x} so they can factor in things like Power Attacks or what have you. Typically, I would factor that kind of stuff in on the characters sheet if they do it often or all the time, and just mental math if they decide otherwise (in situations like Point-Blank Shot). I used separate attributes for the weapons and extra damage. It wouldn't be difficult to map specifically to the weapons on the sheet, as I used to have it. I just found this method a bit easier for my players who swap out weapons. Simpler to change some attributes than fiddle around with the macro.