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

[Pytanie] Dotyczące skryptu jak zrobić drop ze stone?


Rekomendowane odpowiedzi

Opublikowano

Siemanko jak zrobic przez skrypt drop ze stone na danym biomie macie kawałem mojego sk


 

on mine of stone:
	if player's gamemode is survival:
		if player's y-coordinate is smaller than {@wysokosc_diamond}:
			chance of {@chance_diamond}%:
				if player's tool is pickaxe of fortune 0:
					drop 1 diamond at location of event-block
					add 1 to {diamenty.%player%}
				else:
					if player's tool is pickaxe of fortune 1:
						chance of 50%:
							drop 1 diamond at location of event-block
							add 1 to {diamenty.%player%}
						else:
							drop 2 diamond at location of event-block
							add 2 to {diamenty.%player%}
					else:
						if player's tool is pickaxe of fortune 2:
							chance of 33%:
								drop 1 diamond at location of event-block
								add 1 to {diamenty.%player%}
							else:
								chance of 33%:
									drop 2 diamond at location of event-block
									add 2 to {diamenty.%player%}
								else:
									drop 3 diamond at location of event-block
									add 3 to {diamenty.%player%}
						else:
							if player's tool is pickaxe of fortune 3:
								chance of 25%:
									drop 1 diamond at location of event-block
									add 1 to {diamenty.%player%}
								else:
									chance of 25%:
										drop 2 diamond at location of event-block
										add 2 to {diamenty.%player%}
									else:
										chance of 25%:
											drop 3 diamond at location of event-block
											add 3 to {diamenty.%player%}
										else:
											chance of 25%:
												drop 4 diamond at location of event-block
												add 4 to {diamenty.%player%}

Posty: 100|200|300|400|500|600|700|800|900|1000|

Opublikowano

To pomoże ktos dodać do tego:

on mine of stone:
	if player's gamemode is survival:
		if player's y-coordinate is smaller than {@wysokosc_diamond}:
			chance of {@chance_diamond}%:
				if player's tool is pickaxe of fortune 0:
					drop 1 diamond at location of event-block
					add 1 to {diamenty.%player%}
				else:
					if player's tool is pickaxe of fortune 1:
						chance of 50%:
							drop 1 diamond at location of event-block
							add 1 to {diamenty.%player%}
						else:
							drop 2 diamond at location of event-block
							add 2 to {diamenty.%player%}
					else:
						if player's tool is pickaxe of fortune 2:
							chance of 33%:
								drop 1 diamond at location of event-block
								add 1 to {diamenty.%player%}
							else:
								chance of 33%:
									drop 2 diamond at location of event-block
									add 2 to {diamenty.%player%}
								else:
									drop 3 diamond at location of event-block
									add 3 to {diamenty.%player%}
						else:
							if player's tool is pickaxe of fortune 3:
								chance of 25%:
									drop 1 diamond at location of event-block
									add 1 to {diamenty.%player%}
								else:
									chance of 25%:
										drop 2 diamond at location of event-block
										add 2 to {diamenty.%player%}
									else:
										chance of 25%:
											drop 3 diamond at location of event-block
											add 3 to {diamenty.%player%}
										else:
											chance of 25%:
												drop 4 diamond at location of event-block
												add 4 to {diamenty.%player%}

To:

biome at player is [biom]

Posty: 100|200|300|400|500|600|700|800|900|1000|

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...