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

D&D 3.5 macro help

Hi i was wondering how i can have a query for each attack as i have three attacks and i will not always be using them. My character uses a bow and has two regular attack for base attack bonus and one rapid shot. i would like a macro that has a question for each attack like the full attack query so that i can roll the ones i need. here is what i have so far &{template:default} {{name=@{character_name} full attack}} {{Attack1=[[1d20+@{bab}+@{dex-mod}+@{weapon1enh}+?{Flank (1=yes)|0}*2[Flank]+?{Flatfooted atk (1=yes)|0}*2[Profane]+1]] }} {{damage1=[[1d6+@{weapon1enh}+?{Flatfooted dmg (1=yes)|0}*2[Profane]+1]]}} {{Attack2=[[1d20+@{weapon1enh}+@{dex-mod}+@{bab}+?{Flank (1=yes)|0}*2[Flank]+?{Flatfooted atk (1=yes)|0}*2[Profane]-4]] }} {{damage2=[[1d6+@{weapon1enh}+?{Flatfooted dmg (1=yes)|0}*2[Profane]+1]]}} {{rapid shot=[[1d20+@{weapon1enh}+@{dex-mod}+@{bab}+?{Flank (1=yes)|0}*2[Flank]+?{Flatfooted atk (1=yes)|0}*2[Profane]+1]] }} {{damage3=[[1d6+@{weapon1enh}+?{Flatfooted dmg (1=yes)|0}*2[Profane]+1]]}} {{Sneak Attack=[[6d6r1]]}}
1502486137
Andrew C
Marketplace Creator
You can add @{target|target_n|token_name} to each attack but it asks you for all of them even if you aren't using them. There isn't a way to turn on and off attacks by a menu option.
okay thank you
can a query answer multiple entries? i was wondering if an answer to a query could add bonuses to multiple attacks?
1502514529
Andrew C
Marketplace Creator
You just repeat the query exactly. ?{Attack Mod|0} and ?{Attack Mod}  work the same way and remember one answer
1502514654
Andrew C
Marketplace Creator
Here is an attack macro for Diana Ps 3.5E Sheet that is for a Ranged attack with a Longbow. &{template:DnD35Attack} {{name=@{selected|token_name}}} {{subtags=attacks @{target|token_name} }} {{npcflag=true}} {{fullattackflag=[[ ?{Full Attack|Yes,1|No,0}d1]] }} {{attack1=Longbow: [[ 1d20cs>20+[[@{selected|npcbaseatt}+@{selected|npcdex-mod} +1 ]][Ranged]+?{Range|Under 100ft, 0|100 to 199ft,-2|200 to 299ft,-4|300 to 399ft,-6|400 to 499ft,-8|500 to 599ft,-10|600 to 699ft,-12|700 to 799,-14|800 to 899,-16|900 to 999,-18}[Increment]+?{Attack Modifier|0}[Misc Bonus] ]] vs [[@{target|bar2} ]] AC; }} {{critconfirm1= Crit Threat!: [[ 1d20+[[@{selected|npcbaseatt}+@{selected|npcdex-mod} +1 ]][Ranged]+?{Range}+?{Attack Modifier|0}[Misc Bonus] ]] vs [[@{target|bar2} ]] AC }} {{damage1= [[1d8+1+?{Damage Bonus|0}[Misc Bonus] ]] damage}} {{critdmg1=plus [[ 2d8+2+2*?{Damage Bonus|0}[Misc Bonus] ]] extra dmg }} {{attack2=Longbow: [[ 1d20cs>20+[[@{selected|npcbaseatt}+@{selected|npcdex-mod} +1 -5]][Ranged]+?{Range}[Increment]+?{Attack Modifier|0}[Misc Bonus] ]] vs [[@{target|bar2} ]] AC; }} {{critconfirm2= Crit Threat!: [[ 1d20+[[@{selected|npcbaseatt}+@{selected|npcdex-mod}+1-5 ]][Ranged]+?{Range}+?{Attack Modifier|0}[Misc Bonus] ]] vs [[@{target|bar2} ]] AC }} {{damage2= [[1d8+1+?{Damage Bonus|0}[Misc Bonus] ]] damage}} {{critdmg2=plus [[ 2d8+2+2*?{Damage Bonus|0}[Misc Bonus] ]] extra dmg }}