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.

Has anyone created an Arrow FX?

Before I began to tinker with the scripts I have found, I wanted to check to see if anyone has already created this script for a custom FX and if they might be willing to share!?? Thanks!
1471783223

Edited 1471783259
I'm working on one right now, and it sucks...  lol   Anyone else? Help would be appreciated.
1471790856
The Aaron
Pro
API Scripter
Try this as a starting place: {    "maxParticles" : 3000,    "endColourRandom" : [ 0, 0, 0, 0 ],    "sizeRandom" : 0,    "size" : 1,    "startColourRandom" : [ 0, 0, 0, 0.25 ],    "duration" : 15,    "emissionRate" : 60000,    "lifeSpan" : 20,    "startColour" : [ 90, 175, 175, 0.35 ],    "speed" : 175,    "endColour" : [ 125, 125, 125, 0 ],    "lifeSpanRandom" : 0,    "speedRandom" : 22,    "angle" : -1,    "angleRandom" : 0 } The original intent was a laser blast ala Star Wars, but others have used it for Magic Missile.
The Aaron said: Try this as a starting place: {    "maxParticles" : 3000,    "endColourRandom" : [ 0, 0, 0, 0 ],    "sizeRandom" : 0,    "size" : 1,    "startColourRandom" : [ 0, 0, 0, 0.25 ],    "duration" : 15,    "emissionRate" : 60000,    "lifeSpan" : 20,    "startColour" : [ 90, 175, 175, 0.35 ],    "speed" : 175,    "endColour" : [ 125, 125, 125, 0 ],    "lifeSpanRandom" : 0,    "speedRandom" : 22,    "angle" : -1,    "angleRandom" : 0 } The original intent was a laser blast ala Star Wars, but others have used it for Magic Missile. Consider this snatched! :) Very useful for all sort of shooting effects.