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

Druid Rollable Table Problem

1587731286

Edited 1587731339
Hi, so I just created a rollable token for the moon druid.  He can turn into a wolf, bear and tiger.  I was able to add the wolf and bear tokens, they show up fine, along with his original druid form, but the tiger will not show up on the slider.  The table SAYS there are four tokens, and I can see the tiger token in the table itself, but when right click to pick token or roll random, it does not appear.  I have refreshed the page as well. 
1587731477
The Aaron
Roll20 Production Team
API Scripter
Is there anything different about the Tiger?  Is it an Animated image?  Is it from the marketplace or did you drag it into the tabletop?
I even tried two different tiger images, they're just pngs that I edited in photoshop to add the token circle.  Same as I did for the wolf and bear
1587732697

Edited 1587732776
Here are the images, the first one only will show three tokens on the slider, but in the table there are clearly 4
Any idea what's going on here?  Is it something simple I'm overlooking?
1587735774
The Aaron
Roll20 Production Team
API Scripter
What's the URL for the tiger image?  
I don't know, I downloaded to my computer and edited a token around it and reuploaded. 
1587737042
The Aaron
Roll20 Production Team
API Scripter
If you drop it on the tabletop, select it, hit Z and right click it to copy the URL, what do you get?
<a href="https://s3.amazonaws.com/files.d20.io/images/126718598/Ca9LEGWBapyuY-zRZO5QXQ/original.png?15877308185" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/126718598/Ca9LEGWBapyuY-zRZO5QXQ/original.png?15877308185</a>
That is one weird looking URL
1587738109
The Aaron
Roll20 Production Team
API Scripter
Yeah, that's the amazon image buckets caching urls.&nbsp; Roll20 creates several copies of an image for use by various systems, and they vary based on the file name.&nbsp; I checked and it has created the other copies and they are accessible.&nbsp; This is a strange issue.&nbsp; I know that there were some issues with images showing up for some players, which this might be related to.&nbsp; It might make sense to create a bug report. If you have TokenMod installed, you could try adding the tiger image with it: !token-mod --set imgsrc|+@{target|token_id} --ids @{selected|token_id} With the druid selected, click for the target on the tiger image. If that works, we know it's an issue with the transition from a Rollable Table to a Rollable Table Token, and we can pass that info on to the devs for investigation without holding up your game.
I don't have tokenmod installed, should I do it?&nbsp;
1587738549
The Aaron
Roll20 Production Team
API Scripter
I recommend it, but then I wrote it, so I'm a bit biased... =D
I installed the tolkenmod API but i don't know what to do with it, or how, I'm brand new to this stuff
oh, it's yours!&nbsp; lol
Can you push it on to the Devs Aaron or should I make a new post in the Bug forum
Could the code be clashing with another script I have enabled?&nbsp;
1587745069
The Aaron
Roll20 Production Team
API Scripter
I'll just flag it for moving to the bugs forum. That API shouldn't conflict with anything you have installed.&nbsp; Did you try that command from up above?&nbsp; If you want, you can PM me an invite to your game and GM me and I can see if I can track something down.
Is there any possibility that the tiger was added after the token was dropped? &nbsp;If you add to the table, you have to drop the new token on the vat and then set it’s parameters and save it as the new default token.
Hmm.&nbsp; I do think the tiger was added later, after I asked the player what his third wildshape was Patrick said: Is there any possibility that the tiger was added after the token was dropped? &nbsp;If you add to the table, you have to drop the new token on the vat and then set it’s parameters and save it as the new default token.
I'm sorry, what do you mean by "drop the new token on the vat"?
Thanks aaron, i will do that if I can't get this other thing to work The Aaron said: I'll just flag it for moving to the bugs forum. That API shouldn't conflict with anything you have installed.&nbsp; Did you try that command from up above?&nbsp; If you want, you can PM me an invite to your game and GM me and I can see if I can track something down.
1587747723
The Aaron
Roll20 Production Team
API Scripter
I think he means VTT, as in Virtual Table Top, the map.
phew, doesnt sound like an easy solution to this one :S
Yes, VTT. &nbsp;It is easy if I’m right. &nbsp;Since the table is complete, click the token button, which will drop the complete updated (with 4 images) token to the VTT. &nbsp;Then double click the token and set it to represent the character sheet of your Druid. &nbsp;Next, set any bars and vision attributes on the token and then open the character sheet and enter edit mode, then save the token as the default token. &nbsp;Then delete the token from your VTT and drag the Druid out to the VTT from the journal and it “should” work as expected. &nbsp;Any time you add images to the table / token, you have to follow these steps and all other versions of the token that exist on pages will no longer be correct.
1587748336
The Aaron
Roll20 Production Team
API Scripter
OOOOOH!&nbsp; I think Patrick is right. I completely misunderstood what you meant when you said the tiger did not show up on the slider.&nbsp; I thought you meant the location was on the slider but the image was blank.&nbsp; what you meant was that the tiger didn't have a position on the slider at all. Rollable Table Tokens, once created, have no connection to the Rollable Table you created them from.&nbsp; You can delete the table, change it, rename it, whatever, the token remains a snapshot of the items it had when it was created.&nbsp; When you update the Table with new images, you have to create a new token from it for the character.&nbsp; You can use TokenMod to just add faces to an existing token and resave it as the default token, which I find easier than messing with the table.&nbsp; YMMV
ok hold on
oh my GOSH, that was easy to fix!!!
Lol, I'm so sorry for all that guys
My experience with&nbsp; Roll20 so far is I learn a little something new everyday, even though small trial and errors like this one.&nbsp;
Thank you, I will remember that.&nbsp; Patrick said: Yes, VTT. &nbsp;It is easy if I’m right. &nbsp;Since the table is complete, click the token button, which will drop the complete updated (with 4 images) token to the VTT. &nbsp;Then double click the token and set it to represent the character sheet of your Druid. &nbsp;Next, set any bars and vision attributes on the token and then open the character sheet and enter edit mode, then save the token as the default token. &nbsp;Then delete the token from your VTT and drag the Druid out to the VTT from the journal and it “should” work as expected. &nbsp;Any time you add images to the table / token, you have to follow these steps and all other versions of the token that exist on pages will no longer be correct.
Thanks Aaron. I would have thought deleting the table would have detrimental damage, but it doesn't. Another trick to know&nbsp; :)&nbsp; None of that is obvious at first glance though, it looked like from the table all the shapes were good to go.&nbsp; The Aaron said: OOOOOH!&nbsp; I think Patrick is right. I completely misunderstood what you meant when you said the tiger did not show up on the slider.&nbsp; I thought you meant the location was on the slider but the image was blank.&nbsp; what you meant was that the tiger didn't have a position on the slider at all. Rollable Table Tokens, once created, have no connection to the Rollable Table you created them from.&nbsp; You can delete the table, change it, rename it, whatever, the token remains a snapshot of the items it had when it was created.&nbsp; When you update the Table with new images, you have to create a new token from it for the character.&nbsp; You can use TokenMod to just add faces to an existing token and resave it as the default token, which I find easier than messing with the table.&nbsp; YMMV
1587750631
The Aaron
Roll20 Production Team
API Scripter
Another thing that's not obvious is that Rollable Table Tokens do not retain the weights from the progenitor Rollable Tables.&nbsp; If you choose a random side on a Rollable Table Token, each face has equal probability.
Hey Jason, I just saw this post and thought I would give you a heads up about the shape-shifting API that is out there! It works phenomenally well ( a bit of setting up, but nothing complicated) and I switched to it from a rollable table with no regrets !!&nbsp; I will edit this comment with a link momentarily.&nbsp; Here is a link to a page with some info you might find useful, the page has a link to the API script.&nbsp; <a href="https://app.roll20.net/forum/post/5345882/druid-shifting-script-5e-ogl/?pageforid=5346364" rel="nofollow">https://app.roll20.net/forum/post/5345882/druid-shifting-script-5e-ogl/?pageforid=5346364</a>
Thank you Christopher :) Christopher C. said: Hey Jason, I just saw this post and thought I would give you a heads up about the shape-shifting API that is out there! It works phenomenally well ( a bit of setting up, but nothing complicated) and I switched to it from a rollable table with no regrets !!&nbsp; I will edit this comment with a link momentarily.&nbsp; Here is a link to a page with some info you might find useful, the page has a link to the API script.&nbsp; <a href="https://app.roll20.net/forum/post/5345882/druid-shifting-script-5e-ogl/?pageforid=5346364" rel="nofollow">https://app.roll20.net/forum/post/5345882/druid-shifting-script-5e-ogl/?pageforid=5346364</a>