1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Disguise Skellet.

Discussion in 'Skript' started by Shadow Klassic, Mar 10, 2021.

Thread Status:
Not open for further replies.
  1. Shadow Klassic

    Joined:
    Sep 19, 2020
    Messages:
    20
    Likes Received:
    0
    How do i disguise mob's skins in skellet with protocolib and libsdisguise. I tried doing this:

    Code (Text):
    1. every 3 ticks in world "world":
    2.     {timerpowerup} is true
    3.     loop all players:
    4.         loop all mobs:
    5.             set {_lpP} to loop-player
    6.             set target of all monsters to {_lpP}
    7.             set {_d} to a new disguise with type ZOMBIE
    8.             set disguise of loop-mobs to {_d}
    but it gives me this error

    upload_2021-3-9_20-55-23.png

    any ideas?
    --- Double Post Merged, Mar 10, 2021, Original Post Date: Mar 10, 2021 ---
    Please somone reply :C
    --- Double Post Merged, Mar 11, 2021 ---
    somoneeeeeeeeeee
     
Thread Status:
Not open for further replies.

Share This Page

Loading...