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
This post has been closed. You can still view previous posts, but you can't post any new replies.

July 2024 Roll20 Reserve | Wild Magic Surge Animated Tokens

July 02 (9 months ago)

Edited July 02 (9 months ago)
Bianca
Roll20 Team

For this month's Roll20 Reserve selection, we’re thrilled to offer Pro Subscribers over 200 animated effects for fantasy and cyberpunk settings from Wild Magic Surge

The Reserve pack includes: 

  • Animated Fire - Atmospheric Overlays
  • Animated Modern/Cyberpunk Tokens
  • Animated Portal Tokens
  • Animated Spells One
  • Animated Spiritual Weapons

How to Claim

Navigate to https://roll20.net/reserve and click "Claim Now"


Accessing Your Content

After claiming, you will see a pop-up window verifying your claim. Because the bundle contains Art Packs (no Module/Addon), you don’t need to use the Create Game button on the pop-up.


The maps will be available in your library, accessible in the "My Marketplace Items" and under the Premium Assets section of the Art Library in the VTT.


July 02 (9 months ago)
keithcurtis
Forum Champion
Marketplace Creator
API Scripter


Assuming I have searched out the right ones (there are a lot of similar pack names), you should be able to preview them at these links:

Remember, once claimed, they will be in the Marketplace Items of your Art Library.

July 02 (9 months ago)

They're also linked on the List of Roll20 Reserve Items wiki. :) 

July 02 (9 months ago)
Gold
Forum Champion

Something I noticed and looked-into,

The publisher's name is "Wild Magic Surge". 

The animated spells are for regular magic spells. Doesn't need to be wild magic surges (in game terms) for these to work and apply. 

I think that's a confusing naming scheme. Of course the creator can choose whatever company name or title that they want. It is like a company called Chocolate Ice Cream. "Yes, what flavor of Chocolate Ice Cream™ would you like?"

So don't worry if you don't have any Wild Magic zones in your game. These still work. 

Is there any way to use these animated tokens with the SpawnDefaultToken API script?

July 03 (9 months ago)
keithcurtis
Forum Champion
Marketplace Creator
API Scripter

You would probably need to download and re-upload the image so that exists in your own game. The API cannot (currently) create images on the tabletop using marketplace images.

I have not figured out a way to download them.

July 03 (9 months ago)
David M.
Pro
API Scripter

Note that token animations and mod scripts have never played nicely together. Unless this has been fixed, it's highly probable that the animation won't play or will play once and stop. Just a warning before spending a lot of time downloading/uploading a zillion files. Maybe try one first.

Thanks David, I'll re-focus my energy else-where.

Can we please get a better way to find these reserve offerings? Like can Roll20 add a "Roll20 Reserve" folder in the Premium Assets? Also I tried several searches and cannot find the animated spiritual weapons anywhere. There just needs to be an easier way too add them and find them.

July 04 (9 months ago)

Edited July 04 (9 months ago)
Gold
Forum Champion


DM Deadman said:

Can we please get a better way to find these reserve offerings? Like can Roll20 add a "Roll20 Reserve" folder in the Premium Assets? Also I tried several searches and cannot find the animated spiritual weapons anywhere. There just needs to be an easier way too add them and find them.


Heads up Roll20 --- there seems to be some naming / tagging problem with the set, Animated Spiritual Weapons - One. 

DM Deadman is correct.

I researched into DM Deadman's issue and confirmed the same behavior. These "Spiritual Weapons" don't come-up for any of the regular search terms, such as "Wild Magic Surge" (this search term brings up all the other sets), the title of the publisher, or the title of the set.

Even a search for "Animated Spiritual Weapons - One" does not bring this set up. Even though it DOES bring up other sets such as Animated Spiritual Weapons Two and Animated Spiritual Weapons Three. 

To me that indicates there could be a listing problem with Animated Spiritual Weapons - One. 

Maybe some fields are not properly filled, or typo'd, in its Marketplace listing back-end? Maybe its tags are not filled in properly? 

It IS accessible by going under your (+)Library (+)Premium Assets and scroll down to the ones that start with the word "Animated", so the set exists and is granted when you Claim the Reserve Reward. 

July 04 (9 months ago)
jayme
Roll20 Team

The easiest way to access the sub-items in the Reserve Bundle, since they are Token Packs, is through the "Marketplace Purchases" section of your library in-game. See below, I have verified that the Animated Spiritual Weapons pack is available.  Hope that helps. 





July 04 (9 months ago)

Edited July 04 (9 months ago)
Gauss
Forum Champion

Hi folks, 

To add to Jayme's response, if you are not searching (nothing in the search box) and you go to Marketplace Purchases you can find them by scrolling through the list. 

However, if you are searching then what you need to do is select "Everything" from the drop down menu, then put the search term "Animated Spiritual Weapons" (without quotes) in the search. 

That drop-down menu can restrict things, even if they shouldn't.

Here is an image of my search. 


Hultz (Keeper of Secrets) said:

Is there any way to use these animated tokens with the SpawnDefaultToken API script?


I would be highly interested in that too, if someone figures out a way please let me know

July 05 (9 months ago)

Edited July 05 (9 months ago)
Is there any way to use these animated tokens with the SpawnDefaultToken API script?

These are marketplace assets and mods cannot set tokens with those at the moment. The new MOD sandbox has functions to create tokens based on marketplace assets. There is no committed timeline for that upgrade to come out of beta and replace the current sandbox, but i hope it will be possible soon (and then the developer has to have time to program it).


Hultz (Keeper of Secrets) said:

Is there any way to use these animated tokens with the SpawnDefaultToken API script?


I've been using this as an example for my token creation and I don't think animations have ever worked.  Is this spawndefaulttoken script better?  Looking forward to using animated tokens one day.


if (msg.content.indexOf("!darkness")==0)

            {

                createObj("graphic",{

                    left:tok.get("left")+70,

                    top:tok.get("top"),

                    height:420,

                    width:420,

                    pageid:tok.get("pageid"),

                    layer:"objects",

                    imgsrc:"https://s3.amazonaws.com/files.d20.io/images/367562335/-7koCCjjdB4RtYBZ3dWd5g/thumb.png?16999061855",

                    name:tok.get("name") + "Darkness",

                    aura1_radius:0,

                    aura1_color:"#ff9900",

                    controlledby:playerlist,

                    showplayers_aura1:true

                });

            

                spawnFx(tok.get("left")+70,tok.get("top"),"burst-smoke",tok.get("pageid"));

                

            }


July 08 (9 months ago)
David M.
Pro
API Scripter

No, it's an ongoing issue with the interaction of createObj with animations. 

Nonetheless, I really enjoyed this month's Reserve offering! Drag and drop works fine, so I just prepped a select few on the map and gm layers in my last session for a little extra visual boost. Using a handful of stretched out atmospheric smoke tokens on the map layer added a very cool effect for a "shadowy mirror realm" section of a boss lair. These came in just in time for the end of a several month's long story arc!  

July 08 (9 months ago)
Keith
Pro
Marketplace Creator


Gold said:


DM Deadman said:

Can we please get a better way to find these reserve offerings? Like can Roll20 add a "Roll20 Reserve" folder in the Premium Assets? Also I tried several searches and cannot find the animated spiritual weapons anywhere. There just needs to be an easier way too add them and find them.


Heads up Roll20 --- there seems to be some naming / tagging problem with the set, Animated Spiritual Weapons - One. 

DM Deadman is correct.

I researched into DM Deadman's issue and confirmed the same behavior. These "Spiritual Weapons" don't come-up for any of the regular search terms, such as "Wild Magic Surge" (this search term brings up all the other sets), the title of the publisher, or the title of the set.

Even a search for "Animated Spiritual Weapons - One" does not bring this set up. Even though it DOES bring up other sets such as Animated Spiritual Weapons Two and Animated Spiritual Weapons Three. 

To me that indicates there could be a listing problem with Animated Spiritual Weapons - One. 

Maybe some fields are not properly filled, or typo'd, in its Marketplace listing back-end? Maybe its tags are not filled in properly? 

It IS accessible by going under your (+)Library (+)Premium Assets and scroll down to the ones that start with the word "Animated", so the set exists and is granted when you Claim the Reserve Reward. 


This goes back to an issue that was introduced years ago when the new marketplace was brought online.  When searching, a token's name is not included in the search.  It will only search on the set name, or tags.  If you have a token called 'Orc_with_axe' and search for 'axe', it will not find it.


Been around since I first complained about it.


https://app.roll20.net/forum/post/6248024/search-results-on-marketplace-and-in-library