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

Can't make a mssile FX that work

1512557847

Edited 1512560367
every time i use the Missile macro the missile stay on the caster and doesnt go on the target. I use this macro /fx missile-acid @{target|Caster|token_id} @{target|Foe|token_id}
1512568348

Edited 1512568409
Bast L.
API Scripter
This should work: /fx missile-acid @{target|Foe|token_id} But it will just be on the target. If you want something to shoot from a to b, I used this before: /fx Blaster @{selected|token_id} @{target|token_id} edit: this custom fx is blue in appearance. Mess with colors before setting up to avoid gm aggravation. With the custom fx (gm would have to set it up): { "angle": -1, "angleRandom": 0.1, "duration": 1, "emissionRate": 1000, "endColour": [40, 40, 150, 0], "endColourRandom": [10, 10, 40, 0], "lifeSpan": 100, "lifeSpanRandom": 0, "maxParticles": 1000, "size": 13, "sizeRandom": 0, "speed": 50, "speedRandom": 0, "startColour": [20, 20, 210, 1], "startColourRandom": [5, 5, 30, 0.25] }
Quentin B. said: every time i use the Missile macro the missile stay on the caster and doesnt go on the target. I use this macro /fx missile-acid @{target|Caster|token_id} @{target|Foe|token_id} I don't wanna drop a joke comment just cause but... When your 101-Spell Casting lessons are forgotten. Talk about a accidental Kamakazi. *ba-dum-chh*
Another alternative. (Not made by me, I stole it from some thread somewhere. :P ) { "angle": -1, "angleRandom": 0, "duration": 15, "emissionRate": 60000, "endColour": [5, 5, 25, 0], "endColourRandom": [0, 0, 0, 0], "lifeSpan": 20, "lifeSpanRandom": 0, "maxParticles": 3000, "size": 1, "sizeRandom": 0, "speed": 175, "speedRandom": 22, "startColour": [100, 5, 5, 20.5], "startColourRandom": [0, 0, 0, 0.25] }
1512740037
The Aaron
Pro
API Scripter
Blaster fire for Storm Troopsrs?  Looks familiar... =D
Ehum...as I said: stolen.
1512749500
The Aaron
Pro
API Scripter
HAHAHAHA =D
Yeah, mine are a mix of stolen/modified, though some are made up, like my crappy lightsabres :)&nbsp; (er, I think so, but it's hard to remember) Kylo Blade: Dual Sabre Tie Rapid Fire: Rather than paste all of it in here (in case someone wants to use them): <a href="https://gist.github.com/Bastlifa/9a161b73e69197acc" rel="nofollow">https://gist.github.com/Bastlifa/9a161b73e69197acc</a>...