Solved Is it possible to set the speed of a horse?

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

Cybers_

Member
Feb 21, 2017
18
2
0
I'm trying to make it so each unique horse that is spawned is the exact same, the only thing I can't seem to work out is how to set the speed of the horse to be the same.

Current Code:

code_language.skript:
spawn an unique "horse" horse colored "chestnut" with patterns of "black dots" at player
set name of last spawned unique horse to "%player%'s Horse"
set age of last spawned unique horse to 0
set rf max hp of last spawned unique horse to 25
heal last spawned unique horse
equip the last spawned unique horse with diamond horse armour and a saddle
make player ride last spawned unique horse

Thanks
[doublepost=1488276672,1488210343][/doublepost]bump
 
code_language.skript:
apply speed 2 to spawned horse

???
 
This is what I use.
code_language.skript:
           spawn a skeleton horse at player
           set age of last spawned entity to adult
           equip last spawned entity with a saddle
           make player ride last spawned entity
           set entity attribute GENERIC MOVEMENT SPEED of last spawned entity to 0.29
 
  • Like
Reactions: xXSwainXx
Status
Not open for further replies.