Skocz do zawartości
  • 0

Jak mam dodać informację o dropie


Krystian Krycha
 Udostępnij

Pytanie

on rightclick on a dragon egg:
 set block to air
 loop 2 times:
  create a fake explosion
 broadcast "&6%player% &cotworzyl magiczny pierozek i dostal (los) !" <----- Jak mam tutaj dodać informację co dropło ?
   
 set {los} to a random integer between 1 and 20
 {los} is 1:
  drop air
 {los} is 2:
  drop 1 diamond sword of unbreaking 3 and knockback 3
 {los} is 3:
  drop 1 ender pearl
 {los} is 4:
  drop 2 ender pearl
 {los} is 5:
  drop 3 ender pearl
 {los} is 6:
  drop 1 diamond sword of unbreaking 3, fire aspect 2 and sharpness 5
 {los} is 7:
  drop 1 diamond helmet of unbreaking 3 and protection 4
 {los} is 8:
  drop 1 diamond chestplate of unbreaking 3 and protection 4
 {los} is 9:
  drop 1 diamond leggings of unbreaking 3 and protection 4
 {los} is 10:
  drop 1 diamond boots of unbreaking 3 and protection 4
 {los} is 11:
  drop 2 dragon egg named "&ePierozek"
 {los} is 12:
  send "Gufno dostales xD"
 {los} is 13:
  drop 1 golden apple:1
 {los} is 14:
  drop 2 golden apple:1
 {los} is 15:
  drop 3 golden apple:1
 {los} is 16:
  drop 4 golden apple:1 

Odnośnik do komentarza
Udostępnij na innych stronach

7 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Nie rozumie mógłbyś przerobić mój kod ?

on rightclick on a dragon egg:
	set block to air
	loop 2 times:
		create a fake explosion
	broadcast "&6%player% &cotworzyl magiczny pierozek i dostal (los) !"
			
	set {los} to a random integer between 1 and 20
	{los} is 1:
		drop air
	{los} is 2:
		drop 1 diamond sword of unbreaking 3 and knockback 3
	{los} is 3:
		drop 1 ender pearl
	{los} is 4:
		drop 2 ender pearl
	{los} is 5:
		drop 3 ender pearl
	{los} is 6:
		drop 1 diamond sword of unbreaking 3, fire aspect 2 and sharpness 5
	{los} is 7:
		drop 1 diamond helmet of unbreaking 3 and protection 4
	{los} is 8:
		drop 1 diamond chestplate of unbreaking 3 and protection 4
	{los} is 9:
		drop 1 diamond leggings of unbreaking 3 and protection 4
	{los} is 10:
		drop 1 diamond boots of unbreaking 3 and protection 4 
	{los} is 11:
		drop 2 dragon egg named "&ePierozek"
	{los} is 12:
		send "Gufno dostales xD"
	{los} is 13:
		drop 1 golden apple:1
	{los} is 14:
		drop 2 golden apple:1
	{los} is 15:
		drop 3 golden apple:1
	{los} is 16:
		drop 4 golden apple:1	

 

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

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