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

[Script] Concentration

1539086166

Edited 1540540444
Robin
API Scripter
Concentration Discord: Atheos#1095 Roll20:&nbsp; <a href="https://app.roll20.net/users/1226016/robin" rel="nofollow">https://app.roll20.net/users/1226016/robin</a> Github:&nbsp; <a href="https://github.com/RobinKuiper/Roll20APIScripts" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts</a> Reddit:&nbsp; <a href="https://www.reddit.com/user/robinkuiper/" rel="nofollow">https://www.reddit.com/user/robinkuiper/</a> Patreon:&nbsp; <a href="https://patreon.com/robinkuiper" rel="nofollow">https://patreon.com/robinkuiper</a> Paypal.me:&nbsp; <a href="https://www.paypal.me/robinkuiper" rel="nofollow">https://www.paypal.me/robinkuiper</a> Concentration keeps track of characters concentration, and reminds to do a concentration check. If you use the 5e OGL character sheet, it can also automaticly add the concentrating marker when a concentrating spell is cast. &nbsp; &nbsp; Commands !concentration Shows the config menu without tokens selected. Toggles concentration on selected tokens. Config Command &nbsp; - Which command you want to use for this script. Statusmarker &nbsp; - Which statusmarker you want to use for concentration. HP Bar &nbsp; - Which bar do you use as the HP bar? Send Reminder To &nbsp; - To who you want to send the reminder. Auto Add Con. Marker &nbsp; - Automatically add the concentration marker when a concentration spell is cast (works only for the 5e OGL sheet at the moment). Auto Roll Save &nbsp;- If you want to Automatically roll the saving throw. Bonus Attribute &nbsp; - Which attribute to use for the bonus modifier (defaulted to the constitution saving throw for the 5e OGL sheet). Advantage Menu &nbsp; - Shows a list of characters, where you can toggle which characters have advantage when autorolling the concentration save. &nbsp; Automatic add concentration Concentration can be added automatically when you put the option to true in the config menu, and a player cast a concentration spell with a spellcard. Due to Roll20 it's not possible by default to read this from spell attacks/damage types. You can add&nbsp; !concentration &nbsp;somewhere in the spells description to work around this restriction. Don't forget to also put&nbsp; Include spell description in attack &nbsp;on&nbsp; on . Changelog: 0.1.15 Workaround for concentration on attack spells. Message when the player starts concentrating on something else. 0.1.14 Changed advantage system on autoroll. Fix where huge damage would crash the api. 0.1.13 Optionally autoroll with advantage. Optionally show roll button when not using autorolling. 0.1.12 !concentration &nbsp;can now have another argument to name the spell, eg.&nbsp; !concentration Bless . !concentration &nbsp;can be used by players (for controlled characters) now. 0.1.11 !concentration &nbsp;with tokens selected will now toggle the statusmarker on them. 0.1.10 If you use autoroll, and the save failed, it will automatically remove the statusmarker. 0.1.9 Auto Roll Saves (Optional) 01-05-2018 - 0.1.8 Bugfix. 28-04-2018 - 0.1.7 Remove statusmarker from all objects when removed. 25-04-2018 - 0.1.5 Correct whisper target on spell cast concentration check.
SO AWESOME! GLAD TO HAVE YOU BACK!
1539109043
Robin
API Scripter
Anthony V. said: SO AWESOME! GLAD TO HAVE YOU BACK! I plan on staying! No promisses tho xD
Good to hear! Are the one-click repositories gonna be updated as well? Robin said: Anthony V. said: SO AWESOME! GLAD TO HAVE YOU BACK! I plan on staying! No promisses tho xD
1539111558
Robin
API Scripter
Anthony V. said: Good to hear! Are the one-click repositories gonna be updated as well? Robin said: Anthony V. said: SO AWESOME! GLAD TO HAVE YOU BACK! I plan on staying! No promisses tho xD Yeh, will submit all the updates later this week to their repo.
Awesome work. The advantage option helps greatly. Thanks :)
1539246987
Robin
API Scripter
Update 0.1.14 <a href="https://github.com/RobinKuiper/Roll20APIScripts/tree/master/Concentration" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts/tree/master/Concentration</a> **0.1.14** * Changed advantage system on autoroll. * Fix where huge damage would crash the api.
As someone who uses the Shaped Sheet, what attribute should I set as "Bonus Attribute"?
1540304962

Edited 1540304974
Robin
API Scripter
Calliban said: As someone who uses the Shaped Sheet, what attribute should I set as "Bonus Attribute"? I believe it was "constitution_mod_with_sign"
1540540505
Robin
API Scripter
Update 0.1.15 <a href="https://github.com/RobinKuiper/Roll20APIScripts/tree/master/Concentration" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts/tree/master/Concentration</a> Workaround for concentration on attack spells, see first post or link for more info. Message when the player starts concentrating on something else.
1541060999
Robin
API Scripter
Update 0.1.16 <a href="https://github.com/RobinKuiper/Roll20APIScripts/tree/master/Concentration" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts/tree/master/Concentration</a> Shaped sheet support.
i am having issues with turning concentration off. using the !concentration removes the stopwatch from the token but when they take damage it still rolls for concentration.
1541520087
Robin
API Scripter
FracturedSolace said: i am having issues with turning concentration off. using the !concentration removes the stopwatch from the token but when they take damage it still rolls for concentration. That's weird. I will run some tests later tonight or tomorrow.
Robin said: Update 0.1.16 <a href="https://github.com/RobinKuiper/Roll20APIScripts/tree/master/Concentration" rel="nofollow">https://github.com/RobinKuiper/Roll20APIScripts/tree/master/Concentration</a> Shaped sheet support. Thank you very much!&nbsp;