Unable to equip mob's boots

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

pepper82

Member
Jan 26, 2017
272
1
18
I am unable to equip a mob's boots. They always appear to be gold boots.
My code:

code_language.skript:
on spawn of zombie:
       equip event-entity with LEATHER_BOOTS

What's wrong here?

PS. And does anybody know if named mobs will despawn or not? How could I have them naturally despawn as any other mob?
 
I am unable to equip a mob's boots. They always appear to be gold boots.
My code:

code_language.skript:
on spawn of zombie:
       equip event-entity with LEATHER_BOOTS

What's wrong here?

PS. And does anybody know if named mobs will despawn or not? How could I have them naturally despawn as any other mob?

hmm, try this...

code_language.skript:
On spawn of a Zombie:
    equip event-entity with Leather Boots

Sorry, i dont known about it
 
Alias dependent of course, but:

code_language.skript:
set event-entity's boots to leather boots
 
Status
Not open for further replies.