Solved Damage animation on mobs

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

McAcrylic

Active Member
Oct 21, 2017
59
0
0
25
How do you make it so the damage animation works on mobs?

This is how it works for players:
code_language.skript:
show damage animation on loop-entity for all players

But how do I do it for mobs?
(The code does not work for mobs)
[doublepost=1531734516,1531615101][/doublepost]Is it even possible??
[doublepost=1531863370][/doublepost]
code_language.skript:
play hurt on loop-entity-2
 
How do you make it so the damage animation works on mobs?

This is how it works for players:
code_language.skript:
show damage animation on loop-entity for all players

But how do I do it for mobs?
(The code does not work for mobs)
[doublepost=1531734516,1531615101][/doublepost]Is it even possible??
[doublepost=1531863370][/doublepost]
code_language.skript:
play hurt on loop-entity-2
I don't think there's such thing as a "damage animation". What you can do though is damage the entity by 0 hearts, which "simulates" the hurting of the entity, even though its health didn't change.
 
I don't think there's such thing as a "damage animation". What you can do though is damage the entity by 0 hearts, which "simulates" the hurting of the entity, even though its health didn't change.
code_language.skript:
play hurt on loop-entity-2
 
Status
Not open for further replies.