Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Szukam skryptu/pluginu na CloudBoots'y.


SkopteR

Rekomendowane odpowiedzi

Opublikowano

Tak jak w temacie. Prosiłbym żeby od razu był crafting : buty diaxowe w środku a wokół nich diamenty.

                 Co zrobisz? nic nie zrobisz!

                            xu7iWe.png.pagespeed.ic.Hq5547lA_u.jpg

Opublikowano

Spróbuj tego:

 

on skript load:
    register new shaped recipe for diamond boots named "&bCloud boots" using diamond, diamond, diamond, diamond, diamond boots, diamond, diamond, diamond, diamond
 
every 1 second:
    loop all players:
        if boots of loop-player is diamond boots named "&bCloud boots":
            apply jump boost 5 to the loop-player for 1 seconds
            apply speed 2 to the loop-player for 1 seconds
 
on damage:
    victim is a player
    damage cause is fall
    if victim is wearing diamond boots named "&bCloud Boots":
        cancel event
Opublikowano

@up 
Jeden błąd jest:
post-1082670-0-68514300-1435999359.png

                 Co zrobisz? nic nie zrobisz!

                            xu7iWe.png.pagespeed.ic.Hq5547lA_u.jpg

Opublikowano

W takim razie spróbuj wymienić tamten crafting na ten:

on load:
    new Recipe "1";
    "1".Recipe.registerIngredient{1, 1 diamond};
    "1".Recipe.registerIngredient{2, 1 diamond};
    "1".Recipe.registerIngredient{3, 1 diamond};
    "1".Recipe.registerIngredient{4, 1 diamond};
    "1".Recipe.registerIngredient{5, 1 diamond boots};
    "1".Recipe.registerIngredient{6, 1 diamond};
    "1".Recipe.registerIngredient{7, 1 diamond};
    "1".Recipe.registerIngredient{8, 1 diamond};
    "1".Recipe.registerIngredient{9, 1 diamond};
    "1".Recipe.registerResult{1 diamond boots named "&bCloud Boots"};
    "1".Recipe.register{};
Do działania będzie potrzebny WildSkript.
Opublikowano

@1361622928-U485574.pngGumskull
Skoro tego nie umiesz to po co to komentujesz?Nabijanie postów?

                 Co zrobisz? nic nie zrobisz!

                            xu7iWe.png.pagespeed.ic.Hq5547lA_u.jpg

  • 2 tygodnie później...
Opublikowano

Kod:

every 1 second:	   
	loop all players:
		if boots of loop-player is diamond boots of infinity 10:
			remove jump boost from loop-player
			remove speed from loop-player
			apply jump boost 5 to the loop-player for 2 seconds
			apply speed 2 to the loop-player for 2 seconds	  
on damage:
	if boots of victim is diamond boots of infinity 10:
		damage cause is fall
		cancel event
command /daj:
	permission: op
	trigger:
		give diamond boots of infinity 10 named "&6CloudBoots" to player
on load:
	new Recipe "cloudboots";
	"cloudboots".Recipe.registerIngredient{1, 1 diamond};
	"cloudboots".Recipe.registerIngredient{2, 1 diamond};
	"cloudboots".Recipe.registerIngredient{3, 1 diamond};
	"cloudboots".Recipe.registerIngredient{4, 1 diamond};
	"cloudboots".Recipe.registerIngredient{5, 1 diamond boots};
	"cloudboots".Recipe.registerIngredient{6, 1 diamond};
	"cloudboots".Recipe.registerIngredient{7, 1 diamond};
	"cloudboots".Recipe.registerIngredient{8, 1 diamond};
	"cloudboots".Recipe.registerIngredient{9, 1 diamond};
	"cloudboots".Recipe.registerResult{1 diamond boots of infinity 10 named "&6CloudBoots"};
	"cloudboots".Recipe.register{};
1438614356923701010629.png

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...