Skocz do zawartości
  • 0

Craftingi do napisania


xKubeQ

Pytanie

3 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Proszę.

Wymagany WildSkript

on script load:
    new Recipe "l";      
    "1".Recipe.registerIngredient{1, 1 Emerald};        
    "1".Recipe.registerIngredient{2, 1 Emerald};      
    "1".Recipe.registerIngredient{3, 1 Emerald};        
    "1".Recipe.registerIngredient{4, 1 Emerald};        
    "1".Recipe.registerIngredient{5, 1 Diamond Boots};        
    "1".Recipe.registerIngredient{6, 1 Emerald};        
    "1".Recipe.registerIngredient{7, 1 Emerald};        
    "1".Recipe.registerIngredient{8, 1 Emerald};        
    "1".Recipe.registerIngredient{9, 1 Emerald};        
    "1".Recipe.registerResult{diamond boots of feather falling 4 named "&6Cloud Boots"};
    "1".Recipe.register{};  
on script load:
    new Recipe "b";      
    "2".Recipe.registerIngredient{1, 1 Emerald};        
    "2".Recipe.registerIngredient{2, 1 Emerald};      
    "2".Recipe.registerIngredient{3, 1 Emerald};        
    "2".Recipe.registerIngredient{4, 1 Emerald};        
    "2".Recipe.registerIngredient{5, 1 Water Bottle};        
    "2".Recipe.registerIngredient{6, 1 Emerald};        
    "2".Recipe.registerIngredient{7, 1 Emerald};        
    "2".Recipe.registerIngredient{8, 1 Emerald};        
    "2".Recipe.registerIngredient{9, 1 Emerald};        
    "2".Recipe.registerResult{water bottle of unbreaking 10 named "&6Potka Haste 2"};
    "2".Recipe.register{};  
 
on damage:
    victim is a player
    damage cause is fall
    if victim is wearing diamond boots of feather falling 4 named "&6Cloud Boots":
        cancel event
 
every 1 seconds:
    loop all players:
        loop-player is wearing diamond boots:
            name of Loop-player's boots contains "&6Cloud Boots":
                apply speed 2 to the loop-player for 1 seconds

On Consume of potion:
	if player's gamemode is survival:
		if event-item's name = "&6Potka Haste 2":
			send "Haste 2 na 5 minut"
			apply Haste 2 to the player for 5 minutes

 

Edytowane przez xMateuszP0L
Odnośnik do komentarza
https://skript.pl/temat/9627-craftingi-do-napisania/#findComment-72956
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...