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.