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

Chronurgy Wizard initiative macro help

1715107812

Edited 1715107886
Hello, I am going to start playing a Chronurgy Wizard and need some help making a macro that tracks all the relevant initiative modifiers in one place. I'll be starting at level 10 with a weapon of warning so I need to be able to roll with advantage (toggle option please) and will possibly have an active spell that grants an additional 1d8 to initiative rolls. This subclass also grants the ability to add the character Int modifier to their roll. This is what I have so far, but as you can see it doesn't query anything and just rolls.  &{template:default} {{name=Initiative}}{{@{selected|token_name}=[[ 1d20 + 1d8 + @{selected|intelligence_mod} + @{selected|initiative_bonus} &{tracker} ]]}} Please help!
1715109003
Gauss
Forum Champion
Hi Tony S.,  Which character sheet are you using? If you don't know the name please supply a screenshot. 
1715109919

Edited 1715109935
His name is Reamonn Aldor. I'd also like a macro I can share with my allies that I provide a bonus to (from Gift of Alacrity). I don't know their names at this time but can modify the macro with that info when I do.
1715110090

Edited 1715112129
Gauss said: Hi Tony S.,  Which character sheet are you using? If you don't know the name please supply a screenshot.  Tony S. said: His name is Reamonn Aldor. I'd also like a macro I can share with my allies that I provide a bonus to (from Gift of Alacrity). I don't know their names at this time but can modify the macro with that info when I do. No... what game are you playing, and what does the character sheet look like?  Are you playing D&D 5th Edition and using the 'D&D 5E by Roll20' character sheet? (The game creator/GM selects which character sheet to use... and there are several options for D&D 5th Edition). This is what the 'D&D 5E by Roll20' sheet looks like:
Sorry! That's the one we use. I misread your reply. Jarren said: Gauss said: Hi Tony S.,  Which character sheet are you using? If you don't know the name please supply a screenshot.  Tony S. said: His name is Reamonn Aldor. I'd also like a macro I can share with my allies that I provide a bonus to (from Gift of Alacrity). I don't know their names at this time but can modify the macro with that info when I do. No... what game are you playing, and what does the character sheet look like?  Are you playing D&D 5th Edition and using the 'D&D 5E by Roll20' character sheet? (The game creator/GM selects which character sheet to use... and there are several options for D&D 5th Edition). This is what the 'D&D 5E by Roll20' sheet looks like:
1715112035

Edited 1715112565
Tony S. said: I'll be starting at level 10 with a weapon of warning so I need to be able to roll with advantage (toggle option please) and will possibly have an active spell that grants an additional 1d8 to initiative rolls. This subclass also grants the ability to add the character Int modifier to their roll.  @{selected|wtype}&{template:simple} {{rname=@{selected|token_name}}} {{mod=@{selected|initiative_bonus}}} {{r1=[[?{Advantage?|Normal Roll,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1}+?{1d8 Spell Bonus?|Yes,1d8[Spell Bonus]|No,0}+@{selected|intelligence_mod}[INT]+@{selected|initiative_bonus}@{selected|pbd_safe}[INIT] &{tracker}]]}} {{normal=1}} @{selected|charname_output} Tony S. said: I'd also like a macro I can share with my allies that I provide a bonus to (from Gift of Alacrity). I don't know their names at this time but can modify the macro with that info when I do. Your allies can use this macro: @{selected|wtype}&{template:simple} {{rname=@{selected|token_name}}} {{mod=@{selected|initiative_bonus}}} {{r1=[[1d20+?{Gift of Alacrity?|Yes,1d8[Gift of Alacrity]|No,0}+@{selected|initiative_bonus}@{selected|pbd_safe}[INIT] &{tracker}]]}} {{normal=1}} @{selected|charname_output}
1715112535

Edited 1715112645
Gauss
Forum Champion
Tony S.,  Just to clarify...anytime you seek help with a macro or Mod (API Script) on Roll20 the first thing you (or anyone) should state is which character sheet is being used. There are hundreds of game systems and over a thousand character sheets being used on Roll20. Each character sheet has it's own methods for doing things.  D&D 5e alone has seven different character sheets on Roll20. So in your particular case the starting point you should always state is "The character sheet I am using D&D 5e by Roll20."  It saves time. :) Otherwise I think Jarren has answered your question? If you need further help please ask. 
Thank you! This is perfect! Jarren said: Tony S. said: I'll be starting at level 10 with a weapon of warning so I need to be able to roll with advantage (toggle option please) and will possibly have an active spell that grants an additional 1d8 to initiative rolls. This subclass also grants the ability to add the character Int modifier to their roll.  @{selected|wtype}&{template:simple} {{rname=@{selected|token_name}}} {{mod=@{selected|initiative_bonus}}} {{r1=[[?{Advantage?|Normal Roll,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1}+?{1d8 Spell Bonus?|Yes,1d8[Spell Bonus]|No,0}+@{selected|intelligence_mod}[INT]+@{selected|initiative_bonus}@{selected|pbd_safe}[INIT] &{tracker}]]}} {{normal=1}} @{selected|charname_output} Tony S. said: I'd also like a macro I can share with my allies that I provide a bonus to (from Gift of Alacrity). I don't know their names at this time but can modify the macro with that info when I do. Your allies can use this macro: @{selected|wtype}&{template:simple} {{rname=@{selected|token_name}}} {{mod=@{selected|initiative_bonus}}} {{r1=[[1d20+?{Gift of Alacrity?|Yes,1d8[Gift of Alacrity]|No,0}+@{selected|initiative_bonus}@{selected|pbd_safe}[INIT] &{tracker}]]}} {{normal=1}} @{selected|charname_output}
I appreciate your help. Thanks. Gauss said: Tony S.,  Just to clarify...anytime you seek help with a macro or Mod (API Script) on Roll20 the first thing you (or anyone) should state is which character sheet is being used. There are hundreds of game systems and over a thousand character sheets being used on Roll20. Each character sheet has it's own methods for doing things.  D&D 5e alone has seven different character sheets on Roll20. So in your particular case the starting point you should always state is "The character sheet I am using D&D 5e by Roll20."  It saves time. :) Otherwise I think Jarren has answered your question? If you need further help please ask.