Roll20 Tutorial: Setting up your Monster Manual - D&D

This is a quick guide to show you how to use Roll20 to create an awesome monster manual in game.
This is the random life macro (not on character sheet):
/w gm [[@{selected|npc_HP_hit_dice}]]
Template Macros:
Action:Weapon
%{Selected|NPCAction1}
Action:Multiattack
%{Selected|NPCAction1}
%{Selected|NPCAction2}
Initiative
%{Selected|npc_Initiative}
Saves
/w GM &{template:default} {{name=Saving Throws}} {{Str Save= [[1d20+@{npc_strength_mod}]] | [[1d20+@{npc_strength_mod}]]}} {{Dex Save= [[1d20+@{npc_dexterity_mod}]] | [[1d20+@{npc_dexterity_mod}]]}} {{Con Save= [[1d20+@{npc_constitution_mod}]] | [[1d20+@{npc_constitution_mod}]]}} {{Int Save= [[1d20+@{npc_intelligence_mod}]] | [[1d20+@{npc_intelligence_mod}]]}} {{Wis Save= [[1d20+@{npc_wisdom_mod}]] | [[1d20+@{npc_wisdom_mod}]]}} {{Cha Save= [[1d20+@{npc_charisma_mod}]] | [[1d20+@{npc_charisma_mod}]]}}
Perception
%{Selected|npc_perception_check}
/w gm &{template:default} {{name=Passive Perception}} {{Passive Perception=[[@{Selected|npc_passive_perception}]]}}
DR/Immunities
/w gm &{template:default} {{name=DR/Immunities}} {{Damage Resistance= @{selected|npc_damage_resistance}}} {{Damage Vulnerability= @{selected|npc_damage_Vulnerability}}} {{Damage Immunity= @{selected|npc_damage_immunity}}} {{Condition Immunity= @{selected|npc_condition_immunity}}}
Stats
/w gm &{template:default} {{name=Stats}} {{Armor Class= @{selected|npc_AC}}} {{Hit Dice= @{selected|npc_HP_hit_dice}}} {{Speed= @{selected|npc_speed}}} {{Fly= @{selected|npc_speed_fly}}} {{Climb= @{selected|npc_speed_climb}}} {{Swim= @{selected|npc_speed_swim}}}
Trait:Example
/w gm &{template:default} {{name=Tentacles}}
/w gm Fill in anything you want here.

Пікірлер: 276

  • @WolfGirl930
    @WolfGirl9304 жыл бұрын

    As a complete new comer to Roll 20 -- Thank you. This has been massively helpful with basics. I have also looked at your other video's and have made and edited tokens with token tool. Top man.

  • @ismebruno
    @ismebruno8 жыл бұрын

    just started using roll20. This is exactly what I was looking for! Thank you so much dude!

  • @Taking20

    @Taking20

    8 жыл бұрын

    Another satisfied customer! Seriously though, thank you for the kind words!

  • @stevenfranklin1124
    @stevenfranklin11247 жыл бұрын

    I've been scouring youtube for video to help me learn this system. Yours have been by far the most helpful, especially this one! Thanks for your help!

  • @Taking20

    @Taking20

    7 жыл бұрын

    Wow... thank you Steven for the kind words. I am really glad you liked it. I have a ton of Roll20 tutorials if you are looking for more called the Roll20 Master Series.

  • @stevenfranklin1124

    @stevenfranklin1124

    7 жыл бұрын

    Watched every one! Even downloaded them all to my phone for quick reference as I try to set everything up. Not much of a programmer and no experience with macros, so I refer to them constantly :)

  • @TommyBoy8972
    @TommyBoy89727 жыл бұрын

    Dude, thank you. You solved a lot of problems I was having with creating monsters and Macros.

  • @Squidzilla-mc8ju
    @Squidzilla-mc8ju6 жыл бұрын

    Thank you for making this video. This technique is going to make running a game so much easier.

  • @grahamcorcoran8936
    @grahamcorcoran89367 жыл бұрын

    Very useful video - I've been having a heck of a time translating this to the Pathfinder NPC sheet (which is infinitely less clean than the 5e NPC sheet) but I'm finally pretty much successful. Thanks for making this video!

  • @Taking20

    @Taking20

    7 жыл бұрын

    Awesome Graham! Don't forget to check out the Master Series when you're done. (The 1st video is 5e specific on the 5e Monster Manual for a different sheet, but the rest of the series will help with ANY system.

  • @professorjedi1024
    @professorjedi10247 жыл бұрын

    dude just found your videos as I'm learning to DM my first game with Roll20... awesome!!!

  • @Taking20

    @Taking20

    7 жыл бұрын

    Welcome to the channel! So glad you like it so far.

  • @fractal_mind8191
    @fractal_mind81918 жыл бұрын

    This is going to really help me get my first roll20 campaign off the ground. Thanks!

  • @Taking20

    @Taking20

    8 жыл бұрын

    So glad you found it helpful!

  • @JosephDungee
    @JosephDungee7 жыл бұрын

    Excellent job Talking20 !!

  • @SchokkerT
    @SchokkerT6 жыл бұрын

    An excellent video, saved me a lot of trouble! Thank you

  • @zerosius
    @zerosius8 жыл бұрын

    For everyone using the - 5th Edition OGL Character Sheet by Roll20 - Here are the featured macros with updated reference codes to work with it :) I updated the Perception Macro to use the Senses Attribute for the NPC Sheet instead, so it will show all you put in there, analog to the section in the monster manual. For the Actions just count up from 0. Action:Weapon: %{selected|repeating_npcaction_$0_npc_action} Action:Multiattack: /w gm &{template:default} {{name=Multiattack}} %{selected|repeating_npcaction_$0_npc_action} %{selected|repeating_npcaction_$0_npc_action} DR/Immunities: /w gm &{template:default} {{name=DR/Immunities}} {{Damage Resistance= @{selected|npc_resistances}}} {{Damage Vulnerability= @{selected|npc_vulnerabilities}}} {{Damage Immunity= @{selected|npc_immunities}}} {{Condition Immunity= @{selected|npc_condition_immunities}}} Perception: %{Selected|npc_perception} /w gm &{template:default} {{name=Senses}} /w gm @{Selected|npc_senses} Stats: /w gm &{template:default} {{name=Stats}} {{Armor Class= @{selected|npc_AC}}} {{Hit Dice= @{selected|npc_hpformula}}} {{Speed= @{selected|npc_speed}}} Saves: /w GM &{template:default} {{name=Saving Throws}} {{Str Save= [[1d20+@{npcd_str_mod}]] | [[1d20+@{npcd_str_mod}]]}} {{Dex Save= [[1d20+@{npcd_dex_mod}]] | [[1d20+@{npcd_dex_mod}]]}} {{Con Save= [[1d20+@{npcd_con_mod}]] | [[1d20+@{npcd_con_mod}]]}} {{Int Save= [[1d20+@{npcd_int_mod}]] | [[1d20+@{npcd_int_mod}]]}} {{Wis Save= [[1d20+@{npcd_wis_mod}]] | [[1d20+@{npcd_wis_mod}]]}} {{Cha Save= [[1d20+@{npcd_cha_mod}]] | [[1d20+@{npcd_cha_mod}]]}}

  • @zerosius

    @zerosius

    8 жыл бұрын

    +zerosius Also an alternative stats macro that includes Attribute Scores and modifiers: /w gm &{template:default} {{name=Stats}} {{Armor Class= @{selected|npc_AC}}} {{Hit Dice= @{selected|npc_hpformula}}} {{Speed= @{selected|npc_speed}}} {{Strength= @{selected|npcd_str} | @{selected|npcd_str_mod}}} {{Dexterity= @{selected|npcd_dex} | @{selected|npcd_dex_mod}}} {{Constitution= @{selected|npcd_con} | @{selected|npcd_con_mod}}} {{Intelligence= @{selected|npcd_int} | @{selected|npcd_int_mod}}} {{Wisdom= @{selected|npcd_wis} | @{selected|npcd_wis_mod}}} {{Charisma= @{selected|npcd_cha} | @{selected|npcd_cha_mod}}}

  • @FeelMyLance

    @FeelMyLance

    8 жыл бұрын

    +zerosius Doing God's work.

  • @Taking20

    @Taking20

    8 жыл бұрын

    +Giganticus Giraffigus Well he certainly took off with it didn't he? Totally ok with me! I am glad others liked the video. I love this system and just wanted to share it with other geeks like myself.

  • @grigorigahan

    @grigorigahan

    8 жыл бұрын

    +zerosius omg I fucking love you at the moment.. I searched so damn hard to find just this and found this comment on accident.

  • @abandonedandhistoricalplac1277

    @abandonedandhistoricalplac1277

    6 жыл бұрын

    2 years later and this post is still saving GM lives. I wanted to create macros but had no idea how to go about it with the code. The above is wonderful! Thank you!

  • @johnathansaniuk7636
    @johnathansaniuk76368 жыл бұрын

    Hey just wanted to say thanks man. This is going to help me a lot for exactly the reasons you mentioned of not having to spend so much time setting up. Really appreciate it, keep up the good work.

  • @Taking20

    @Taking20

    8 жыл бұрын

    +Melvin Zachewhietz Thank you so much! It's great to hear from people that they like the system.

  • @johnathansaniuk7636

    @johnathansaniuk7636

    8 жыл бұрын

    +Taking20 Yeah, I've been trying to adopt a similar system for a while now (except the folders are different because I'm playing a completely different game) but you really helped me out by showing me how to set the tokens. also there were a few other general tips I found very useful, though I can't quite remember them off the top of my head. All in all good video, thanks again.

  • @Taking20

    @Taking20

    8 жыл бұрын

    +Melvin Zachewhietz Melvin, did you get your system all worked out?

  • @johnathansaniuk7636

    @johnathansaniuk7636

    8 жыл бұрын

    Mostly, unfortunately I'd already spent a substantial amount of time making monster pages, and now I have to go back and edit the old ones. It's totally worth it though and has been making things run a lot smoother. Especially when I don't have to open so many character pages to view all their stats.

  • @Pike27
    @Pike277 жыл бұрын

    This is the only video that I watched from your channel. Yet. It was damn useful, man! I might even subscribe, watch some of the other videos on your channel. Keep up the good work :)

  • @Taking20

    @Taking20

    7 жыл бұрын

    Before you spend a bunch of time on this one, check out the master series! It has an even better system if you are using dnd 5e

  • @Pike27

    @Pike27

    7 жыл бұрын

    I am actually using the 3.5 one. Your macros had to be redefined for that system, though it was not a hard thing to do. Still I'll check them out later :D

  • @zerosius
    @zerosius8 жыл бұрын

    Absolutely Brilliant! Clean and easy to setup/use. Thank you, great help for a new DM on roll20 :)

  • @Taking20

    @Taking20

    8 жыл бұрын

    +zerosius Thank you so much. I had so much fun, I have decided to start a new Roll20 tutorial series soon. The videos will be MUCH shorter and edited down so I won't be rambling as much.

  • @zerosius

    @zerosius

    8 жыл бұрын

    +Taking20 Perfect! Btw i just adapted the macros for the - 5th Edition OGL Character Sheet by Roll20 - Since they use some different Reference Codes for the attributes :) Ill post it as another reply to the video if thats ok!

  • @bitchinvids
    @bitchinvids3 жыл бұрын

    I love this. SO helpful, thanks!

  • @winterthrill3900
    @winterthrill39007 жыл бұрын

    This is awesome- thank you so much!

  • @ianwerth283
    @ianwerth2838 жыл бұрын

    Wow this looks great. Thanks for the info.

  • @Taking20

    @Taking20

    8 жыл бұрын

    +Ian Werth Thanks Ian. I hope it was useful for you.

  • @LovingPrinceTamayuki
    @LovingPrinceTamayuki5 жыл бұрын

    From a D&D fan/Excel fan I love the look of this. A friend of mine found a character sheet made in Excel and it was amazing but I still use the PDF.

  • @importado2323
    @importado23234 жыл бұрын

    Nice work!!! love it !

  • @johnthevampire819
    @johnthevampire8192 жыл бұрын

    Amazing video!! Thank you!!!

  • @Xeno-M-morph
    @Xeno-M-morph4 жыл бұрын

    Thanks for sharing this information really helpful

  • @colbruce
    @colbruce8 жыл бұрын

    good techniques thanks Cody. Gold

  • @Taking20

    @Taking20

    8 жыл бұрын

    +colbruce Glad you enjoyed it!

  • @Justnothankyou132
    @Justnothankyou1324 жыл бұрын

    Excellent video!

  • @buethling
    @buethling5 жыл бұрын

    This is great, thanks!

  • @Gillford0
    @Gillford03 жыл бұрын

    This is great. Thank you

  • @vikitor21
    @vikitor214 жыл бұрын

    Came looking for tips, found gold

  • @randomass2273
    @randomass22737 жыл бұрын

    How do u handle spellcasting Mobs? Are u just using the action spaces for spells aswell?

  • @GeekHouseYT
    @GeekHouseYT7 жыл бұрын

    Is there a way to do this with PCs? I am using the 1.1.14 player sheet, and I try a similar macro for attacks, for instance, and it does not work.

  • @fearositosskies1090
    @fearositosskies10908 жыл бұрын

    This was really awesome despite it being for 5th edition which didn't really transfer over to 3rd edition which i use. with it i was able to figure it out and hopefully it helps me in my next session. Thanks a lot for the great ideas and setup.

  • @Taking20

    @Taking20

    8 жыл бұрын

    Glad you were able to get it working! PS. Don't forget to share your secrets hahaha...

  • @fearositosskies1090

    @fearositosskies1090

    8 жыл бұрын

    Sure thing i haven't had a lot of time to work through all of it, but here is what i got. Version 3.5 SAVES: /w GM &{template:default} {{name=Saving Throws}} {{Str Save= [[1d20+@{npcstr-mod}]] | [[1d20+@{npcstr-mod}]]}} {{Dex Save= [[1d20+@{npcdex-mod}]] | [[1d20+@{npcdex-mod}]]}} {{Con Save= [[1d20+@{npccon-mod}]] | [[1d20+@{npccon-mod}]]}} {{Int Save= [[1d20+@{npcint-mod}]] | [[1d20+@{npcint-mod}]]}} {{Wis Save= [[1d20+@{npcwis-mod}]] | [[1d20+@{npcwis-mod}]]}} {{Cha Save= [[1d20+@{npccha-mod}]] | [[1d20+@{npccha-mod}]]}} STATS: /w gm &{template:default} {{name=Stats}} {{Armor Class= @{npcarmorclass}}} {{Hit Dice= @{npchitdie}}} {{Speed= @{npcspeed}}} This should help.

  • @Taking20

    @Taking20

    8 жыл бұрын

    Thank you so much for sharing this with everyone!

  • @Failypso
    @Failypso8 жыл бұрын

    This is the best thing ever.

  • @Taking20

    @Taking20

    8 жыл бұрын

    Awwwww shucks... you're too kind. Glad you like it!

  • @simdo01
    @simdo014 жыл бұрын

    Thx for the series. Very informative. New to this and I do have a question. In looking at the rolls for melee weapons both attack and damage. It appears that there is a Global Melee Attack Bonus and a Global Melee Damage bonus being added to each roll which seems to make the rolls excessive(always hit and a lot of damage). What are those for and did i fill the sheet out incorrectly somehow? Any light you can shed would be great! thx much.

  • @MrLocuzt
    @MrLocuzt4 жыл бұрын

    So moving my entire social life online because of you know - Corona! I'm finding your videos really great and informative! Just to be clear though i can't export my Monster Manual to another campaign right? Wow! 3y since last comment... you may never see this :)

  • @toniavb

    @toniavb

    4 жыл бұрын

    I new to this and was thinking about the same thing... It'd be nice to be able to export characters and Monster Manuals

  • @MrLocuzt

    @MrLocuzt

    4 жыл бұрын

    @@toniavb Yeah, its easy enough to export one monster, or several. Problem is when starting a new campaign and there beeing alot of manual admin going on to move your already created content....

  • @MrLocuzt

    @MrLocuzt

    4 жыл бұрын

    Characters is easy though :) Just use the Vault - same as with monsters

  • @toniavb

    @toniavb

    4 жыл бұрын

    @@MrLocuzt google this: VTT Enhancement Suite.

  • @WOLFE221

    @WOLFE221

    4 жыл бұрын

    Pro users can use the Transmogrify feature to transport maps, handouts, monsters, npcs, players characters etc from one game to another.

  • @shawn6745
    @shawn67455 жыл бұрын

    I dont know if it works in the older monster stat sheets, but if you click and drag monsters from the roll20 compendium onto the new monster stat sheets, it will auto fill it. Hope this helps.

  • @blainegrantham7056
    @blainegrantham70566 жыл бұрын

    Would like to know how you created the Monster template from scratch. This would help out us new GM's using Roll20. Love the idea of maintaining and organizing your own monster character vault.

  • @Bustermaniax
    @Bustermaniax4 жыл бұрын

    Well this is gonna save me some hours xD

  • @ademiranda2
    @ademiranda22 жыл бұрын

    A lot of improvements have been made since this video was uploaded. The compendium makes things a lot easier now.

  • @lafouine2baz
    @lafouine2baz8 жыл бұрын

    This is the best roll20 video ever. I hope i'll manage to get it to work with the character sheet i'm using ... You just got a new sub !

  • @Taking20

    @Taking20

    8 жыл бұрын

    Thanks so much! I'm glad you like it. (keep me updated)

  • @lafouine2baz

    @lafouine2baz

    8 жыл бұрын

    Well... I don't want to be annoying, but could give me a hint on where to start ? I'm using the Dnd5e_shaped_character_sheet and i can't find the equivalent of NPCAction1. When i create an action on the character sheet, i'm just putting in bonus to hit, damage etc... i don't have to put in the inline rolls formulas...

  • @Taking20

    @Taking20

    8 жыл бұрын

    Why yes I can! It JUUUUST so happens that another user who liked my system but was using the shaped sheets, came up with quite a few macros. He posted them on my new Monster Manual Video. Look for Trusten83 in the comments. kzread.info/dash/bejne/pKaW08akd6zHYJM.html&lc=z13ed1j45nipdp13d23wcfwr0xqkcx5sw

  • @lafouine2baz

    @lafouine2baz

    8 жыл бұрын

    OMG, THX ! You the best !

  • @dmstevo3610
    @dmstevo36105 жыл бұрын

    Just watched your Monster Manual videos and they are awesome!! I was just wondering if there is a way to get my "Monster Manual" that I create into all of my games. Or do I have to do this for every game that I have.

  • @highfscore
    @highfscore7 жыл бұрын

    Can I do this with the newer 5e Character Sheets? If not, how do I get the old ones in a campaign that's already using the new ones, particularly without forcing players to switch. Also, where did you get those tokens? I really like them.

  • @Ichigo6739
    @Ichigo67397 жыл бұрын

    Hey man, I've integrated this technique into the first game as DM, starting in a week or two. I've gotten a hold of the mapmaker tool from RPTools. Fantastic tool and I'm thoroughly please with everything so far, but I was wondering where you got some of the content in your map featured in this video. I have made a basic map for my groups first encounter using some fun ideas from several tutorial videos and whatnot, but I'd like a little more detail in the map. Any suggestions, or would you mind sharing your library of map making resources (or maps you've used.)?

  • @jasoncoleman8805
    @jasoncoleman88054 жыл бұрын

    Wow! Awesome. Thanks. Can this be done for players as well? Their sheet seems to lack many of the fields on th NPC sheet.

  • @thewyldness
    @thewyldness6 жыл бұрын

    Any time i attempt to enter rolls into the attacks description/effect section of the NPC sheet, it pulls up as blank.

  • @sniper4719
    @sniper47198 жыл бұрын

    Good guide, now the games will be much easier ;) I have thought about one nice improvement after first tests - I put random hit dice roll for HP as part of "Stats" block as usually I will click Stats after putting the creature in play so it will count me current stats immediately as part of it.

  • @Taking20

    @Taking20

    8 жыл бұрын

    +Sniper You know that is a great idea. I don't know why I didn't set it up like that in the first place.

  • @sniper4719

    @sniper4719

    8 жыл бұрын

    +Taking20 I am happy to hear that! It looks now this way for me: /w gm &{template:default} {{name=Stats}} {{Armor Class= @{selected|npc_AC}}} {{Hit Dice= @{selected|npc_HP_hit_dice} [[@{selected|npc_HP_hit_dice}]]}} {{Speed= @{selected|npc_speed}}} {{Fly= @{selected|npc_speed_fly}}} {{Climb= @{selected|npc_speed_climb}}} {{Swim= @{selected|npc_speed_swim}}} I am thinking to put even Traits as continue of this one command, simply to give me all "intel" about the monster in one command. But that is something to be tested.

  • @Taking20

    @Taking20

    8 жыл бұрын

    +Sniper That may be a little tricky as the number of traits will vary by monster.

  • @adamp4702
    @adamp47027 жыл бұрын

    trying to setup my own game on roll20 and just had a question. on the character sheet when making a monster, in actions when writing an attack, why do i need the + whatever to hit? for example a bugbear in d&d 5e is a +4 to hit so id write in [[1d20cs>20+4]] like in the video. but when testing it out it rolled a 1 and added the +4 making it 5 which would hit. couldn't i just write in the programming as [[1d20cs>20]] and note that its a +4 to hit?

  • @amccaig
    @amccaig7 жыл бұрын

    Hey there, I found this video (and your others) super super useful! Thank you so much for posting these! Quick question though: what website do you use to make your character/monster tokens?

  • @Taking20

    @Taking20

    7 жыл бұрын

    Glad you dig it amccaig. I use TokenTool to create my monster tokens. You can check it out briefly in the "Create free DM tokens video" in my Roll20 Master Series. Though, I may do a video on it soon, it's really a simple tool. I'm sure you won't have any problems playing with it until you get it figured out. Let me know!

  • @davidhanzlik5126
    @davidhanzlik51263 жыл бұрын

    do you have to own the player book and dm manual in order to setup those macros? because i cant actually do it right for some reason

  • @benrock4604
    @benrock46047 жыл бұрын

    Quick question. Once you create a monster, you need to assign it to a token correct? If you do so, every time you pull over a another of the same monster (a band of orcs for example) they all have the same stats and update the whole bunch every time you make a change.. what am I doing wrong?

  • @maltedueholm8874
    @maltedueholm88744 жыл бұрын

    at 16:50 what are the codes in the description? I'm having issues with making my token actions work :(

  • @GuitarGuyNick
    @GuitarGuyNick4 жыл бұрын

    hey how do i use this with the current roll 20 ogl sheet. and the pre purchased monster manual? is there any way to link them up into macros like this?

  • @HonestDoubter
    @HonestDoubter3 жыл бұрын

    I have been using these macros for a few years. A change must have been made recently - suddenly the Multi Attack doesn't work now. It shows the first macro - but does not trigger the attacks below. It used to show - Multiattack and then roll (as an example) two short sword attacks. It only triggers the multiattack now. Any help anyone?

  • @Raurie4
    @Raurie46 жыл бұрын

    not what i was looking for when i came hear but helpful in it's own right

  • @sh36
    @sh364 жыл бұрын

    Trying to do this with a different game (ICRPG), so using different character sheets. Any know how to find the built in macros?

  • @triyuga
    @triyuga4 жыл бұрын

    You can also drag and drop monsters from the compendium, and it puts them into your journal, automatically setup

  • @utopia2112

    @utopia2112

    4 жыл бұрын

    I think his point though is that if you use a template that is already set up with all the macros that you'll be less likely to have to pick up rule books or open up and look through stat blocks to get needed info you can access at the click of one macro button.

  • @charlie_c1373
    @charlie_c13736 жыл бұрын

    Kind of old posting but Just wanted to ask if generating random hp based on the monster's hit dice would be possible using your "system"

  • @MrMittens1974
    @MrMittens19744 жыл бұрын

    I see lots of people with their hp/ac stats bars stacked and to the right of the token instead of a regular bar above it, but I can't seem to find how to customise it.

  • @osoos5309
    @osoos53093 жыл бұрын

    do you need to pruchase phb and monster manual for the info to populate?

  • @carlhoffmann1779
    @carlhoffmann17798 жыл бұрын

    I notice you have links for the DMG and Player manual, did you put the whole book in? and if so, how?

  • @Taking20

    @Taking20

    8 жыл бұрын

    Actually... I did put the entire PHB into my game. If you want to know how to do it, I made a video. kzread.info/dash/bejne/mYaJltuTeLXTgbQ.html Best of luck!

  • @P4T0mtz14
    @P4T0mtz148 жыл бұрын

    Thanks! Im just starting as a DM, any plans for another DM video in roll20? Maybe like tips & tricks.

  • @Taking20

    @Taking20

    8 жыл бұрын

    Glad you liked it Pato! Yes. Definitely have been planning on some additional videos. I have been having issues pop up with formatting that I am trying to work through but more are on the way.

  • @jameschandler3675
    @jameschandler36756 жыл бұрын

    How do you organize your monsters I can't get them into the monster CR folder

  • @rathedon
    @rathedon Жыл бұрын

    Hello, I know that its been years since anyone comment on this. Im a first time DM and I really love what you are doing here. I was able to follow and add! My only question is, how do you get it to show damage? What would that line script like?

  • @Korealignments
    @Korealignments6 жыл бұрын

    I'm doing one by one, page by page in the monster manual when I have spare time. I just wish you could send them to the vault in bulk or in the CR folders. You have to do them one at a time and when I go to import them into a new game, I have to do it one at a time again.

  • @jasoncoleman8805
    @jasoncoleman88054 жыл бұрын

    I've tried the macros on two character sheets with mixed results. Does anyone have updated macros that work out of the box with the current character sheets?

  • @jasoncoleman8805

    @jasoncoleman8805

    4 жыл бұрын

    EDIT: I researched the video and realized I needed to use the correct character sheet. I now have the Monster Manual working! It truly is a thing of beauty.

  • @DawnsRage
    @DawnsRage7 жыл бұрын

    How do you get that style of character sheet? Mine only has the 5e SRD Character Sheet as its workspace for the Character Sheet.

  • @Taking20

    @Taking20

    7 жыл бұрын

    Ok, this is not for the 5e SRD sheet. However, I have a new system just for that sheet, and frankly, it's even easier to use. Check out my channel and find the Roll20 Master series Monster Manual video. I think you'll really dig it.

  • @Veander
    @Veander6 жыл бұрын

    Good work, though honestly, I think buying Roll20's version is worth the $50 considering someone else already did all this for you. What do you think after adding these over time?

  • @jasontheconner6120
    @jasontheconner61204 жыл бұрын

    You can't do the manuals and CR folders with the free version?

  • @TheTheronal
    @TheTheronal Жыл бұрын

    in a lot of your roll tables and macros you use two scores of the same type like in saving throws? why Do you do that whats it for?

  • @commonweakness9060
    @commonweakness90606 жыл бұрын

    Great video as always. Too bad there is not a way to import all that wonderful information into my campaign. i would gladly pay for that! keep up the good work!

  • @osirishernandez9177
    @osirishernandez91777 жыл бұрын

    Hi, I'm new to roll20 and I see the value in the setup you have. I was trying to mimic what you do by having macros in the abilities of my monster template, but when I use %{Selected|NPCAction1}, I get an error in the chat that says, "You attempted to use a roll command looking for a selected token ability, but the selected token does not represent a Character, and therefore has no abilities." Help?? DX

  • @Texf2504x4
    @Texf2504x44 жыл бұрын

    I was able to create 4 monsters that i can use in any game that i start but now the others only open up in my Monster Manuel what am i doing wrong?

  • @apitch85
    @apitch857 жыл бұрын

    Hey man, great vid! Could you explain why you need to set a default token? It seems like it naturally defaulted to the avatar you selected anyway, so if you just want to use the avatar image as its token image, is it even necessary to set the default token? You pulled it onto the table with only the avatar and it used that as the token image, so it doesn't seem like it would be.

  • @Taking20

    @Taking20

    7 жыл бұрын

    If you don't the numbers you set won't stay when you pull it out again. Trust me.

  • @Falainothiras
    @Falainothiras7 жыл бұрын

    Thank you very much for this video, it was invaluable info for me. I have a question though, for some reason when I pull a monster to the board it is not giving it hit points, any idea what might be going wrong?

  • @Taking20

    @Taking20

    7 жыл бұрын

    Set the token up correctly. Then edit the sheet and set default token. You missed this step.

  • @Falainothiras

    @Falainothiras

    7 жыл бұрын

    Just figured the part where I missed it. I had preset the tokens without saving them as representations with hp/ac. Thanks again :)

  • @scottschoen2545
    @scottschoen25453 жыл бұрын

    This is a game changer for me. Thank you! Do you have macros for Pathfinder, by chance?

  • @thenovicedm7966
    @thenovicedm79665 жыл бұрын

    Is this video relevant to the Roll20 as of Dec2018 ? I'm learning about macros and don't want to use "old data" if there's something that's been updated to today's Roll20 application. Do you have a refreshed video or know of one that is "most current" on this topic ?

  • @chrisk8609
    @chrisk86098 жыл бұрын

    Hey man. Once you use the new template to create a new monster, how do you move the finished monster up to where it goes? Like say I created a CR 5 monster, how do I move that up to group with my other CR 5's? I tried to drag and drop it up the list but it doesn't work. Thanks!

  • @Taking20

    @Taking20

    8 жыл бұрын

    Ah! I assume you are trying to move them into a folder? Couple of small things that can be frustrating. 1. Make sure the folder you want to put it into has been expanded (- sign not + sign showing) 2. Hover over the folder and try sliding the character sheet slightly right to get it to 'tab over' kinda Hope that helps! Let me know.

  • @chrisk8609

    @chrisk8609

    8 жыл бұрын

    +Taking20 Got it! I lifted from the portrait. I was lifting from the characters name and it wouldn't show the slots to drop. Thanks for your help. Edit: One other thing you may be able to help me with. I'm having trouble getting my Token Actions to work. I'm using the Pathfinder Legacy sheets, and having a hard time finding any information on them. Been trying to figure out how to just write the token macro myself based on the attributes given in the sheet, but it's been a headache lol.

  • @Taking20

    @Taking20

    8 жыл бұрын

    Glad it worked! As far as macros for another sheet, your best bet is to go to the wiki for whichever sheet you are using. Every sheet has a wiki design specifically for that sheet where you can see some sample macros and start crafting your own. Or try the Roll20 community, they are great at crafting macros for people! Seriously lol...

  • @cantatl9600
    @cantatl9600 Жыл бұрын

    Harika

  • @Raven.flight
    @Raven.flight4 жыл бұрын

    Hi Cody, I think I'm doing everything right, but clearly I'm not. When I put multiple monsters out onto the game board they all start out ok, but as soon as I give any one of them damage ALL of those on the game board get the same damage. As if they are linked somewhere along the lines. I'm not sure what I've done wrong. For clarity, I'm not using it for D&D, but for Call of Cthulhu, but I don't have any macros running or anything, just the bare bones monsters. Any thoughts?

  • @shadowhawkkedro

    @shadowhawkkedro

    3 жыл бұрын

    I know this is old, and may not be of use to you now, but it may be helpful for others. When you set up the token, either manually enter the max/max HP, or reset the bar to "none" after populating npc_HP. Then make sure you save the corrected token as the default for that sheet.

  • @Xilibrius
    @Xilibrius7 жыл бұрын

    Can this be done with the other character sheets like 5th Edition (Shaped)? becuase this looks like it would be a good investment but couldn't figure out how to set up the hit dice since i dont know if they have an NPC character sheet option.

  • @Taking20

    @Taking20

    7 жыл бұрын

    Yes. But go check out my Master Series for a new drag and drop system.

  • @sweedrock
    @sweedrock8 жыл бұрын

    Hey dude, this was really useful. Do you know if you can do this with the alternate character sheets?

  • @Taking20

    @Taking20

    8 жыл бұрын

    1st, thanks! 2nd, are you talking about the 5e OGL sheets with drag and drop or a different game? The short answer is yes. These techniques work with other games. Additionally I will be doing another video soon of the updated sheets if you are using those.

  • @sweedrock

    @sweedrock

    8 жыл бұрын

    Yes sorry i should have specified. I'm using the olg sheets as i find its pretty easy for my players to use and i love what they've done with the npc option. I've subbed so i'll keep an eye out for that next vid.

  • @Taking20

    @Taking20

    8 жыл бұрын

    coming very very soon dude. Probably work on it some more tonight.

  • @dannyt503
    @dannyt5034 жыл бұрын

    HOW TO MAKE THE BUTTONS APPEAR: Assuming you did everything that he mentioned in the video, there is a critical step that he missed that made me tear my hear out trying to figure out why the buttons weren't appearing. After creating the character sheet for a token, select the token, then click the little cog in the bottom left corner. Click the "Represents Character" select box under the "Basic" tab. Select the character that you want the token to represent. Save the token. You will need to re-apply the updated token as the default character token for the character in order to get the drag and drop functionality to work properly.

  • @DanceSchoolification

    @DanceSchoolification

    4 жыл бұрын

    He literally did that exact thing....

  • @dannyt503

    @dannyt503

    4 жыл бұрын

    I must have missed that bit. He must have only done it once and very quickly or something. He made all the other steps much clearer.

  • @dannyt503

    @dannyt503

    4 жыл бұрын

    Do you know the time stamp where he shows you how to do this in the video?

  • @dimitreavila7288
    @dimitreavila72886 жыл бұрын

    Question! When I make a new game, my journal entries don't sync between them. How can I use these monsters between all of my games?.

  • @MoiEnMieux

    @MoiEnMieux

    6 жыл бұрын

    same question here ...

  • @Malaena

    @Malaena

    6 жыл бұрын

    Really you need to make all of these setups as a base template. As in set up all this stuff on a new game and then make that game the template. For new games you clone that game and then lay your world over that.

  • @CatherineG-de4be
    @CatherineG-de4be8 жыл бұрын

    This tutorial is awesome and I've been slowly converting all of my monsters over to this setup. One question though, what are you doing for spellcasters? So far I've avoided setting individual actions for all of their spells, but it sort of defeats the purpose of making everything easily available. For right now I put together a quick template that I can at least stick their individual spell list into for macro reference. I'm including it below if anyone wants to grab it: /w gm &{template:default} {{name=Spellcasting}} {{Desc=1st level caster, WIS (DC 12, +4). Spells prepared:}} {{Cantrips=light, Sacred Flame, Thaumaturgy}} {{1st LV=(3 slots): bless, Cure Wounds, Sanctuary}} {{2nd LV=(3 slots): bless, Cure Wounds, Sanctuary}} {{3rd LV=(3 slots): bless, Cure Wounds, Sanctuary}} {{4th LV=(3 slots): bless, Cure Wounds, Sanctuary}}

  • @Taking20

    @Taking20

    8 жыл бұрын

    +Jake G Great question Jake! I do actually have a few spellcasters setup in my manual now, and I will admit, that it was tricky to decide how exactly I wanted to handle them. Eventually I set up an action for each level and listed the spells in the description (under each spell I would include a DC for spells with saves, and attack rolls for spells with those), and I would list any damage in the effect box like normal. Not every spell has damage obviously, but the point is to get quick info. With the OGL built in now, you should be able to pull up spells and read their long description if you need to, but still having a short list from just the press of one button that gives you DCs, attack rolls, & damage for each level of spells works pretty well for me.

  • @Silentwolf4321
    @Silentwolf43217 жыл бұрын

    hey is this working on the current roll20 for anyone

  • @lando885
    @lando8857 жыл бұрын

    Where are you getting the tokens for these? Did you buy any material from roll20, or do everything from scratch?

  • @Taking20

    @Taking20

    7 жыл бұрын

    +Lando885 I have two separate videos in my Master Series that will show you how to make them.

  • @FeelMyLance
    @FeelMyLance8 жыл бұрын

    I realized all of the abilities in the character sheet (besides the attacks and traits) can be set as macros in the settings section of the chat panel. Macros can be set as token actions just like abilities. This should save even more time. FYI for your saves macro all you need to add is the "selected|" in the rolls. E.g. [[1d20+@{npc_strength_mod}]] turns into [[1d20+@{selected|npc_strength_mod}]]

  • @Taking20

    @Taking20

    8 жыл бұрын

    +Giganticus Giraffigus Ah, took me a second to realize what you were talking about. I think you mean that you can place any macro in your "Macro Bar" at the bottom of the screen? And then set them all to "selected|"? Absolutely, you can do that if you would like. I chose not to set them up this way, because I have additional macros at the bottom of my screen that are for my players and I personally don't want to mix them up. But at that point it is up to personal preference. If having JUST the traits and actions on the monsters' token action bar works for you and the more static/universal macros on your macro bar at the bottom works for you... I'd say go for it! Whatever helps you stay focused on combat!

  • @FeelMyLance

    @FeelMyLance

    8 жыл бұрын

    +Taking20 I am referring to the option to make macros (that you can put in the bottom macro bar) display as token actions. It's a checkable feature when you edit macros. Since the only commands that are unique to monsters are their actions, attacks, and traits, I made some token macros universal to all characters that are visible to only the GM. Those include stats, initiative, saves, perception and the like.

  • @fractal_mind8191
    @fractal_mind81918 жыл бұрын

    Where did you find the D&D specific token images?

  • @Taking20

    @Taking20

    8 жыл бұрын

    Great question! You can create tokens exactly like these with Tokentool. A Google search should work pretty well on this, and it is a very simple tool to use. I'll probably be doing more Roll20 tutorials soon. Just working on formatting now. I will most likely cover Tokentool, but I haven't locked that down yet.

  • @fractal_mind8191

    @fractal_mind8191

    8 жыл бұрын

    Thanks brother. Happy gaming!

  • @DanielJJBGriffin
    @DanielJJBGriffin4 жыл бұрын

    When I got into edit token to edit the HP, AC and nameplate. Every time I delete the monster after saving I have to fill the data in again. It's not auto populating after saving. Why is this?

  • @RobertHartleyGM

    @RobertHartleyGM

    4 жыл бұрын

    You need to open the monster's character sheet and edit it, then, in the box for 'default token (optional)' delete anything already there and 'use selected token' to reassign the new token with all of your saved changes to the default for this monster.

  • @patrickcapossere5881
    @patrickcapossere58814 жыл бұрын

    I'd really like to see these macros listed somewhere easy to find..I need to make these for pathfinder and am a novice to roll20 trying to figure all this out

  • @tangerian319
    @tangerian3197 жыл бұрын

    hmmm.... will wait untill I watch the newer video, but, I'm thinking of creating my own character sheet, and monster manual using my own system for Roll20, but so far, seems a little... lacking, and a tad too specific, however, again, will wait until after the other video to really see one way or the other ^-^

  • @sinister_kiid
    @sinister_kiid4 жыл бұрын

    Imagine fighting a green dragon in the first dungeon in Lost Mines lmao

  • @RacarusZero
    @RacarusZero6 жыл бұрын

    Where, how did you make that map?

  • @hugaomarques
    @hugaomarques7 жыл бұрын

    Great video! I'll do the setup =) Minor fix to the video, according to Roll20 wiki to setup darkvision you use 60 feet, -5 feet for dimlight as darkvision itself is always dim light. Source: wiki.roll20.net/Dynamic_Lighting_Examples#Darkvision

  • @zyul6420
    @zyul64204 жыл бұрын

    how do you get the circular tokens? i can't seem to find how to set that

  • @javiermelon6351

    @javiermelon6351

    4 жыл бұрын

    You make 'em. rolladvantage.com/tokenstamp/. Google the monster, find an image you like, make a token of it, upload it to your library and just select it.

  • @AngriArtists
    @AngriArtists4 жыл бұрын

    is there a new version of this. Still have no idea how to get this started. Also how does this go from one game to another. My journal doesnt move between games.

  • @TimInPaxAeterna

    @TimInPaxAeterna

    4 жыл бұрын

    Some of the last remarks at the end of the video state that if you are subscribed to Roll20 you will have access to a "character vault" allowing you to transfer the entries into different campaigns.

  • @AngriArtists

    @AngriArtists

    4 жыл бұрын

    yes i am subscribed. thats a whole lot of work to move the whole thing over

  • @David-qm2qj
    @David-qm2qj7 жыл бұрын

    Gold !

  • @Taking20

    @Taking20

    7 жыл бұрын

    Rhodium! Wait what?

  • @David-qm2qj

    @David-qm2qj

    7 жыл бұрын

    Haha, I am preparing for my first game as gm with my friends and its cool to learn it a proper way from the start. Altough it might take a while. But my edit token option does not have the emitt light options so im in the air atm.

  • @Taking20

    @Taking20

    7 жыл бұрын

    David, if you are using the OGL sheets you want the new monster manual video. Go to my channel page and look for the 'Roll20 Master Series'. The very first video has the new updated monster manual video.

  • @David-qm2qj

    @David-qm2qj

    7 жыл бұрын

    Found it and its very good. You have a natural skill in tutoring. just the spell makro scripting was a bit fast.

  • @spolti1322
    @spolti13224 жыл бұрын

    Does this stuff require a paid Roll20 subscription to do?

  • @Angelpyro
    @Angelpyro7 жыл бұрын

    I realze you'll probably never answer me as this video is old but I'll try anyways.. I'm using a Shaped character sheet and when I try to use your macros I get no attributes found or the amor class shows as "selected|npc_AC" instead of the actual number. Is this because I'm using a different character sheet than you? If so.. how can I find the proper attribute names to adjust your macros for my sheet. Any assistance would be greatly appreciated. I'm using the Shaped Character sheet v15.4.0.

  • @Taking20

    @Taking20

    7 жыл бұрын

    I have a video called find any macro in the Roll20 Master Series playlist. #ThereYouWillFindTheAnswersYouSeek

  • @Angelpyro

    @Angelpyro

    7 жыл бұрын

    You are a beautiful man! Thank you so much.. if you could help me one final time T_T... how would i translate this: @{Monster Template|output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{Monster Template|character_name}}} @{Monster Template|show_character_name} {{title=^{STRENGTH} ^{CHECK}}} {{@{Monster Template|shaped_d20}=1}} @{Monster Template|strength_check_formula} @{Monster Template|hide_gm_info} @{Monster Template|attacher_strength_check} To your ability saves macro for example? I'll understand if this is asking too much lol

  • @nicoalmachannel
    @nicoalmachannel6 жыл бұрын

    What is the difference between [[1d20cs>20+4]] and [[1d20+4]]??? Sorry, im a noob...

  • @Mimistine1
    @Mimistine17 жыл бұрын

    How do you make it so that the monsters damage can be viewed by the players? Great Video btw.

  • @Taking20

    @Taking20

    7 жыл бұрын

    This varies from sheet to sheet. They all usually have something in a small settings that will output to all or output to GM only. Also if you are using this system in particular, just delete "/w GM".

  • @asheketchup1844
    @asheketchup18444 жыл бұрын

    I dont get it for Pathfinder, i think i need help...a lot

  • @Mimistine1
    @Mimistine17 жыл бұрын

    Is there a way to set up critical hits on the attack macros?

  • @Ichigo6739

    @Ichigo6739

    7 жыл бұрын

    Since the rolls are all in-line rolls, it shouldn't be a problem to add a line that says "If critical add [[1d8]]" at the end. For something like an orc which has savage criticals just make it 2d8 etc. The beauty in this is that it's customizable.

  • @Ichigo6739

    @Ichigo6739

    7 жыл бұрын

    Upon looking into it, if you wanna get fancy, there are mathematical if statements and other basic programming logic options in macros. If you wanted to set up a macro for an attack and have it roll additional die when a 20 is rolled you could.

  • @crowhome8913

    @crowhome8913

    7 жыл бұрын

    There is indeed, You can either use set values or queries to make sure if you're switching weapons or have a bonus you can put it straight in, For example Here is my Dwarf Barbarians Attack roll macro: &{template:DnD35Attack} {{pcflag=true}} {{name=Kazarik}} {{subtags=Waraxes}} {{attack1= Kazarik swings his Ax! [[1d20cs>?{What is your Crit Range|20}+5+?{-4 for twin Attacks?|0}]]}} {{critconfirm1=Crit!: [[1d20cs>?{What is your Crit Range|20}+5+?{-4 for twin Attacks?|0}]]}} {{damage1=Dealing [[1d10]]}} {{critdmg1=+[[1d10]]+[[1d10]]}} {{fullattackflag=[[?{Two Handed Attack? (hit space for full attack else hit return) |0}d1]]}} {{attack2= He swings again![[1d20cs>?{What is your Crit Range|20}+5+?{-4 for twin Attacks?|0}]]}} {{critconfirm2=Crit!: [[1d20cs>?{What is your Crit Range|20}+5+?{-4 for twin Attacks?|0}]]}} {{damage2=Dealing [[1d10]]}} {{critdmg2=+[[1d10]]+[[1d10]]}} Attack1 is where we'll start, so I have the roll 1d20cs> which adds a critical strike checker between two values, after which i have a query so the player can put their critical range in, getting us 1d20cs>?{What is your Crit Range|20} After which you add in other querys and such, critconfirm is the next thing, just type Crit!: and the attack1 roll in. Afterwards we do damage1 for the normal roll, and as dwarf waraxes have a 3x modifier in it, we add {{critdmg1=+[[1d10]]+[[1d10]]}} which will only show up if they critically strike.