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

Not working properly

This is the default macro for my paladin using a greatsword. I do have Power Attack (2) and use it often. Even without the Power Attack, I can't seem to hit anything above AC7. Help! - 1d20>@{weapon1critmin} +@{bab}[BAB] +@{epicattackbonus}[Epic AB] + @{weapon1stat}[Ability] +@{size}[size] +@{weapon1enh}[Weapon Enh] +@{weapon1focus}[Weapon Focus] + ?{Flank (1=yes)|0}*2[Flank] +?{Power Attack? (put in penalty with negative sign ie -3)|0}[Pwr Attk] +?{Additional Attack Bonus?|0}[Ad'l Atk Bon]
1496884962
The Aaron
Pro
API Scripter
If you just paste that as an ability on the character, without a /roll or [[ ]], you should see what all the bonuses expand to.  Try that and paste the results back to this thread.  That will help in tracking down if there is an issue.  Something might jump out as wrong when you do that as well.  Also, what character sheet are you using?
1496909949

Edited 1496910159
Ziechael
Forum Champion
Sheet Author
API Scripter
Zane S. said: This is the default macro for my paladin using a greatsword. I do have Power Attack (2) and use it often. Even without the Power Attack, I can't seem to hit anything above AC7. Help! -  1d20>@{weapon1critmin} +@{bab}[BAB] +@{epicattackbonus}[Epic AB] + @{weapon1stat}[Ability] +@{size}[size] +@{weapon1enh}[Weapon Enh] +@{weapon1focus}[Weapon Focus] + ?{Flank (1=yes)|0}*2[Flank] +?{Power Attack? (put in penalty with negative sign ie -3)|0}[Pwr Attk] +?{Additional Attack Bonus?|0}[Ad'l Atk Bon] It looks like the bolded bit above is creating a  success/failure result which is meaning that your 1d20 roll is resolving to a 1 or 0 as a result, then adding all of your other bonuses to that. Change it to: 1d20cs>@{weapon1critmin} And you should start hitting things again ;) The  cs helps the dice roller determine if you have rolled a crit threat or not and display the dice accordingly. Check out the  Dice Reference in the wiki for more fun things to do with dice :) Also, I sense a fellow 3.5er!
The Aaron said: If you just paste that as an ability on the character, without a /roll or [[ ]], you should see what all the bonuses expand to.  Try that and paste the results back to this thread.  That will help in tracking down if there is an issue.  Something might jump out as wrong when you do that as well.  Also, what character sheet are you using? I'm using the 3.5 sheet.
The Aaron said: If you just paste that as an ability on the character, without a /roll or [[ ]], you should see what all the bonuses expand to.  Try that and paste the results back to this thread.  That will help in tracking down if there is an issue.  Something might jump out as wrong when you do that as well.  Also, what character sheet are you using? I'm using the 3.5 sheet.
Ziechael said: Zane S. said: This is the default macro for my paladin using a greatsword. I do have Power Attack (2) and use it often. Even without the Power Attack, I can't seem to hit anything above AC7. Help! -  1d20>@{weapon1critmin} +@{bab}[BAB] +@{epicattackbonus}[Epic AB] + @{weapon1stat}[Ability] +@{size}[size] +@{weapon1enh}[Weapon Enh] +@{weapon1focus}[Weapon Focus] + ?{Flank (1=yes)|0}*2[Flank] +?{Power Attack? (put in penalty with negative sign ie -3)|0}[Pwr Attk] +?{Additional Attack Bonus?|0}[Ad'l Atk Bon] It looks like the bolded bit above is creating a  success/failure result which is meaning that your 1d20 roll is resolving to a 1 or 0 as a result, then adding all of your other bonuses to that. Change it to: 1d20cs>@{weapon1critmin} And you should start hitting things again ;) The  cs helps the dice roller determine if you have rolled a crit threat or not and display the dice accordingly. Check out the  Dice Reference in the wiki for more fun things to do with dice :) Also, I sense a fellow 3.5er! That works perfectly,thank you! And yes, I'm a 3.5er,lol.
1496939230
Ziechael
Forum Champion
Sheet Author
API Scripter
You are most welcome, us 3.5e masochists have to stick together ;) Happy rolling!