Fireball Radius

  • 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.

ChocoAura

Member
Jul 3, 2019
38
0
6
24
Hello, I want to shoot a fireball that has a larger blast radius than usual, could someone give me the code to increase the blast radius? So far I only know how to shoot it and change the velocity.

Code:

Code:
shoot fireball from player at velocity 0.5
 
Not sure if there is a specific way but you could always give that fireball metadata, and on projectile hit, if it has that metadata cancel event and create a fake explosion:emoji_slight_smile:
 
Code:
on projectile hit:
    event-projectile is fireball:
        create explosion with force 5 at projectile
try that there might be errors I made it in like 2 seconds
 
Status
Not open for further replies.