#Lava Rise Minigame

1 messages · Page 1 of 1 (latest)

hoary bloom
#

What are the errors?

#

Why are you using /say just do broadcast

civic zealot
#
command /test:
    trigger:
        set {_y} to 0
        loop 10 times:
            broadcast "&cLava Is Rising To &4%{y}%"
            set {_location1} to location(1, {_y}, 1, world "world") 
            set {_location2} to location(1, {_y}, 1, world "world")
            set (all blocks within {_location1} and {_location1} where [input is air]) to lava
            add 1 to {_y}```

I haven't tried it, but it's should looks something like this
short mountain
#

I'll try thanks <3

short mountain
short mountain
civic zealot
#

oh mb all blocks within {_location1} and {_location1}

#

it's should be all blocks within {_location1} and {_location2}

short mountain
#

aaaand how do I type that in skript? xd (sorry)

#

oh yes sorrry! xd

civic zealot
#

just change the sec {_location1} to {_location2}

short mountain
#

OKey Thanks I'll try <3

#

That didn't reakky work XD

civic zealot
short mountain
#
command /test:
    trigger:
        set {_y} to 0
        loop 10 times:
            broadcast "&cLava Is Rising To &4%{y}%"
            set {_location1} to location(1, {_y}, 1, world "world") 
            set {_location2} to location(1, {_y}, 1, world "world")
            set (all blocks within {_location1} and {_location2} where [input is air]) to lava
            add 1 to {_y}
#

That's what I have atm

#

It didn't spawn lava and set the spawning place to Y 256

civic zealot
short mountain
#

How do I? xd

civic zealot
#

to the one you wants

short mountain
#

oh right! Thanks xd

#

Didn't work -_-

#

Wanna hop into a call? maybe easier <3

hoary bloom
#

Every 6 seconds just set a variable to it's value + 1 and then do lava and raise the y value using variable

civic zealot
hoary bloom
#

Basscialy

on load:
    set {yLava} to 10

every 6 seconds:
    set {yLava} to {yLava} + 1
    execute console command "fill cords here {yLava} lava"
     broadcast "&4&lLava rising!"

Just an example i don't actually recommend using this

#

@short mountain try it and see

short mountain
#

Yes I will thanks <3

hoary bloom
#

This will also set the whole world to lava btw and won't stop

#

If u want it to stop check if the y level is at certain point

short mountain
#

Yea thanks :D

hoary bloom
#

K

#

Change fill cords

#

With x and y cords of where u want to test it out

short mountain
#

Do I need any other plugins than just skript?

civic zealot