Solved water damage

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

Adrihun

Member
Feb 1, 2017
368
6
0
I have a really simple script that will damage the player if they touch water. Is there a way to make it so they stay in the water they still get damage? Because right now it only works if they touch water, not if they stay i the water.

Please help me. Thanks

code_language.skript:
on walking on water:
damage player by 3 hearts
[doublepost=1488733869,1488733792][/doublepost]bump - i need help asap
:emoji_alien::emoji_alien::emoji_alien::emoji_alien:
 
what if i want to add another rank?

I have a really simple script that will damage the player if they touch water. Is there a way to make it so they stay in the water they still get damage? Because right now it only works if they touch water, not if they stay i the water.

Please help me. Thanks

code_language.skript:
on walking on water:
    damage player by 3 hearts
[doublepost=1488733869,1488733792][/doublepost]bump - i need help asap
:emoji_alien::emoji_alien::emoji_alien::emoji_alien:

Something like this?
code_language.skript:
on walking on water:
    if block above the block below player is water:
        damage player by 3 hearts
        wait 1 second
 
Something like this?
code_language.skript:
on walking on water:
    if block above the block below player is water:
        damage player by 3 hearts
        wait 1 second
thanks
[doublepost=1488745598,1488745095][/doublepost]
Something like this?
code_language.skript:
on walking on water:
    if block above the block below player is water:
        damage player by 3 hearts
        wait 1 second
i need an easy script where the skript plugin tests for mysql connection, if it fails (cant connect to mysql) then the server stops
 
thanks
[doublepost=1488745598,1488745095][/doublepost]
i need an easy script where the skript plugin tests for mysql connection, if it fails (cant connect to mysql) then the server stops

Well, make a new post for that then. Make sure to mark this post as solved.
 
https://forums.skunity.com/threads/mysql.2551/
Well, make a new post for that then. Make sure to mark this post as solved.
[doublepost=1488746809,1488746639][/doublepost]
Well, make a new post for that then. Make sure to mark this post as solved.
btw do you have skype? since i have a really big problem with my server and i can't explain it, it is about the IP (bungee) and i wont talk if you call me, i'll just share my screen and show you my problem and tell you in chat
 
Status
Not open for further replies.