Automating Gremishkas in Roll20

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ • 17

  • @Dyanosis
    @Dyanosis 5 місяців тому +2

    Great idea for a group with multiple spell casters. These are a taste of what it'd be like to fight a Rakshasa later...

  • @RichardRose-c7u
    @RichardRose-c7u 5 місяців тому

    Love this! I have grabbed these little guys and placed them into Wave Echo Cave for my Lost Mine of Phandelver session! Thank you Nick.

  • @rileyhosking3599
    @rileyhosking3599 5 місяців тому

    Nick you bloody legend 🙌

  • @EpicQuestBattlemaps
    @EpicQuestBattlemaps 5 місяців тому

    Hey Nick! Thank you so much for featuring Epic Quest Battlemaps and for your incredible support. It's truly appreciated!
    Cheers!

    • @NickOlivo
      @NickOlivo  5 місяців тому

      My pleasure! Thanks for making such awesome content!

  • @manfredconnor3194
    @manfredconnor3194 2 місяці тому

    That's a nasty monster Nick!
    Thanks for this!
    Oink!
    = @ )

  • @jakodar
    @jakodar 5 місяців тому

    Hilarious!! I love it!

  • @David_Gallaher
    @David_Gallaher 5 місяців тому

    …. Interesting. Wonder how I can apply this to my next superhero rpg 😅

  • @blazingtrailzftw5702
    @blazingtrailzftw5702 5 місяців тому

    Do you know of a way to get maps back from roll20? i lost the original files a while ago and want to edit them but the only thing left from them is in my game.

    • @NickOlivo
      @NickOlivo  5 місяців тому +1

      This might work - go to the map layer, and click on the map as if you were going to resize it. Now press Z. That should pop up a preview of the image. Right click on that pop up and select Save Image As. This has worked for some of my maps, but, if the map is too big, then Roll20 doesn't seem to be able to generate the preview. Hope that helps, good luck!

    • @blazingtrailzftw5702
      @blazingtrailzftw5702 5 місяців тому

      @@NickOlivo you absolute legend, it works, thank you so much.

    • @Dyanosis
      @Dyanosis 5 місяців тому

      @@blazingtrailzftw5702 You could also get the Map's image URL from Roll20 with this script (requires a pro account):
      (() => {
      var CMD = '!GetTokenUrl';
      on('chat:message', msg => {
      if(msg.content === CMD && msg.selected) {
      log('****** Token URLs ******');
      _.filter(msg.selected, selected => selected._type === 'graphic').map(selected => {
      let token = getObj('graphic', selected._id);
      return `${token.get('name')}, ${token.get('imgsrc')}`;
      }).filter(url => !_.isEmpty(url)).forEach(log);
      }
      });
      })();
      And then take that URL that it puts into the log box and paste it into your address bar. Voila, there's your map (in case Nick's idea doesn't work because it's too large).
      Note - Nick's solution works for free users, my method (which was originally devised by TheAaron) requires a pro account.
      Edit - Also make sure, if you use my method, that you're downloading the image that has "max.jpg" in the name. If it has anything else, like thumb, med, or original, just change that text to max to ensure you're getting the full image back.

  • @nutty1969
    @nutty1969 5 місяців тому

    This is great but I keep getting a SyntaxError: Unexpected token '{' message whenever I install the Gremishka scriptcard from the link you gave. Any ideas why? Cheers.

    • @NickOlivo
      @NickOlivo  5 місяців тому

      Just confirming - you have scriptcards, spawndefaulttoken, and the metascript toolbox installed in your game?

    • @JustIT69
      @JustIT69 5 місяців тому

      I do indeed

    • @NickOlivo
      @NickOlivo  5 місяців тому

      ​@@JustIT69 Are there any errors in the API console?

    • @JustIT69
      @JustIT69 5 місяців тому

      @@NickOlivo I haven’t seen any