Auras, Concentration, & Corpse Removal in Roll20

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 58

  • @tonyr.546
    @tonyr.546 2 года назад

    Hey, Nick. I commented on this video a couple months ago telling you that I couldn't get Concentration to load for me but I finally figured out tonight, after reading through Token-Mod, that I needed the name AND the ID number of the custom status marker to put in the script on line 2. I did that and it works great. Such a simple fix too. I guess it didn't occur to me until I read token mod and saw the list of markers with the numbers. I still don't understand why the script doesn't show in the output console as loaded, but it's there and working and so is Corpse Cart, so I won't complain :D Thanks again!

    • @NickOlivo
      @NickOlivo  2 года назад

      Glad you got it working, Tony! Happy gaming!

  • @midniteoilsoftware
    @midniteoilsoftware Год назад

    Another fantastic video. Instead of using CorpseCart I modified the death macros from one of your other videos to move the token to the map layer when marking it dead. One less step :)

  • @stevenlathrop7884
    @stevenlathrop7884 2 года назад +3

    Nick, I've said it before, you're amazing. I love how you find useful/helpful scrips and explain everything so well on how to install, modify the scrips, and how the scripts can be used in game. Thank you so much for all that you do.

    • @NickOlivo
      @NickOlivo  2 года назад +1

      Thanks for the kind words, Steven! Happy gaming!

  • @orod731
    @orod731 2 года назад

    I think that this script was updated shortly after your video release. Looking through the forum it looks like they added an auto bury function. I was messing with turning the functionality off because I prefer to manually run the command to do it, and I ran into the issue you mentioned in this video. However when I looked through the code, I do not see the line you mentioned in the video. Any help would be appreciated!

    • @NickOlivo
      @NickOlivo  2 года назад

      Hi Oscar - you're right, some changes were made shortly after I did this video. It looks like there are some other possible fixes on this post- app.roll20.net/forum/post/10863891/script-corpsecart/?pageforid=10938785#post-10938785 and if that doesn't work, you can reach the script's author on that post to let them know what you're running into. Good luck!

    • @orod731
      @orod731 2 года назад

      @@NickOlivo Thank you! It ended up being user error lol. I didn't have the players tab on the map I was testing on. ugh. Thank you for responding! As always, I look forward to your next video!

  • @urdaanglospey6666
    @urdaanglospey6666 2 года назад

    Concentration whispers: Since this is a mod for which we have access to the code, couldn't we modify it to look up the token's owner and either whisper that token's owner or just remove the whisper altogether? What would that look like?

    • @NickOlivo
      @NickOlivo  2 года назад +1

      You could remove the whisper by going to line 17 and removing /w gm. Whispering to the token's owner is also possible, but I'm not sure how to do that off hand. You could post over on the Roll20 API forums and someone there may be able to point you in the right direction - app.roll20.net/forum/category/46806

  • @tonyr.546
    @tonyr.546 2 года назад

    Hey, Nick! Another set of great scripts and I thank you for introducing them. I can't get the concentration script to load though. I don't know why. I've copied and pasted it into the new script window 4 different times but it doesn't do anything in the game. When I restart the sandbox it doesn't show it loading in the output console. This is definitely one script I could really use as I'm always forgetting to add concentration to the tokens in my games, and even when I do remember the token marker I always forget the con saves. Any idea what I'm doing wrong? I've never had an issue with any custom scripts loading before. Edit note: I just noticed that Corpse Cart isn't loading either but Paladin Aura does load fine . . .

    • @NickOlivo
      @NickOlivo  2 года назад

      Hi Tony - Do you have Tokenmod installed, too? Also, (and just to make sure we have all the basics covered) are you clicking the Save Script button after you paste in the code?

    • @tonyr.546
      @tonyr.546 2 года назад

      @@NickOlivo Yes. I run 5 games on Roll20 and I have TokenMod installed in all of them. I also tried to install these scripts into all 5 games and got the same results. It's only the customs though. Scripts from the library install and load just fine. I have a lot of custom scripts though and I've never had an issue before. I mean, it's not THAT hard, right? lol

    • @NickOlivo
      @NickOlivo  2 года назад

      For the concentration script, are you using the aura marker I did, or are you using a custom token marker?

    • @tonyr.546
      @tonyr.546 2 года назад

      @@NickOlivo I use custom markers from the roll20 store. Red, white and green. I like them better than the default. I wondered if that might be an issue but would that keep the script from loading? I also saw that this script should work with custom markers if the name was right in the script. I can change them to defaults and try it again

  • @lucasupright
    @lucasupright Год назад

    Hi Nick, thanks for the awesome videos! I plugged all the scripts into my game. PaladinAura and Concentration went off without a hitch but CorpseCart not working for me.

    • @NickOlivo
      @NickOlivo  Год назад

      Hi Lucas! Glad they were helpful! For corpse cart, you can post questions about what's not working over in this forum thread - app.roll20.net/forum/post/10863891/script-corpsecart

  • @allenz7688
    @allenz7688 2 года назад +1

    Awesome, Nick! I've added one more API script (the Concentration one) to my sandbox. =) 90% of my APIs are thanks to your videos. If I ever get a paladin in the party, I'll have to add the Paladin Aura API, also.
    One note to those using custom icons for the Concentration script, you have to change the "number" after the double colon...even if you use Keith Curtis' Easy to Read token set from the marketplace. It took me a second to figure out how to do this (open up your token marker library & put your cursor over the token marker...the number comes up first, but change that in the script, too).

    • @NickOlivo
      @NickOlivo  2 года назад

      That's a great tip, Allen, thanks! Happy gaming!

  • @MrTonyb90
    @MrTonyb90 2 года назад

    I love your videos they have helped out so much. I have come across a problem that i am not sure why it is not working. So I use the auto button api all the time and i love it. (again, from another one of your amazingly helpful videos). when I have a npc or even a player character token that is marked concentration and try to use auto button the api does not recognize the token took damage and need to make a con save however if I take the damage down with the old way it does pop up in chat that they need to do the save.

    • @NickOlivo
      @NickOlivo  2 года назад +1

      Glad the vids have been helpful! It looks like the script's author is aware of this issue and has provided a workaround - app.roll20.net/forum/permalink/11033183/ Good luck, and happy gaming!

  • @TheBierp
    @TheBierp 2 года назад +1

    Great video, as always, Nick.
    I will say that for concentration, I'm a very big fan of the Concentration API already in the library, created by Robin Kuiper. That one allows you to define the concentration icon from the UI, auto applies the concentration condition when you cast a concentration spell (for the most part) and allows you to define which characters roll their concentration checks with advantage (such as a player with the War Caster feat.)
    This will auto roll all necessary concentration checks as needed. The only caveat I'd add is that you need to apply the damage incrementally. If a player takes two hits, apply the damage separately, rather than adding it together. It looks like the API you demo'd here has the same requirement though.
    I'm looking forward to trying out the Corpse Cart API!

    • @NickOlivo
      @NickOlivo  2 года назад +1

      Thanks for the kind words! For concentration, my understanding is that script is no longer being maintained, and does not allow for custom concentration markers. But it's definitely a good script and is very helpful. Thanks for watching and happy gaming!

    • @TheBierp
      @TheBierp 2 года назад

      @@NickOlivo I cannot speak to whether it's being maintained, so that's definitely a consideration. It does have a drop down for Statusmarker. It also allows you to choose which HP bar is being impacted (bar 1 by default). It allows you to set whether it autorolls, automagically adds the concentration marker and a few other tricks. Particularly nice, to me, is the clickable Advantage Menu, which will allow you to set even NPC's to roll concentration with advantage.
      If it's not being maintained, I hope it will at least stick around and keep working for a while. 😁

  • @jonathan9082
    @jonathan9082 2 года назад

    Hey Nick love all that you do! I have question, I am using both the concentration and autobutton API scripts, when I minus hp from bar 3 myself the concentration API works, but using the autobutton API script the concentration API doesn't pop up, is there any way I can fix this?

    • @NickOlivo
      @NickOlivo  2 года назад

      Hi Jonathan - I did some poking around and it looks like those two APIs don't work together right now. But you could post a question over on the Autobutton page and the script's author might be able to take a look - app.roll20.net/forum/post/10766392/script-autobuttons-automatically-generate-damage-and-healing-buttons-for-your-clicking-pleasure/?pageforid=10766392#post-10766392

    • @jonathan9082
      @jonathan9082 2 года назад

      Nick Olivo thank you!

  • @SamSam-ke9zy
    @SamSam-ke9zy 2 года назад

    Does this work without the marker? Some maps make the markers too big or too small.

    • @NickOlivo
      @NickOlivo  2 года назад

      Hi Sam - the CorpseCart script needs the tokens to be marked as dead in order to move them or delete them. Hope that helps, and happy gaming!

  • @locksmith2441
    @locksmith2441 2 года назад +1

    As always, usefull information I will integrate into my game immediately. Thanks

    • @NickOlivo
      @NickOlivo  2 года назад

      Glad it was helpful! Happy gaming!

  • @Johan-od4op
    @Johan-od4op 2 года назад

    If you replace the second concentarion marker with =red|-red you can even get it to remove the concentration marker.

    • @NickOlivo
      @NickOlivo  2 года назад

      Great tip, Johan! Happy gaming!

    • @Johan-od4op
      @Johan-od4op 2 года назад

      This solution will remove all token markers on the selected token. I have just played around with it a bit and I can't find a easy way to get the API to remove the Concentration marker. So I removed that part from the API and made it in to a normal token macro that can toggle the marker on and off. Now the API only asks for and rolls the check, I find this more useful than a "button" that doesn't help.
      I belive someone more experienced with APIs could come up with a solution that works.

  • @I..cast..fireball
    @I..cast..fireball 2 года назад

    nice. Would the concentration script work if I'm using premium token markers from the marketplace?

  • @hokiesfan4500
    @hokiesfan4500 2 года назад

    Nick is a great teacher. Every single time he mentions something and a question pops into my head of 'how/what if?', he always answers it. A mark of a great teacher is knowing what questions are likely to come up and already having an answer for it. Great job, as always.

    • @NickOlivo
      @NickOlivo  2 года назад

      Thanks for the kind words! Happy gaming!

  • @JustIT69
    @JustIT69 2 года назад

    The Paladin Aura isn't showing up on my paladin token. I made sure the paladin was at a level to get the aura. Any ideas what I did wrong? Thanks.

    • @NickOlivo
      @NickOlivo  2 года назад

      Is the aura showing up for other creatures?

    • @JustIT69
      @JustIT69 2 года назад

      @@NickOlivo nope

    • @NickOlivo
      @NickOlivo  2 года назад

      When your game loads, is there a message in the chat saying that PaladinAura is ready?

    • @JustIT69
      @JustIT69 2 года назад

      @@NickOlivo yeah. It shows the green paladin aura bar as it does in your video. Just nothing appears on the token or anything that comes within range of the token. I’ve removed the API and tried installing it again, and nothing. I’ve even installed it in other games, and I’m getting the same thing. There’s no error message when it loads. It’s rather complexing. Thanks for your help.

    • @NickOlivo
      @NickOlivo  2 года назад

      @@JustIT69 When you click on your paladin, does the ToggleAuraTarget button appear? If so, click that, and then click on the paladin and see if that puts the marker on the token. Also, is the paladin level 6? They need to be that level in order to have access to the aura.

  • @benfoshee1899
    @benfoshee1899 2 года назад

    Do you find this concentration api more reliable than the one that can be found in the library?

    • @NickOlivo
      @NickOlivo  2 года назад +1

      Hi Ben - yes, from what I understand, the one in the library isn't being maintained anymore, so I wanted to point folks at one that was. Happy gaming!

  • @manfredconnor3194
    @manfredconnor3194 2 года назад

    Hi Nick, I just recently found your channel and love it!
    I did some programming and scripting a million years ago at EDS and now my buddies and I are getting back to the RPGs we loved as kids.

    • @NickOlivo
      @NickOlivo  2 года назад

      Thanks for the kind words, Manfred! I'm glad the vids have been helpful. Happy gaming!

    • @manfredconnor3194
      @manfredconnor3194 2 года назад

      @@NickOlivo Could you tell me what scripting language this is? It looks like Javascript.
      I learned JCL, Visual Basic 4.0, Java and SQL back in the day, but I never really considered myself a programmer. I suffered from impostor syndrome all the time. I was a manic depressive programmer. Now I feel soooooo out of the loop.
      I worked in Aerospace and defense for the last 14 years, but did not have anything to do with actual programming.

    • @NickOlivo
      @NickOlivo  2 года назад +1

      Hi Manfred - yep, it's Javascript. I'm not a programmer either, but it's not too bad once you tinker with it a bit. Happy gaming!

    • @manfredconnor3194
      @manfredconnor3194 2 года назад

      @@NickOlivo Thanks man!

  • @christlcook7448
    @christlcook7448 2 года назад

    Love these macros! Having a bit of an issue with the concentration one. I think it has to do with the name of the token marker for concentration (concentrating-1). These token markers are custom...maybe that makes a difference. I modified it in the script like you described, but nothing happens when the token takes damage. Any ideas?

    • @NickOlivo
      @NickOlivo  2 года назад

      Hi Christl - it could be that the tag (what roll20 uses to identify the marker) is different from its name. This page has a script you can run to get a list of all the tags for the custom tokens in your campaign wiki.roll20.net/API:Token_Markers. Hope this helps, and happy gaming!

    • @christlcook7448
      @christlcook7448 2 года назад

      @@NickOlivo Thanks for the tip. Unfortunately, it didn't work. I have the name correctly entered.

    • @christlcook7448
      @christlcook7448 2 года назад

      @@NickOlivo I also tried using a default token marker name and it didn't work then either. Wish I knew more about this stuff.

    • @christlcook7448
      @christlcook7448 2 года назад

      @@NickOlivo I just tried a default token name again and it worked. So, for some reason, it's not recognized the concentration token marker I'm using. Frustrating. If I can just the right name, it should work, right?