Solved Deploy firework without duration

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

sandor_1234

Active Member
Jan 26, 2017
165
5
0
21
When i use skelletts infinte firework and set the duration to 0 the firework will still be launched into the air 4/5 blocks but i want it to deploy immediatly, is there a way to do this? Or another addon that can do this? I also tried achieving this using skdragon but this only has a drawSphere effect which doesn't "explode".
I also tried things like:
code_language.skript:
set {_l} to location 5 block under player
launch firework at {_l} timed 0
But this will bugg in the ground if a player is on the ground and will take to long to reach the player
 
Last edited:
hms
code_language.skript:
launch firework at player timed 0
loop firework rockets in radius 1 of player:
    add "{LifeTime:2}" to nbt of loop-entity #SkStuff
   
    #force loop-entity to effect FIREWORK_EXPLODE #Skellett #It does not work
 
spawned %entity% is for spawn effects, please read and download SkStuff.

GBpPa7.png
 
Status
Not open for further replies.