Jump to content

Recommended Posts

Posted

Use KamiShi Dyes / Palettes . Free release support until 3rd classes.

 

If you want palettes of better quality for 3rd and 4th, you may find their services.

Posted
34 minutes ago, mrfizi said:

Use KamiShi Dyes / Palettes . Free release support until 3rd classes.

 

If you want palettes of better quality for 3rd and 4th, you may find their services.

 

I tested this pack, it only worked until the 3rd.

On the 4th I'm getting the gravity error

Posted
12 hours ago, mrfizi said:

I have mention before. It work until 3rd classes. You need to buy the working palettes for 4th..

 

Hey, friend,

Is it possible to create a script so that when the guy equips the item that turns him into 3rd and 4th, he returns his dye to default and doesn't let him use the @dye command until he unequips the item?

  • 3 months later...
Posted (edited)
On 5/30/2024 at 8:16 AM, Kater said:

 

Hey, friend,

Is it possible to create a script so that when the guy equips the item that turns him into 3rd and 4th, he returns his dye to default and doesn't let him use the @dye command until he unequips the item?

Hola Kater,

Para crear un script como el que usted describe, puede usar algún lenguaje de programación o un motor de juego personalizado. A continuación se muestra un ejemplo de cómo puede hacer esto:


función onEquip(jugador)
 - Establecer el color del tinte por defecto
 reproductor: setDyeColor (color de tinte predeterminado)

 -- Deshabilitar el comando @dye
 jugador:disableCommand('@dye')
fin

función enUnequip(jugador)
 -- Vuelva a habilitar el comando @dye
 jugador: enableCommand('@dye')
fin
Debes reemplazar defaultDyeColor con el color de tinte predeterminado que deseas usar. Este script restablecerá el color del tinte del jugador cuando equipe un objeto y desactivará el comando @dye hasta que lo desequipe.

¡Espero que esto te ayude! Si necesitas más información o apoyo, ¡házmelo saber! rice purity test meaning

Edited by felixandrea

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...