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 .
×

[5e Shaped] importing macro issue

Hi hope someone can help a marco newbie. I put together a macro, heavily helped from several posts on these forums for my monks flurry of blows. My DM is thinking about changing our sheets from the 16 January 2016 version to the 2.2.20 one and my macro is a bit wonky. &{template:5eDefault} {{title=Flurry of Blows }}{{subheader2=Unarmed Strike}} {{emote=channels his ki energy to unleash two unarmed strikes}} {{subheaderright2=Reach 5'}} {{multiattack=1}} {{mattack1=[[1d20+@{Killichonan Rowanheart|dexterity_mod}+@{Killichonan Rowanheart|PB}]]}} {{mattack1adv=[[1d20+@{Killichonan Rowanheart|dexterity_mod}+@{Killichonan Rowanheart|PB}]]}} {{mdamage1=[[1d4+@{Killichonan Rowanheart|dexterity_mod}]] Bludgeoning}} {{mcritdamage1=[[1d4]]}} {{mattack2=[[1d20+@{Killichonan Rowanheart|dexterity_mod}+@{Killichonan Rowanheart|PB}]]}} {{mattack2adv=[[1d20+@{Killichonan Rowanheart|dexterity_mod}+@{Killichonan Rowanheart|PB}]] }} {{mdamage2=[[1d4+@{Killichonan Rowanheart|dexterity_mod}]] Bludgeoning}} {{mcritdamage2=[[1d4]] Originally it shows as But on the v 2.2.20 it shows as I wondered if there was a different template to use, anyone help me make it look more similar to the original? All help appreciated.
1459805419
Kryx
Pro
Sheet Author
API Scripter
The template has been completely redone with the redesign. You can see it&nbsp; <a href="https://github.com/mlenser/roll20-character-sheets" rel="nofollow">https://github.com/mlenser/roll20-character-sheets</a>... You can see the list of fields on vanakoji's google doc as well:&nbsp; <a href="https://docs.google.com/document/d/1sBdHp-7xDhYWt4" rel="nofollow">https://docs.google.com/document/d/1sBdHp-7xDhYWt4</a>... Short answer is that multiattack doesn't exist anymore. I would recommend you click an unarmed attack multiple times.
Many thanks that will help me fix things