Solved Making arrows in air flame arrows?

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

Status
Not open for further replies.

JustADev

Well-Known Member
Apr 8, 2017
379
9
18
Question, how do I make arrows when shot, turn into flame arrows in the air?

Here is my current code:
code_language.skript:
on entity shoot:
    if event-entity is a player:
        delete projectile
        make the player shoot an item projectile of 1 flamed arrow at speed 1.2
 
Wait, am i using the wrong event?

code_language.skript:
on projectile shoot:
    projectile is arrow:
        set {CBL::%shooter%} to 0.2 * {BlazingArrowsMAX::%shooter%} + 1
        chance of 100%:
            if {BlazingArrowsMAX::%shooter%} is more than 0:
                set projectile on fire
                send "&8[&6Ability&8] &7Your &aBlazing Arrows Perk &7just activated" to shooter
[doublepost=1502052322,1502052080][/doublepost]NVM it works :emoji_grinning:
 
Status
Not open for further replies.