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

Macros

1486250773
AquaAlex
Sheet Author
Translator
API Scripter
I think lets list some Macros here that could be useful
1486251733

Edited 1486308796
All my Macros: [[Thac0-(D20)-MagicMod-StrMod/Missile Adjust]] [[d8+Str+Magic+Dex]] Mine [[17-(1d20)-2]] Lay on Hands Healed for [[8]] Turn Undead [[1d20>19]] Replace with w/e the > should be one lower then it actually is [[2d6]] Probably an easier way to do it
1486253274

Edited 1486255205
AquaAlex
Sheet Author
Translator
API Scripter
Healing Macro: ?{Which Cure spell are you casting?| Cure Light Wounds, **Cure Light Wounds** Target Regains [[1d8]] HP.| Cure Moderate Wounds, **Cure Moderate Wounds** Target Regains [[1d10+1]] HP.| Cure Serious Wounds, **Cure Serious Wounds** Target Regains [[2d8+1]] HP.| Cure Critical Wounds, **Cure Critical Wounds** Target Regains [[3d8+3]] HP.| Cure Heal, **HEAL** Target is completely cured of all diseases blindness and all damage as well as feeble-mind spell and mental disorders. } Paladin Lay-on-Hands (if you choose Lay on Hands it will ask for modifier this is paladin level): /me lays on hands and heals [[2 * ?{Modifier|1}]] HP
its great that we can speed the game up with the use of macros for special abilities such as clerical turning. If anyone as a suggestion on how we can do the same for spells in which the info is called up instead of searching for the spells in purple worm or else where (especially with the new spells) i am all ears
you cam create handouts with spell descriptions but that uses up your same memory, or use D&D wiki or like.
yeah..handouts are like the decks i wanted to use..eats up space...and the official decks from TSR had over 400 cards each I could try and link each spell from purple worm
1486319830
AquaAlex
Sheet Author
Translator
API Scripter
macros for spell list can be done just LOADS of typing :) But maybe people can help me with that
1486322321

Edited 1486476306
may scrap the idea of spell cards for the priests and mages... so i scrapped the idea of decks of spell cards and decided to create macros for the spells in Samsons and Reginald Spellbooks. the ones i have work fine and even the one for magic missile works..just have to edit the number of d4s are rolled when they get to 7th level.
1490038108

Edited 1490055205
AquaAlex
Sheet Author
Translator
API Scripter
ATTACK MACROS: Example (Create a main Macro: This Macro is ticked as a Show as Token Action) Create this on your character sheet under Abilities NAME: ATTACK Actions: (Important only create as many repetitions as weapons you have, here is 4 weapons for instance) /w @{selected|token_name} &{template:default}{{name=ATTACKS}}{{[@{selected|weaponname}](! #ATTACK1)[@{selected|repeating_weapons_$0_weaponname}](! #ATTACK2)[@{selected|repeating_weapons_$1_weaponname}](! #ATTACK3)[@{selected|repeating_weapons_$2_weaponname}](! #ATTACK4)}} Actions: (Important only create as many repetitions as weapons you have, here is 10 weapons for instance) /w @{selected|token_name} &{template:default}{{name=ATTACKS}}{{[@{selected|weaponname}](! #ATTACK1)[@{selected|repeating_weapons_$0_weaponname}](! #ATTACK2)[@{selected|repeating_weapons_$1_weaponname}](! #ATTACK3)[@{selected|repeating_weapons_$2_weaponname}](! #ATTACK4)[@{selected|repeating_weapons_$3_weaponname}](! #ATTACK5)[@{selected|repeating_weapons_$4_weaponname}](! #ATTACK6)[@{selected|repeating_weapons_$5_weaponname}](! #ATTACK7)[@{selected|repeating_weapons_$6_weaponname}](! #ATTACK8)[@{selected|repeating_weapons_$7_weaponname}](! #ATTACK9)[@{selected|repeating_weapons_$8_weaponname}](! #ATTACK10)}}
1490047935

Edited 1490051050
AquaAlex
Sheet Author
Translator
API Scripter
(Create a main Macro: This Macro is ticked as a Show as Token Action) Create this on your character sheet under Abilities NAME: CHECKS FOR THIEF: /w @{selected|token_name} &{template:2Edefault}{{name=@{selected|token_name} attempts a Check!}}{{[Thief Skills](! #CHECK-THIEF) [Non-Weapon Prof](! #CHECK-NWP) [Ability Checks](! #CHECK-ABILITY)}} FOR NON-THIEF: /w @{selected|token_name} &{template:2Edefault}{{name=@{selected|token_name} attempts a Check!}}{{[Non-Weapon Prof](! #CHECK-NWP) [Ability Checks](! #CHECK-ABILITY)}}
1490049037

Edited 1490814337
AquaAlex
Sheet Author
Translator
API Scripter
First you add the CHECKS macro above as a SHOW AS TOKEN ACTION on your character sheet and then you add this macro (not as token action) under Collections tab, Macros Example NAME: CHECK-NWP Actions: (this list must only contain number of NWP your character has, this is for 4 NWP) &{template:default}{{name=@{selected|token_name} uses a Non-Weapon Proficiency}}{{?{Proficiency Being Used?| @{selected|repeating_profs_$0_profname},@{selected|repeating_profs_$0_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$0_profstatnum}@{selected|repeating_profs_$0_profmod}| @{selected|repeating_profs_$1_profname},@{selected|repeating_profs_$1_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$1_profstatnum}@{selected|repeating_profs_$1_profmod}| @{selected|repeating_profs_$2_profname},@{selected|repeating_profs_$2_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$2_profstatnum}@{selected|repeating_profs_$2_profmod}| @{selected|repeating_profs_$3_profname},@{selected|repeating_profs_$3_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$3_profstatnum}@{selected|repeating_profs_$3_profmod}}?{Misc Modifier? (Include + or -)|+0}]]]] Success(es)}} Actions: (this list must only contain number of NWP your character has, this is for 8 NWP) &{template:default}{{name=@{selected|token_name} uses a Non-Weapon Proficiency}}{{?{Proficiency Being Used?| @{selected|repeating_profs_$0_profname},@{selected|repeating_profs_$0_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$0_profstatnum}@{selected|repeating_profs_$0_profmod}| @{selected|repeating_profs_$1_profname},@{selected|repeating_profs_$1_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$1_profstatnum}@{selected|repeating_profs_$1_profmod}| @{selected|repeating_profs_$2_profname},@{selected|repeating_profs_$2_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$2_profstatnum}@{selected|repeating_profs_$2_profmod}| @{selected|repeating_profs_$3_profname},@{selected|repeating_profs_$3_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$3_profstatnum}@{selected|repeating_profs_$3_profmod}| @{selected|repeating_profs_$4_profname},@{selected|repeating_profs_$4_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$4_profstatnum}@{selected|repeating_profs_$4_profmod}| @{selected|repeating_profs_$5_profname},@{selected|repeating_profs_$5_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$5_profstatnum}@{selected|repeating_profs_$5_profmod}| @{selected|repeating_profs_$6_profname},@{selected|repeating_profs_$6_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$6_profstatnum}@{selected|repeating_profs_$6_profmod}| @{selected|repeating_profs_$7_profname},@{selected|repeating_profs_$7_profname} [[1d20cs1cf20<[[@{selected|repeating_profs_$7_profstatnum}@{selected|repeating_profs_$7_profmod}}?{Misc Modifier? (Include + or -)|+0}]]]] Success(es)}}
Do you know if these would work with the First edition character sheets?
1490223919
AquaAlex
Sheet Author
Translator
API Scripter
Wesley H. said: Do you know if these would work with the First edition character sheets? not sure can test it and see, if not might then may only need minor tweaks
1490814274
AquaAlex
Sheet Author
Translator
API Scripter
For Spell Lists: (Create a main Macro: This Macro is ticked as a Show as Token Action) Create this on your character sheet under Abilities NAME: ClericSpells: ACTIONS: #C-0-ClericSpells NAME: DruidSpells: ACTIONS: #D-0-DruidSpells NAME: PriestSpells: ACTIONS: #P-0-PriestSpells (this macro contains all divine spells so you will need to make sure to only select spells you can cast based on sphere)