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

Requesting Some Macro Help.

Okay i have a new game on Friday and am going to be playing a druid so i wanted to learn how to create the macros with box's so i read the posts but could not get my head around it not very smart, so decided to ask here for some assistance Praying someone will hook me up. What i am after is two macro i can put in the Attributes & Ability's.  if possible it will have the following things. Green Boarder with name field. Two attack rolls to account for advantage and disadvantage. One damage field. Green Boarder with name field. Two attack rolls to account for advantage and disadvantage. One damage field. One Save DC One Effect box If someone who is more skilled could provide me with this i would be eternally grateful as it was doing my nut inn trying to figure it out.
1455749966

Edited 1455750747
Hi, Evann Tordir . Just so you know, the Roll20 Wiki contains pages for the its three D&D 5E character sheets ( Community Contributed , Shaped and OGL by Roll20 ) Each page should contain documentation on how to construct the sheet-specific Roll Templates ("macros with boxes"). More documentation for the Community Contributed sheet's &{template:5eDefault} Roll Template can be found here . Since you're referring to a Roll Template with a green border, it's a safe assumption that you're using either the Community Contributed or Shaped sheets (i.e. the &{template:5eDefault} Roll Template with the {{weapon=1}} field present.) Have you learned how to write and use inline dice rolls ? If not, it would be a good idea to review that linked section. Rolls situated within a Roll Template must be inline dice rolls. The Shaped character sheet outlines Roll Templates as such : Information on using general roll templates can be found at the Roll20 wiki . The Shaped Character Sheet for 5e Roll Template is described by the following syntax &{template:5eDefault} {{field=value}} {{...}} ... The table below describes the fields, their values, and their effect. The field and value must be set equal and enclosed in curly brackets as illustrated above. Does that make sense?
I read the guides but i could not get them to work properly thus why i asked for some help i will try to re-read the stuff but i am lacking time learn something new so if anyone would be so kind as to post me some template macros for what i listed i would be greatful.
1455826331

Edited 1455826406
&{template:5eDefault} {{weapon=1}} {{outputall=1}} {{title=My First Roll Template!}} {{Attack!=[[ 1d20 + 0 ]] or [[ 1d20 + 0 ]]}} {{Damage!=[[ 1d6 + 0 ]]}} {{Save DC=10}} {{Effects=None}} How's that?