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

The One Ring - Macros for adversary attacks

Hello everyone. Next Friday I’m playing a session in which the PCs will face a large number of enemies. I've been researching how to create macros to roll attacks without having to continually open adversary sheets. I am new to Roll20 and unfortunately I don't control macros as much as I would like. I found someone created some macros for this that I ask for but they don't work (I think it's because of an update to the character sheet a few months ago). Is it possible to do a macro for this? Sorry if I have not expressed myself clearly. I am using the Google translator. Here is the link I refered to: <a href="https://app.roll20.net/forum/post/3750931/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/3750931/slug%7D</a> In github there are other macros but they don´t work either: <a href="https://gist.github.com/Heilemann/bf3b4f3b0f0695ee9bd8" rel="nofollow">https://gist.github.com/Heilemann/bf3b4f3b0f0695ee9bd8</a> Thanks
After a few tries, I got what I wanted. I leave here the macro that I was looking for in case someone finds it useful. If the rollable tables on the wiki are used to use the dice symbols for "The One Ring", it should be noted that if the "feat" rollable table and "lm-feat" rollable table are configured with the Eye of Sauron and Gandalf rune with a value of 10, cannot be discerned in the "default template" if it is 10 or Gandalf rune (for the pcs) or Eye of Sauron (for the enemies). So you have to change the value of these symbols to 12 in these rollable tables to see the exact result when you put the mouse pointer over it. The text is in Spanish, it should simply be changed from "ataca con" to "attacks with", "daño" to "damage", etc. Main weapon: /me @{selected|token_name} ataca con @{selected|weapon_skill_name_1} &amp;{template:default} {{name=@{selected|token_name}}} {{Ataque=[[1t[lm-feat] + @{selected|weapon_rating_1}t[@{selected|weary}] + [[@{selected|weapon_favoured_1} * @{selected|attribute_level}]] + ?{Modifier|0}]]}} {{Daño=@{selected|weapon_damage_1}}} {{Filo=@{selected|weapon_edge_1}}} {{Herida=@{selected|weapon_injury_1}}} {{Daño extra=@{selected|attribute_level}}} Secondary weapon: /me @{selected|token_name} ataca con @{selected|weapon_skill_name_2} &amp;{template:default} {{name=@{selected|token_name}}} {{Ataque=[[1t[lm-feat] + @{selected|weapon_rating_2}t[@{selected|weary}] + [[@{selected|weapon_favoured_2} * @{selected|attribute_level}]] + ?{Modifier|0} ]]}} {{Daño=@{selected|weapon_damage_2}}} {{Filo=@{selected|weapon_edge_2}}} {{Herida=@{selected|weapon_injury_2}}} {{Daño extra=@{selected|attribute_level}}} Third weapon: /me @{selected|token_name} ataca con @{selected|weapon_skill_name_3} &amp;{template:default} {{name=@{selected|token_name}}} {{Ataque=[[1t[lm-feat] + @{selected|weapon_rating_3}t[@{selected|weary}] + [[@{selected|weapon_favoured_3} * @{selected|attribute_level}]] + ?{Modifier|0} ]]}} {{Daño=@{selected|weapon_damage_3}}} {{Filo=@{selected|weapon_edge_3}}} {{Herida=@{selected|weapon_injury_3}}} {{Daño extra=@{selected|attribute_level}}} "feat" rollable table with the Gandalf rune as 12 in the die. "lm-feat" rollable table with the Eye ofo Sauron as 12. Here we can see that an orc rolls an Eye of Sauron (12 in the feat die). Hope&nbsp; someone finds it useful. Regards!!