Fireball Damage addition not working

  • 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 community!

    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!

DPPPPP

Member
Jul 22, 2023
27
0
1
my code works and shoots a fireball BUT it only does a small amount of damage. please help me

CODE:

on rightclick with a blaze rod:
if name of player's held item is "&eFireball &4Rod":
shoot an fireball at speed 10
on damage of entity by player:
if damage cause is fireball:
set damage to 50
 
on rightclick with a blaze rod:
if name of player's held item is "&eFireball &4Rod":
shoot an fireball at speed 10
on damage of entity by player:
if damage cause is fireball:
increase the damage to (fireball damage + x = 50)

i dont know if this will work, but its worth a shot