Solved Continues 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 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.

WiebeHero

Active Member
Aug 23, 2017
135
5
0
Hello i am WIebeHero and back again with another question.
So i have been working on my server alot lately but i cant find out 1 thing: continues damage.
maybe you have seen it like on a server for example on mineplex champions yeah i want something like that.
So i hope you can help me thanks.
 
Hello i am WIebeHero and back again with another question.
So i have been working on my server alot lately but i cant find out 1 thing: continues damage.
maybe you have seen it like on a server for example on mineplex champions yeah i want something like that.
So i hope you can help me thanks.
No i haven't seen it so explain
 
do you mean continuous damage? as in what poison does? If so then just apply the poison effect
 
If you don't want poison damage, you can loop and deal damage under the loop.
 
It depends where you put it in the code. If it's under the damage event, you would do something like this.
code_language.skript:
# damage event
loop 5 times:
    damage the victim by 3 hearts
    wait 0.2 second
 
Let me test it and thanks!
[doublepost=1506015369,1506015048][/doublepost]Well it works kind off...... It does damage the victim but it doesnt for example loop it really....
[doublepost=1506015572][/doublepost]lol nevermind it works thanks!
 
Status
Not open for further replies.