Help me with this Skript

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

Ilas

New Member
Mar 13, 2020
5
0
1
34
Code:
on damage:
    if damage cause is projectile:
        if projectile is a small fireball:
            set damage to 200
or
Code:
on damage:
    if damage cause is projectile:
        if projectile is a small fireball:
            damage victim by 200
are not working.
Please, help!
P.s: Small fireball = blaze fireball
 
Hi there.

What is your Skript version and server version?
Hi,
I'm using Skript 2.2-SNAPSHOT (by Njol) on a 1.8.8 server.
When I put fireball in the code works, but only with the small fireball doesn't work.
It doesn't give me console on Skript reload, but the small fireball damage amount isn't changing.
Sorry for my bad english. ç-ç
 
And this?

Code:
on damage:
    if projectile is a small fireball:
        damage victim by 200

Also, for 1.8.8, Skript Dev37c in Bensku's fork is recommended
 
And this?

Code:
on damage:
    if projectile is a small fireball:
        damage victim by 200
When i put
Code:
if projectile is a small fireball:
without
Code:
if damage cause is projectile:
it gives me error on reload.

:emoji_frowning:
/|\
/\
 
That is most likely caused by your outdated Skript version. Try upgrading to a newer version. I am currently using the latest version and it works fine for me :/
 
That is most likely caused by your outdated Skript version. Try upgrading to a newer version. I am currently using the latest version and it works fine for me :/
I can't find a working version for 1.8.8 server.
 
The best thing to do is to use a newer version server with a newer Skript version. Then use a plugin like ProtocolSupport or ViaBackwards to allow players to only join on 1.8.8.
 
Status
Not open for further replies.