
Hi, Brand new to roll 20, but have been GMing for 30+ years in D&D and other systems. I was very excited to find Roll20 as I now live in a small village in the arse end of nowhere. I am trying to set up attack rolls and damage rolls for my players to make their life easier. I am using the D&D3.5e template character sheet but have come across a problem. I click the "Attack calc/macro" button and get 3 d20 and 2 d6 rolled. the macro on the sheet is: 1d20cs>@{weapon1critmin} +@{bab}[BAB] +@{weapon1stat}[Ability] +@{size}[size] +@{weapon1enh}[Weapon1 Enh] +@{weapon1focus}[Weapon1 Focus] + ?{Flank (1=yes)|0}*2[Flank] +?{Power Attack? (put in penalty with negative sign ie -3)|0}[Pwr Attk] +?{Additional Attack Bonus?|0} The full attack macro is: &{template:DnD35Attack} {{pcflag=true}} {{name=@{character_name}}} {{subtags=attacks with a @{weapon1name} }} {{attack1=A1:[[@{weapon1attackcalc}]]}} {{critconfirm1=Crit!:[[@{weapon1attackcalc}]]}} {{fumbleroll=Fumble:[[d20]]}} {{damage1=D1:[[@{weapon1damage}]]}} {{critdmg1=+[[@{weapon1damage}]]}} {{fullattackflag=[[?{Full Attack? (hit space for full attack else hit return) |0}d1]]}} {{attack2=A2:[[@{weapon1attackcalc}-5]]}} {{critconfirm2=Crit!:[[@{weapon1attackcalc}-5]]}} {{damage2=D2:[[@{weapon1damage}]]}} {{critdmg2=+[[@{weapon1damage}]]}} {{attack3=A3:[[@{weapon1attackcalc}-10]]}} {{critconfirm3=Crit!:[[@{weapon1attackcalc}-10]]}} {{damage3=D3:[[@{weapon1damage}]]}} {{critdmg3=+[[@{weapon1damage}]]}} {{attack4=A4:[[@{weapon1attackcalc}-15]]}} {{critconfirm4=Crit!:[[@{weapon1attackcalc}-15]]}} {{damage4=D4:[[@{weapon1damage}]]}} {{critdmg4=+[[@{weapon1damage}]]}} and this rolls 9 d20 and 7 d4 Am i inputting data wrong in the character sheet? Link to image (warning: large image) Thanks in advance and apologies if the answer is very simple and i just can't see it, Martin