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

Rekomendowane odpowiedzi

Opublikowano

Witam. Chciałbym się zapytać czy napisał by mi ktoś skrypt na Could Bootsy + Crafting do niego. Daje 10 lubię to ! 

95 punktów karnych mam i zakaz pisania chu**** wie go na ile.

Opublikowano

Proszę sk nie mój

variables:
	{noweitemy.craft.cloudbootsy} = true #wlacz/wylacz true/false
		
on script load:
	{noweitemy.craft.cloudbootsy} is true:
		register new shaped recipe for diamond boots of unbreaking 3 named "<aqua><bold>Cloud Boots" using air, gold ingot, air, feather, gold ingot, feather, gold block, gold block, gold block
		
		
on player login:
		wait 10 seconds
		if boots of player is diamond boots named "<aqua><bold>Cloud Boots":
			apply jump boost 5 to the player for 999999999 seconds
			apply speed 2 to the player for 999999999 seconds
			set {cloudbootsy.%player%.zalozone} to 1
		else:
			if {cloudbootsy.%player%.zalozone} is set:
				remove jump boost from the player
				remove speed from the player
				delete {cloudbootsy.%player%.zalozone}
				
on rightclick with a diamond boots:
	if player's boots is diamond boots named "<aqua><bold>Cloud Boots":
		apply jump boost 5 to the player for 999999999 seconds
		apply speed 2 to the player for 999999999 seconds
		set {cloudbootsy.%player%.zalozone} to 1
		
on inventory close:
	if boots of player is not diamond boots named "<aqua><bold>Cloud Boots":
		if {cloudbootsy.%player%.zalozone} is set:
			remove jump boost from the player
			remove speed from the player
			delete {cloudbootsy.%player%.zalozone}
		else:
			apply jump boost 5 to the player for 999999999 seconds
			apply speed 2 to the player for 999999999 seconds
			set {cloudbootsy.%player%.zalozone} to 1
			
			
on teleport:
	if {cloudbootsy.%player%.zalozone} is set:
		if boots of player is diamond boots named "<aqua><bold>Cloud Boots":
			apply jump boost 5 to the player for 999999999 seconds
			apply speed 2 to the player for 999999999 seconds
		else:
			remove jump boost from the player
			remove speed from the player
			delete {cloudbootsy.%player%.zalozone}
			
on damage:
	if boots of victim is diamond boots named "<aqua><bold>Cloud Boots":
		if {cloudbootsy.%victim%.zalozone} is not set:
			apply jump boost 5 to the victim for 999999999 seconds
			apply speed 2 to the victim for 999999999 seconds
			set {cloudbootsy.%victim%.zalozone} to 1
			damage cause is fall
			spawn 17 of particle smoke offset by 1, 1, 1 at location of victim
			spawn 17 of particle fireworks spark offset by 1, 1, 1 at location of victim
			spawn 17 of particle instant spell offset by 1, 1, 1 at location of victim
			spawn 17 of particle magic crit offset by 1, 1, 1 at location of victim
			spawn 17 of particle spell offset by 1, 1, 1 at location of victim
			cancel event
		if boots of victim is not diamond boots named "<aqua><bold>Cloud Boots":
			if {cloudbootsy.%victim%.zalozone} is set:
				remove jump boost from the victim
				remove speed from the victim
				delete {cloudbootsy.%victim%.zalozone}
				
on jump:
	if boots of player is diamond boots named "<aqua><bold>Cloud Boots":
		if {cloudbootsy.%player%.zalozone} is not set:
			apply jump boost 5 to the player for 999999999 seconds
			apply speed 2 to the player for 999999999 seconds
			set {cloudbootsy.%player%.zalozone} to 1
			spawn 17 of particle smoke offset by 1, 1, 1 at location of player
			spawn 17 of particle fireworks spark offset by 1, 1, 1 at location of player
			spawn 17 of particle instant spell offset by 1, 1, 1 at location of player
			spawn 17 of particle magic crit offset by 1, 1, 1 at location of player
			spawn 17 of particle spell offset by 1, 1, 1 at location of player
		if boots of player is not diamond boots named "<aqua><bold>Cloud Boots":
			if {cloudbootsy.%player%.zalozone} is set:
				remove jump boost from the player
				remove speed from the player
				delete {cloudbootsy.%player%.zalozone}

Wymaga WildSkript/SkQuery

Crafting:

P - puste

S- sztabka zlota

F- Piórko

G- Blok Złota

                       |P|S|P|

                       |F|S|F|

                       |G|G|G|

 

@gornie12

Opublikowano

Proszę sk nie mój

variables:
	{noweitemy.craft.cloudbootsy} = true #wlacz/wylacz true/false
		
on script load:
	{noweitemy.craft.cloudbootsy} is true:
		register new shaped recipe for diamond boots of unbreaking 3 named "<aqua><bold>Cloud Boots" using air, gold ingot, air, feather, gold ingot, feather, gold block, gold block, gold block
		
		
on player login:
		wait 10 seconds
		if boots of player is diamond boots named "<aqua><bold>Cloud Boots":
			apply jump boost 5 to the player for 999999999 seconds
			apply speed 2 to the player for 999999999 seconds
			set {cloudbootsy.%player%.zalozone} to 1
		else:
			if {cloudbootsy.%player%.zalozone} is set:
				remove jump boost from the player
				remove speed from the player
				delete {cloudbootsy.%player%.zalozone}
				
on rightclick with a diamond boots:
	if player's boots is diamond boots named "<aqua><bold>Cloud Boots":
		apply jump boost 5 to the player for 999999999 seconds
		apply speed 2 to the player for 999999999 seconds
		set {cloudbootsy.%player%.zalozone} to 1
		
on inventory close:
	if boots of player is not diamond boots named "<aqua><bold>Cloud Boots":
		if {cloudbootsy.%player%.zalozone} is set:
			remove jump boost from the player
			remove speed from the player
			delete {cloudbootsy.%player%.zalozone}
		else:
			apply jump boost 5 to the player for 999999999 seconds
			apply speed 2 to the player for 999999999 seconds
			set {cloudbootsy.%player%.zalozone} to 1
			
			
on teleport:
	if {cloudbootsy.%player%.zalozone} is set:
		if boots of player is diamond boots named "<aqua><bold>Cloud Boots":
			apply jump boost 5 to the player for 999999999 seconds
			apply speed 2 to the player for 999999999 seconds
		else:
			remove jump boost from the player
			remove speed from the player
			delete {cloudbootsy.%player%.zalozone}
			
on damage:
	if boots of victim is diamond boots named "<aqua><bold>Cloud Boots":
		if {cloudbootsy.%victim%.zalozone} is not set:
			apply jump boost 5 to the victim for 999999999 seconds
			apply speed 2 to the victim for 999999999 seconds
			set {cloudbootsy.%victim%.zalozone} to 1
			damage cause is fall
			spawn 17 of particle smoke offset by 1, 1, 1 at location of victim
			spawn 17 of particle fireworks spark offset by 1, 1, 1 at location of victim
			spawn 17 of particle instant spell offset by 1, 1, 1 at location of victim
			spawn 17 of particle magic crit offset by 1, 1, 1 at location of victim
			spawn 17 of particle spell offset by 1, 1, 1 at location of victim
			cancel event
		if boots of victim is not diamond boots named "<aqua><bold>Cloud Boots":
			if {cloudbootsy.%victim%.zalozone} is set:
				remove jump boost from the victim
				remove speed from the victim
				delete {cloudbootsy.%victim%.zalozone}
				
on jump:
	if boots of player is diamond boots named "<aqua><bold>Cloud Boots":
		if {cloudbootsy.%player%.zalozone} is not set:
			apply jump boost 5 to the player for 999999999 seconds
			apply speed 2 to the player for 999999999 seconds
			set {cloudbootsy.%player%.zalozone} to 1
			spawn 17 of particle smoke offset by 1, 1, 1 at location of player
			spawn 17 of particle fireworks spark offset by 1, 1, 1 at location of player
			spawn 17 of particle instant spell offset by 1, 1, 1 at location of player
			spawn 17 of particle magic crit offset by 1, 1, 1 at location of player
			spawn 17 of particle spell offset by 1, 1, 1 at location of player
		if boots of player is not diamond boots named "<aqua><bold>Cloud Boots":
			if {cloudbootsy.%player%.zalozone} is set:
				remove jump boost from the player
				remove speed from the player
				delete {cloudbootsy.%player%.zalozone}

Wymaga WildSkript/SkQuery

Crafting:

P - puste

S- sztabka zlota

F- Piórko

G- Blok Złota

 

                       |P|S|P|

                       |F|S|F|

                       |G|G|G|

 

@gornie12

 

Skrypt wywala takie błędy [22:24:41 ERROR]: indentation error: expected 4 tabs, but found 3 tabs (couldboots.sk, line 12: apply jump boost 5 to the player for 999999999 seconds')

[22:24:41 ERROR]: indentation error: expected 4 tabs, but found 3 tabs (couldboots.sk, line 13: apply speed 2 to the player for 999999999 seconds')
[22:24:41 ERROR]: indentation error: expected 4 tabs, but found 3 tabs (couldboots.sk, line 14: set {cloudbootsy.%player%.zalozone} to 1')
[22:24:41 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (couldboots.sk, line 11: if boots of player is diamond boots named "<aqua><bold>Cloud Boots":')
[22:24:41 ERROR]: indentation error: expected 4 tabs, but found 3 tabs (couldboots.sk, line 16: if {cloudbootsy.%player%.zalozone} is set:')

95 punktów karnych mam i zakaz pisania chu**** wie go na ile.

Opublikowano

Źle wytabowany.. Tak trudno przeczytać błąd oraz logicznie go naprawić, ludzie! Kolejny przypadek "muskus niedojepus"..

on player login:
	wait 10 seconds
	if boots of player is diamond boots named "<aqua><bold>Cloud Boots":
		apply jump boost 5 to the player for 999999999 seconds
		apply speed 2 to the player for 999999999 seconds
		set {cloudbootsy.%player%.zalozone} to 1
	else:
		if {cloudbootsy.%player%.zalozone} is set:
			remove jump boost from the player
			remove speed from the player
			delete {cloudbootsy.%player%.zalozone}

Wymień cały element "on player login:" na wymieniony wyżej

Opublikowano

^ już to ogarnąłem sam :D @gornie12  teraz dobrze jest ale nie można skakać wysoko 

95 punktów karnych mam i zakaz pisania chu**** wie go na ile.

Opublikowano

Źle wytabowany.. Tak trudno przeczytać błąd oraz logicznie go naprawić, ludzie! Kolejny przypadek "muskus niedojepus"..

on player login:
	wait 10 seconds
	if boots of player is diamond boots named "<aqua><bold>Cloud Boots":
		apply jump boost 5 to the player for 999999999 seconds
		apply speed 2 to the player for 999999999 seconds
		set {cloudbootsy.%player%.zalozone} to 1
	else:
		if {cloudbootsy.%player%.zalozone} is set:
			remove jump boost from the player
			remove speed from the player
			delete {cloudbootsy.%player%.zalozone}

Wymień cały element "on player login:" na wymieniony wyżej

 

 

Teraz nie wyskakuje żaden błąd ale też nie mogę wysoko skakać jak mam założone te buty :( 

95 punktów karnych mam i zakaz pisania chu**** wie go na ile.

Opublikowano

ale jak ? teraz zobaczyłem że tylko jedna osoba w tym samym czacie może wysoko skakać na serwerze. Jak zrobić też żeby gracz podczas upadku nie tracił życia ? 

95 punktów karnych mam i zakaz pisania chu**** wie go na ile.

Opublikowano

 właśnie z tego kodu skryptu korzystałem wcześniej ale wywaliłem go bo obciążał mocno mi serwer przy 100 osobach 


@up 

http://pastebin.com/jgAQB0qd

Trzymaj cały kod. tutaj nie będziesz mieć błędów.

 

Właśnie z tego kodu korzystałem tak jak wyżej napisałem 

95 punktów karnych mam i zakaz pisania chu**** wie go na ile.

Opublikowano

@rafi789 no ok ale jak ktoś nie ma tych butów to może wysoko skakać i tak może tylko jedna osoba w tym samym czasie. Jednej osobie się wyłączy skakania to druga losowa osoba może wysoko skakać. Nie ma może jakiegoś innego skryptu na te wysokie skakanie ?

95 punktów karnych mam i zakaz pisania chu**** wie go na ile.

Opublikowano

@rafi789 nie wyciąłem tego kodu ponieważ usunąłem ten skrypt i poszukuję inny działający z Craftingiem 

95 punktów karnych mam i zakaz pisania chu**** wie go na ile.

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...