Jump to content

fireball


ES63

Recommended Posts

k so how do i make 3 fireballs summon when you right click with a blaze rod and it goes to the nearest player in a 20 block radius and the fireballs go to each player in the radius thanks

btw heres my skript if you wanna edit it

command fireballwand:
    permission: fb.wand
    aliases: /fbwand
    trigger:
        give player 1 blaze rod named "Fireball Stick"

on right click:
    if player's tool is blaze rod named "Fireball Stick":
        if {cooldown.%player's uuid%} is false:
            set {loc.%player%} to block above block above player's location
            loop 3 times: # change how many fireballs are shot here!
                spawn fireball at {loc.%player%}
                push last spawned entity in direction of player with force 0.5
            set {cooldown.%player's uuid%} to true
            wait 5 seconds # change the cooldown here
            set {cooldown.%player's uuid%} to false
        else:
            send "&cWait for the cooldown!"

 

Edited by ES63

Player Stats

IGN - ES63

Rank - Pro

----------------------

Server Stats

RascalPVP - Owner

RandKits - Owner

DoodySim - Owner

-----------------------

066fced7fa2c6eb28ff57c203964a6d3.gif.45df2fe64e40c8d045324e2a6203c1c6.gif

do that ^^^^

i will heart back (i promise)

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...