Skocz do zawartości
  • 0

Kolorki do disco zbroi


Nieaktywny

Pytanie

Witam poszukuję generatora który by mi wygenerował kolorki do disco np.

					dye player's helmet (0, 0, 0)
					dye player's chestplate (0, 0, 0)
					dye player's leggings (0, 0, 0)
					dye player's boots (0, 0, 0)
					wait 2 tick
					dye player's helmet (5, 5, 5)
					dye player's chestplate (5, 5, 5)
					dye player's leggings (5, 5, 5)
					dye player's boots (5, 5, 5)
					wait 2 tick
					dye player's helmet (10, 10, 10)
					dye player's chestplate (10, 10, 10)
					dye player's leggings (10, 10, 10)
					dye player's boots (10, 10, 10)
					wait 2 tick
					dye player's helmet (15, 15, 15)
					dye player's chestplate (15, 15, 15)
					dye player's leggings (15, 15, 15)
					dye player's boots (15, 15, 15)
					wait 2 tick
					dye player's helmet (20, 20, 20)
					dye player's chestplate (20, 20, 20)
					dye player's leggings (20, 20, 20)
					dye player's boots (20, 20, 20)
					wait 2 tick
					dye player's helmet (25, 25, 25)
					dye player's chestplate (25, 25, 25)
					dye player's leggings (25, 25, 25)
					dye player's boots (25, 25, 25)
					wait 2 tick
					dye player's helmet (30, 30, 30)
					dye player's chestplate (30, 30, 30)
					dye player's leggings (30, 30, 30)
					dye player's boots (30, 30, 30)
					wait 2 tick
					dye player's helmet (35, 35, 35)
					dye player's chestplate (35, 35, 35)
					dye player's leggings (35, 35, 35)
					dye player's boots (35, 35, 35)
					wait 2 tick
					dye player's helmet (40, 40, 40)
					dye player's chestplate (40, 40, 40)
					dye player's leggings (40, 40, 40)
					dye player's boots (40, 40, 40)
					wait 2 tick
					dye player's helmet (45, 45, 45)
					dye player's chestplate (45, 45, 45)
					dye player's leggings (45, 45, 45)
					dye player's boots (45, 45, 45)
					wait 2 tick
					dye player's helmet (50, 50, 50)
					dye player's chestplate (50, 50, 50)
					dye player's leggings (50, 50, 50)
					dye player's boots (50, 50, 50)

wiecie ogólnie o co chodzi... tylko żeby to było z tym dye player's helmet itd. bo jezeli bez to ja wole ręcznie napisać

Odnośnik do komentarza
https://skript.pl/temat/17206-kolorki-do-disco-zbroi/
Udostępnij na innych stronach

5 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
2 minuty temu, Skrypt3r napisał:

Witam poszukuję generatora który by mi wygenerował kolorki do disco np.


					dye player's helmet (0, 0, 0)
					dye player's chestplate (0, 0, 0)
					dye player's leggings (0, 0, 0)
					dye player's boots (0, 0, 0)
					wait 2 tick
					dye player's helmet (5, 5, 5)
					dye player's chestplate (5, 5, 5)
					dye player's leggings (5, 5, 5)
					dye player's boots (5, 5, 5)
					wait 2 tick
					dye player's helmet (10, 10, 10)
					dye player's chestplate (10, 10, 10)
					dye player's leggings (10, 10, 10)
					dye player's boots (10, 10, 10)
					wait 2 tick
					dye player's helmet (15, 15, 15)
					dye player's chestplate (15, 15, 15)
					dye player's leggings (15, 15, 15)
					dye player's boots (15, 15, 15)
					wait 2 tick
					dye player's helmet (20, 20, 20)
					dye player's chestplate (20, 20, 20)
					dye player's leggings (20, 20, 20)
					dye player's boots (20, 20, 20)
					wait 2 tick
					dye player's helmet (25, 25, 25)
					dye player's chestplate (25, 25, 25)
					dye player's leggings (25, 25, 25)
					dye player's boots (25, 25, 25)
					wait 2 tick
					dye player's helmet (30, 30, 30)
					dye player's chestplate (30, 30, 30)
					dye player's leggings (30, 30, 30)
					dye player's boots (30, 30, 30)
					wait 2 tick
					dye player's helmet (35, 35, 35)
					dye player's chestplate (35, 35, 35)
					dye player's leggings (35, 35, 35)
					dye player's boots (35, 35, 35)
					wait 2 tick
					dye player's helmet (40, 40, 40)
					dye player's chestplate (40, 40, 40)
					dye player's leggings (40, 40, 40)
					dye player's boots (40, 40, 40)
					wait 2 tick
					dye player's helmet (45, 45, 45)
					dye player's chestplate (45, 45, 45)
					dye player's leggings (45, 45, 45)
					dye player's boots (45, 45, 45)
					wait 2 tick
					dye player's helmet (50, 50, 50)
					dye player's chestplate (50, 50, 50)
					dye player's leggings (50, 50, 50)
					dye player's boots (50, 50, 50)

wiecie ogólnie o co chodzi... tylko żeby to było z tym dye player's helmet itd. bo jezeli bez to ja wole ręcznie napisać

command /disco:
	trigger:
		while player is online:
			add 1 to {_kolor}
			dye player's helmet (%{_kolor}%, %{_kolor}%, %{_kolor}%)
			dye player's chestplate (%{_kolor}%, %{_kolor}%, %{_kolor}%)
			dye player's leggings (%{_kolor}%, %{_kolor}%, %{_kolor}%)
			dye player's boots (%{_kolor}%, %{_kolor}%, %{_kolor}%)
			if {_kolor} > 256
				set {_kolor} to 0

Coś takiego?

Odnośnik do komentarza
https://skript.pl/temat/17206-kolorki-do-disco-zbroi/#findComment-117846
Udostępnij na innych stronach

  • 0
58 minut temu, KrejzolekPRO napisał:

command /disco:
	trigger:
		while player is online:
			add 1 to {_kolor}
			dye player's helmet (%{_kolor}%, %{_kolor}%, %{_kolor}%)
			dye player's chestplate (%{_kolor}%, %{_kolor}%, %{_kolor}%)
			dye player's leggings (%{_kolor}%, %{_kolor}%, %{_kolor}%)
			dye player's boots (%{_kolor}%, %{_kolor}%, %{_kolor}%)
			if {_kolor} > 256
				set {_kolor} to 0

Coś takiego?

ale chodzi nie tylko o gray bo jak naprzykład zrobisz od czerwonego do niebieskiego?

A poza tym z gray juz sobie poradzilem :P troche w notatniku pisania ale jest (no ale faktycznie moglem zastosowac twoja metode)

Spoiler

wait 2 tick
	dye player's helmet (0, 0, 0)
	dye player's chestplate (0, 0, 0)
	dye player's leggings (0, 0, 0)
	dye player's boots (0, 0, 0)
	wait 2 tick
	dye player's helmet (5, 5, 5)
	dye player's chestplate (5, 5, 5)
	dye player's leggings (5, 5, 5)
	dye player's boots (5, 5, 5)
	wait 2 tick
	dye player's helmet (10, 10, 10)
	dye player's chestplate (10, 10, 10)
	dye player's leggings (10, 10, 10)
	dye player's boots (10, 10, 10)
	wait 2 tick
	dye player's helmet (15, 15, 15)
	dye player's chestplate (15, 15, 15)
	dye player's leggings (15, 15, 15)
	dye player's boots (15, 15, 15)
	wait 2 tick
	dye player's helmet (20, 20, 20)
	dye player's chestplate (20, 20, 20)
	dye player's leggings (20, 20, 20)
	dye player's boots (20, 20, 20)
	wait 2 tick
	dye player's helmet (25, 25, 25)
	dye player's chestplate (25, 25, 25)
	dye player's leggings (25, 25, 25)
	dye player's boots (25, 25, 25)
	wait 2 tick
	dye player's helmet (30, 30, 30)
	dye player's chestplate (30, 30, 30)
	dye player's leggings (30, 30, 30)
	dye player's boots (30, 30, 30)
	wait 2 tick
	dye player's helmet (35, 35, 35)
	dye player's chestplate (35, 35, 35)
	dye player's leggings (35, 35, 35)
	dye player's boots (35, 35, 35)
	wait 2 tick
	dye player's helmet (40, 40, 40)
	dye player's chestplate (40, 40, 40)
	dye player's leggings (40, 40, 40)
	dye player's boots (40, 40, 40)
	wait 2 tick
	dye player's helmet (45, 45, 45)
	dye player's chestplate (45, 45, 45)
	dye player's leggings (45, 45, 45)
	dye player's boots (45, 45, 45)
	wait 2 tick
	dye player's helmet (50, 50, 50)
	dye player's chestplate (50, 50, 50)
	dye player's leggings (50, 50, 50)
	dye player's boots (50, 50, 50)
	wait 2 tick
	dye player's helmet (55, 55, 55)
	dye player's chestplate (55, 55, 55)
	dye player's leggings (55, 55, 55)
	dye player's boots (55, 55, 55)
	wait 2 tick
	dye player's helmet (60, 60, 60)
	dye player's chestplate (60, 60, 60)
	dye player's leggings (60, 60, 60)
	dye player's boots (60, 60, 60)
	wait 2 tick
	dye player's helmet (65, 65, 65)
	dye player's chestplate (65, 65, 65)
	dye player's leggings (65, 65, 65)
	dye player's boots (65, 65, 65)
	wait 2 tick
	dye player's helmet (70, 70, 70)
	dye player's chestplate (70, 70, 70)
	dye player's leggings (70, 70, 70)
	dye player's boots (70, 70, 70)
	wait 2 tick
	dye player's helmet (75, 75, 75)
	dye player's chestplate (75, 75, 75)
	dye player's leggings (75, 75, 75)
	dye player's boots (75, 75, 75)
	wait 2 tick
	dye player's helmet (80, 80, 80)
	dye player's chestplate (80, 80, 80)
	dye player's leggings (80, 80, 80)
	dye player's boots (80, 80, 80)
	wait 2 tick
	dye player's helmet (85, 85, 85)
	dye player's chestplate (85, 85, 85)
	dye player's leggings (85, 85, 85)
	dye player's boots (85, 85, 85)
	wait 2 tick
	dye player's helmet (90, 90, 90)
	dye player's chestplate (90, 90, 90)
	dye player's leggings (90, 90, 90)
	dye player's boots (90, 90, 90)
	wait 2 tick
	dye player's helmet (95, 95, 95)
	dye player's chestplate (95, 95, 95)
	dye player's leggings (95, 95, 95)
	dye player's boots (95, 95, 95)
	wait 2 tick
	dye player's helmet (100, 100, 100)
	dye player's chestplate (100, 100, 100)
	dye player's leggings (100, 100, 100)
	dye player's boots (100, 100, 100)
	wait 2 tick
	dye player's helmet (105, 105, 105)
	dye player's chestplate (105, 105, 105)
	dye player's leggings (105, 105, 105)
	dye player's boots (105, 105, 105)
	wait 2 tick
	dye player's helmet (110, 110, 110)
	dye player's chestplate (110, 110, 110)
	dye player's leggings (110, 110, 110)
	dye player's boots (110, 110, 110)
	wait 2 tick
	dye player's helmet (115, 115, 115)
	dye player's chestplate (115, 115, 115)
	dye player's leggings (115, 115, 115)
	dye player's boots (115, 115, 115)
	wait 2 tick
	dye player's helmet (120, 120, 120)
	dye player's chestplate (120, 120, 120)
	dye player's leggings (120, 120, 120)
	dye player's boots (120, 120, 120)
	wait 2 tick
	dye player's helmet (125, 125, 125)
	dye player's chestplate (125, 125, 125)
	dye player's leggings (125, 125, 125)
	dye player's boots (125, 125, 125)
	wait 2 tick
	dye player's helmet (130, 130, 130)
	dye player's chestplate (130, 130, 130)
	dye player's leggings (130, 130, 130)
	dye player's boots (130, 130, 130)
	wait 2 tick
	dye player's helmet (135, 135, 135)
	dye player's chestplate (135, 135, 135)
	dye player's leggings (135, 135, 135)
	dye player's boots (135, 135, 135)
	wait 2 tick
	dye player's helmet (140, 140, 140)
	dye player's chestplate (140, 140, 140)
	dye player's leggings (140, 140, 140)
	dye player's boots (140, 140, 140)
	wait 2 tick
	dye player's helmet (145, 145, 145)
	dye player's chestplate (145, 145, 145)
	dye player's leggings (145, 145, 145)
	dye player's boots (145, 145, 145)
	wait 2 tick
	dye player's helmet (150, 150, 150)
	dye player's chestplate (150, 150, 150)
	dye player's leggings (150, 150, 150)
	dye player's boots (150, 150, 150)
	wait 2 tick
	dye player's helmet (155, 155, 155)
	dye player's chestplate (155, 155, 155)
	dye player's leggings (155, 155, 155)
	dye player's boots (155, 155, 155)
	wait 2 tick
	dye player's helmet (160, 160, 160)
	dye player's chestplate (160, 160, 160)
	dye player's leggings (160, 160, 160)
	dye player's boots (160, 160, 160)
	wait 2 tick
	dye player's helmet (165, 165, 165)
	dye player's chestplate (165, 165, 165)
	dye player's leggings (165, 165, 165)
	dye player's boots (165, 165, 165)
	wait 2 tick
	dye player's helmet (170, 170, 170)
	dye player's chestplate (170, 170, 170)
	dye player's leggings (170, 170, 170)
	dye player's boots (170, 170, 170)
	wait 2 tick
	dye player's helmet (175, 175, 175)
	dye player's chestplate (175, 175, 175)
	dye player's leggings (175, 175, 175)
	dye player's boots (175, 175, 175)
	wait 2 tick
	dye player's helmet (180, 180, 180)
	dye player's chestplate (180, 180, 180)
	dye player's leggings (180, 180, 180)
	dye player's boots (180, 180, 180)
	wait 2 tick
	dye player's helmet (185, 185, 185)
	dye player's chestplate (185, 185, 185)
	dye player's leggings (185, 185, 185)
	dye player's boots (185, 185, 185)
	wait 2 tick
	dye player's helmet (190, 190, 190)
	dye player's chestplate (190, 190, 190)
	dye player's leggings (190, 190, 190)
	dye player's boots (190, 190, 190)
	wait 2 tick
	dye player's helmet (195, 195, 195)
	dye player's chestplate (195, 195, 195)
	dye player's leggings (195, 195, 195)
	dye player's boots (195, 195, 195)
	wait 2 tick
	dye player's helmet (200, 200, 200)
	dye player's chestplate (200, 200, 200)
	dye player's leggings (200, 200, 200)
	dye player's boots (200, 200, 200)
	wait 2 tick
	dye player's helmet (205, 205, 205)
	dye player's chestplate (205, 205, 205)
	dye player's leggings (205, 205, 205)
	dye player's boots (205, 205, 205)
	wait 2 tick
	dye player's helmet (210, 210, 210)
	dye player's chestplate (210, 210, 210)
	dye player's leggings (210, 210, 210)
	dye player's boots (210, 210, 210)
	wait 2 tick
	dye player's helmet (215, 215, 215)
	dye player's chestplate (215, 215, 215)
	dye player's leggings (215, 215, 215)
	dye player's boots (215, 215, 215)
	wait 2 tick
	dye player's helmet (220, 220, 220)
	dye player's chestplate (220, 220, 220)
	dye player's leggings (220, 220, 220)
	dye player's boots (220, 220, 220)
	wait 2 tick
	dye player's helmet (225, 225, 225)
	dye player's chestplate (225, 225, 225)
	dye player's leggings (225, 225, 225)
	dye player's boots (225, 225, 225)
	wait 2 tick
	dye player's helmet (230, 230, 230)
	dye player's chestplate (230, 230, 230)
	dye player's leggings (230, 230, 230)
	dye player's boots (230, 230, 230)
	wait 2 tick
	dye player's helmet (235, 235, 235)
	dye player's chestplate (235, 235, 235)
	dye player's leggings (235, 235, 235)
	dye player's boots (235, 235, 235)
	wait 2 tick
	dye player's helmet (240, 240, 240)
	dye player's chestplate (240, 240, 240)
	dye player's leggings (240, 240, 240)
	dye player's boots (240, 240, 240)
	wait 2 tick
	dye player's helmet (245, 245, 245)
	dye player's chestplate (245, 245, 245)
	dye player's leggings (245, 245, 245)
	dye player's boots (245, 245, 245)
	wait 2 tick
	dye player's helmet (250, 250, 250)
	dye player's chestplate (250, 250, 250)
	dye player's leggings (250, 250, 250)
	dye player's boots (250, 250, 250)
	wait 2 tick
	dye player's helmet (255, 255, 255)
	dye player's chestplate (255, 255, 255)
	dye player's leggings (255, 255, 255)
	dye player's boots (255, 255, 255)
	wait 1 second
	dye player's helmet (255, 255, 255)
	dye player's chestplate (255, 255, 255)
	dye player's leggings (255, 255, 255)
	dye player's boots (255, 255, 255)
	wait 2 tick
	dye player's helmet (250, 250, 250)
	dye player's chestplate (250, 250, 250)
	dye player's leggings (250, 250, 250)
	dye player's boots (250, 250, 250)
	wait 2 tick
	dye player's helmet (245, 245, 245)
	dye player's chestplate (245, 245, 245)
	dye player's leggings (245, 245, 245)
	dye player's boots (245, 245, 245)
	wait 2 tick
	dye player's helmet (240, 240, 240)
	dye player's chestplate (240, 240, 240)
	dye player's leggings (240, 240, 240)
	dye player's boots (240, 240, 240)
	wait 2 tick
	dye player's helmet (235, 235, 235)
	dye player's chestplate (235, 235, 235)
	dye player's leggings (235, 235, 235)
	dye player's boots (235, 235, 235)
	wait 2 tick
	dye player's helmet (230, 230, 230)
	dye player's chestplate (230, 230, 230)
	dye player's leggings (230, 230, 230)
	dye player's boots (230, 230, 230)
	wait 2 tick
	dye player's helmet (225, 225, 225)
	dye player's chestplate (225, 225, 225)
	dye player's leggings (225, 225, 225)
	dye player's boots (225, 225, 225)
	wait 2 tick
	dye player's helmet (220, 220, 220)
	dye player's chestplate (220, 220, 220)
	dye player's leggings (220, 220, 220)
	dye player's boots (220, 220, 220)
	wait 2 tick
	dye player's helmet (215, 215, 215)
	dye player's chestplate (215, 215, 215)
	dye player's leggings (215, 215, 215)
	dye player's boots (215, 215, 215)
	wait 2 tick
	dye player's helmet (210, 210, 210)
	dye player's chestplate (210, 210, 210)
	dye player's leggings (210, 210, 210)
	dye player's boots (210, 210, 210)
	wait 2 tick
	dye player's helmet (205, 205, 205)
	dye player's chestplate (205, 205, 205)
	dye player's leggings (205, 205, 205)
	dye player's boots (205, 205, 205)
	wait 2 tick
	dye player's helmet (200, 200, 200)
	dye player's chestplate (200, 200, 200)
	dye player's leggings (200, 200, 200)
	dye player's boots (200, 200, 200)
	wait 2 tick
	dye player's helmet (195, 195, 195)
	dye player's chestplate (195, 195, 195)
	dye player's leggings (195, 195, 195)
	dye player's boots (195, 195, 195)
	wait 2 tick
	dye player's helmet (190, 190, 190)
	dye player's chestplate (190, 190, 190)
	dye player's leggings (190, 190, 190)
	dye player's boots (190, 190, 190)
	wait 2 tick
	dye player's helmet (185, 185, 185)
	dye player's chestplate (185, 185, 185)
	dye player's leggings (185, 185, 185)
	dye player's boots (185, 185, 185)
	wait 2 tick
	dye player's helmet (180, 180, 180)
	dye player's chestplate (180, 180, 180)
	dye player's leggings (180, 180, 180)
	dye player's boots (180, 180, 180)
	wait 2 tick
	dye player's helmet (175, 175, 175)
	dye player's chestplate (175, 175, 175)
	dye player's leggings (175, 175, 175)
	dye player's boots (175, 175, 175)
	wait 2 tick
	dye player's helmet (170, 170, 170)
	dye player's chestplate (170, 170, 170)
	dye player's leggings (170, 170, 170)
	dye player's boots (170, 170, 170)
	wait 2 tick
	dye player's helmet (165, 165, 165)
	dye player's chestplate (165, 165, 165)
	dye player's leggings (165, 165, 165)
	dye player's boots (165, 165, 165)
	wait 2 tick
	dye player's helmet (160, 160, 160)
	dye player's chestplate (160, 160, 160)
	dye player's leggings (160, 160, 160)
	dye player's boots (160, 160, 160)
	wait 2 tick
	dye player's helmet (155, 155, 155)
	dye player's chestplate (155, 155, 155)
	dye player's leggings (155, 155, 155)
	dye player's boots (155, 155, 155)
	wait 2 tick
	dye player's helmet (150, 150, 150)
	dye player's chestplate (150, 150, 150)
	dye player's leggings (150, 150, 150)
	dye player's boots (150, 150, 150)
	wait 2 tick
	dye player's helmet (145, 145, 145)
	dye player's chestplate (145, 145, 145)
	dye player's leggings (145, 145, 145)
	dye player's boots (145, 145, 145)
	wait 2 tick
	dye player's helmet (140, 140, 140)
	dye player's chestplate (140, 140, 140)
	dye player's leggings (140, 140, 140)
	dye player's boots (140, 140, 140)
	wait 2 tick
	dye player's helmet (135, 135, 135)
	dye player's chestplate (135, 135, 135)
	dye player's leggings (135, 135, 135)
	dye player's boots (135, 135, 135)
	wait 2 tick
	dye player's helmet (130, 130, 130)
	dye player's chestplate (130, 130, 130)
	dye player's leggings (130, 130, 130)
	dye player's boots (130, 130, 130)
	wait 2 tick
	dye player's helmet (125, 125, 125)
	dye player's chestplate (125, 125, 125)
	dye player's leggings (125, 125, 125)
	dye player's boots (125, 125, 125)
	wait 2 tick
	dye player's helmet (120, 120, 120)
	dye player's chestplate (120, 120, 120)
	dye player's leggings (120, 120, 120)
	dye player's boots (120, 120, 120)
	wait 2 tick
	dye player's helmet (115, 115, 115)
	dye player's chestplate (115, 115, 115)
	dye player's leggings (115, 115, 115)
	dye player's boots (115, 115, 115)
	wait 2 tick
	dye player's helmet (110, 110, 110)
	dye player's chestplate (110, 110, 110)
	dye player's leggings (110, 110, 110)
	dye player's boots (110, 110, 110)
	wait 2 tick
	dye player's helmet (105, 105, 105)
	dye player's chestplate (105, 105, 105)
	dye player's leggings (105, 105, 105)
	dye player's boots (105, 105, 105)
	wait 2 tick
	dye player's helmet (100, 100, 100)
	dye player's chestplate (100, 100, 100)
	dye player's leggings (100, 100, 100)
	dye player's boots (100, 100, 100)
	wait 2 tick
	dye player's helmet (95, 95, 95)
	dye player's chestplate (95, 95, 95)
	dye player's leggings (95, 95, 95)
	dye player's boots (95, 95, 95)
	wait 2 tick
	dye player's helmet (90, 90, 90)
	dye player's chestplate (90, 90, 90)
	dye player's leggings (90, 90, 90)
	dye player's boots (90, 90, 90)
	wait 2 tick
	dye player's helmet (85, 85, 85)
	dye player's chestplate (85, 85, 85)
	dye player's leggings (85, 85, 85)
	dye player's boots (85, 85, 85)
	wait 2 tick
	dye player's helmet (80, 80, 80)
	dye player's chestplate (80, 80, 80)
	dye player's leggings (80, 80, 80)
	dye player's boots (80, 80, 80)
	wait 2 tick
	dye player's helmet (75, 75, 75)
	dye player's chestplate (75, 75, 75)
	dye player's leggings (75, 75, 75)
	dye player's boots (75, 75, 75)
	wait 2 tick
	dye player's helmet (70, 70, 70)
	dye player's chestplate (70, 70, 70)
	dye player's leggings (70, 70, 70)
	dye player's boots (70, 70, 70)
	wait 2 tick
	dye player's helmet (65, 65, 65)
	dye player's chestplate (65, 65, 65)
	dye player's leggings (65, 65, 65)
	dye player's boots (65, 65, 65)
	wait 2 tick
	dye player's helmet (60, 60, 60)
	dye player's chestplate (60, 60, 60)
	dye player's leggings (60, 60, 60)
	dye player's boots (60, 60, 60)
	wait 2 tick
	dye player's helmet (55, 55, 55)
	dye player's chestplate (55, 55, 55)
	dye player's leggings (55, 55, 55)
	dye player's boots (55, 55, 55)
	wait 2 tick
	dye player's helmet (50, 50, 50)
	dye player's chestplate (50, 50, 50)
	dye player's leggings (50, 50, 50)
	dye player's boots (50, 50, 50)
	wait 2 tick
	dye player's helmet (45, 45, 45)
	dye player's chestplate (45, 45, 45)
	dye player's leggings (45, 45, 45)
	dye player's boots (45, 45, 45)
	wait 2 tick
	dye player's helmet (40, 40, 40)
	dye player's chestplate (40, 40, 40)
	dye player's leggings (40, 40, 40)
	dye player's boots (40, 40, 40)
	wait 2 tick
	dye player's helmet (35, 35, 35)
	dye player's chestplate (35, 35, 35)
	dye player's leggings (35, 35, 35)
	dye player's boots (35, 35, 35)
	wait 2 tick
	dye player's helmet (30, 30, 30)
	dye player's chestplate (30, 30, 30)
	dye player's leggings (30, 30, 30)
	dye player's boots (30, 30, 30)
	wait 2 tick
	dye player's helmet (25, 25, 25)
	dye player's chestplate (25, 25, 25)
	dye player's leggings (25, 25, 25)
	dye player's boots (25, 25, 25)
	wait 2 tick
	dye player's helmet (20, 20, 20)
	dye player's chestplate (20, 20, 20)
	dye player's leggings (20, 20, 20)
	dye player's boots (20, 20, 20)
	wait 2 tick
	dye player's helmet (15, 15, 15)
	dye player's chestplate (15, 15, 15)
	dye player's leggings (15, 15, 15)
	dye player's boots (15, 15, 15)
	wait 2 tick
	dye player's helmet (10, 10, 10)
	dye player's chestplate (10, 10, 10)
	dye player's leggings (10, 10, 10)
	dye player's boots (10, 10, 10)
	wait 2 tick
	dye player's helmet (5, 5, 5)
	dye player's chestplate (5, 5, 5)
	dye player's leggings (5, 5, 5)
	dye player's boots (5, 5, 5)
	wait 2 tick
	dye player's helmet (0, 0, 0)
	dye player's chestplate (0, 0, 0)
	dye player's leggings (0, 0, 0)
	dye player's boots (0, 0, 0)

520 linijek

Edytowane przez Nieaktywny
Odnośnik do komentarza
https://skript.pl/temat/17206-kolorki-do-disco-zbroi/#findComment-117849
Udostępnij na innych stronach

  • 0
2 godziny temu, Skrypt3r napisał:

ale chodzi nie tylko o gray bo jak naprzykład zrobisz od czerwonego do niebieskiego?

A poza tym z gray juz sobie poradzilem :P troche w notatniku pisania ale jest (no ale faktycznie moglem zastosowac twoja metode)

  Ukryj zawartość


wait 2 tick
	dye player's helmet (0, 0, 0)
	dye player's chestplate (0, 0, 0)
	dye player's leggings (0, 0, 0)
	dye player's boots (0, 0, 0)
	wait 2 tick
	dye player's helmet (5, 5, 5)
	dye player's chestplate (5, 5, 5)
	dye player's leggings (5, 5, 5)
	dye player's boots (5, 5, 5)
	wait 2 tick
	dye player's helmet (10, 10, 10)
	dye player's chestplate (10, 10, 10)
	dye player's leggings (10, 10, 10)
	dye player's boots (10, 10, 10)
	wait 2 tick
	dye player's helmet (15, 15, 15)
	dye player's chestplate (15, 15, 15)
	dye player's leggings (15, 15, 15)
	dye player's boots (15, 15, 15)
	wait 2 tick
	dye player's helmet (20, 20, 20)
	dye player's chestplate (20, 20, 20)
	dye player's leggings (20, 20, 20)
	dye player's boots (20, 20, 20)
	wait 2 tick
	dye player's helmet (25, 25, 25)
	dye player's chestplate (25, 25, 25)
	dye player's leggings (25, 25, 25)
	dye player's boots (25, 25, 25)
	wait 2 tick
	dye player's helmet (30, 30, 30)
	dye player's chestplate (30, 30, 30)
	dye player's leggings (30, 30, 30)
	dye player's boots (30, 30, 30)
	wait 2 tick
	dye player's helmet (35, 35, 35)
	dye player's chestplate (35, 35, 35)
	dye player's leggings (35, 35, 35)
	dye player's boots (35, 35, 35)
	wait 2 tick
	dye player's helmet (40, 40, 40)
	dye player's chestplate (40, 40, 40)
	dye player's leggings (40, 40, 40)
	dye player's boots (40, 40, 40)
	wait 2 tick
	dye player's helmet (45, 45, 45)
	dye player's chestplate (45, 45, 45)
	dye player's leggings (45, 45, 45)
	dye player's boots (45, 45, 45)
	wait 2 tick
	dye player's helmet (50, 50, 50)
	dye player's chestplate (50, 50, 50)
	dye player's leggings (50, 50, 50)
	dye player's boots (50, 50, 50)
	wait 2 tick
	dye player's helmet (55, 55, 55)
	dye player's chestplate (55, 55, 55)
	dye player's leggings (55, 55, 55)
	dye player's boots (55, 55, 55)
	wait 2 tick
	dye player's helmet (60, 60, 60)
	dye player's chestplate (60, 60, 60)
	dye player's leggings (60, 60, 60)
	dye player's boots (60, 60, 60)
	wait 2 tick
	dye player's helmet (65, 65, 65)
	dye player's chestplate (65, 65, 65)
	dye player's leggings (65, 65, 65)
	dye player's boots (65, 65, 65)
	wait 2 tick
	dye player's helmet (70, 70, 70)
	dye player's chestplate (70, 70, 70)
	dye player's leggings (70, 70, 70)
	dye player's boots (70, 70, 70)
	wait 2 tick
	dye player's helmet (75, 75, 75)
	dye player's chestplate (75, 75, 75)
	dye player's leggings (75, 75, 75)
	dye player's boots (75, 75, 75)
	wait 2 tick
	dye player's helmet (80, 80, 80)
	dye player's chestplate (80, 80, 80)
	dye player's leggings (80, 80, 80)
	dye player's boots (80, 80, 80)
	wait 2 tick
	dye player's helmet (85, 85, 85)
	dye player's chestplate (85, 85, 85)
	dye player's leggings (85, 85, 85)
	dye player's boots (85, 85, 85)
	wait 2 tick
	dye player's helmet (90, 90, 90)
	dye player's chestplate (90, 90, 90)
	dye player's leggings (90, 90, 90)
	dye player's boots (90, 90, 90)
	wait 2 tick
	dye player's helmet (95, 95, 95)
	dye player's chestplate (95, 95, 95)
	dye player's leggings (95, 95, 95)
	dye player's boots (95, 95, 95)
	wait 2 tick
	dye player's helmet (100, 100, 100)
	dye player's chestplate (100, 100, 100)
	dye player's leggings (100, 100, 100)
	dye player's boots (100, 100, 100)
	wait 2 tick
	dye player's helmet (105, 105, 105)
	dye player's chestplate (105, 105, 105)
	dye player's leggings (105, 105, 105)
	dye player's boots (105, 105, 105)
	wait 2 tick
	dye player's helmet (110, 110, 110)
	dye player's chestplate (110, 110, 110)
	dye player's leggings (110, 110, 110)
	dye player's boots (110, 110, 110)
	wait 2 tick
	dye player's helmet (115, 115, 115)
	dye player's chestplate (115, 115, 115)
	dye player's leggings (115, 115, 115)
	dye player's boots (115, 115, 115)
	wait 2 tick
	dye player's helmet (120, 120, 120)
	dye player's chestplate (120, 120, 120)
	dye player's leggings (120, 120, 120)
	dye player's boots (120, 120, 120)
	wait 2 tick
	dye player's helmet (125, 125, 125)
	dye player's chestplate (125, 125, 125)
	dye player's leggings (125, 125, 125)
	dye player's boots (125, 125, 125)
	wait 2 tick
	dye player's helmet (130, 130, 130)
	dye player's chestplate (130, 130, 130)
	dye player's leggings (130, 130, 130)
	dye player's boots (130, 130, 130)
	wait 2 tick
	dye player's helmet (135, 135, 135)
	dye player's chestplate (135, 135, 135)
	dye player's leggings (135, 135, 135)
	dye player's boots (135, 135, 135)
	wait 2 tick
	dye player's helmet (140, 140, 140)
	dye player's chestplate (140, 140, 140)
	dye player's leggings (140, 140, 140)
	dye player's boots (140, 140, 140)
	wait 2 tick
	dye player's helmet (145, 145, 145)
	dye player's chestplate (145, 145, 145)
	dye player's leggings (145, 145, 145)
	dye player's boots (145, 145, 145)
	wait 2 tick
	dye player's helmet (150, 150, 150)
	dye player's chestplate (150, 150, 150)
	dye player's leggings (150, 150, 150)
	dye player's boots (150, 150, 150)
	wait 2 tick
	dye player's helmet (155, 155, 155)
	dye player's chestplate (155, 155, 155)
	dye player's leggings (155, 155, 155)
	dye player's boots (155, 155, 155)
	wait 2 tick
	dye player's helmet (160, 160, 160)
	dye player's chestplate (160, 160, 160)
	dye player's leggings (160, 160, 160)
	dye player's boots (160, 160, 160)
	wait 2 tick
	dye player's helmet (165, 165, 165)
	dye player's chestplate (165, 165, 165)
	dye player's leggings (165, 165, 165)
	dye player's boots (165, 165, 165)
	wait 2 tick
	dye player's helmet (170, 170, 170)
	dye player's chestplate (170, 170, 170)
	dye player's leggings (170, 170, 170)
	dye player's boots (170, 170, 170)
	wait 2 tick
	dye player's helmet (175, 175, 175)
	dye player's chestplate (175, 175, 175)
	dye player's leggings (175, 175, 175)
	dye player's boots (175, 175, 175)
	wait 2 tick
	dye player's helmet (180, 180, 180)
	dye player's chestplate (180, 180, 180)
	dye player's leggings (180, 180, 180)
	dye player's boots (180, 180, 180)
	wait 2 tick
	dye player's helmet (185, 185, 185)
	dye player's chestplate (185, 185, 185)
	dye player's leggings (185, 185, 185)
	dye player's boots (185, 185, 185)
	wait 2 tick
	dye player's helmet (190, 190, 190)
	dye player's chestplate (190, 190, 190)
	dye player's leggings (190, 190, 190)
	dye player's boots (190, 190, 190)
	wait 2 tick
	dye player's helmet (195, 195, 195)
	dye player's chestplate (195, 195, 195)
	dye player's leggings (195, 195, 195)
	dye player's boots (195, 195, 195)
	wait 2 tick
	dye player's helmet (200, 200, 200)
	dye player's chestplate (200, 200, 200)
	dye player's leggings (200, 200, 200)
	dye player's boots (200, 200, 200)
	wait 2 tick
	dye player's helmet (205, 205, 205)
	dye player's chestplate (205, 205, 205)
	dye player's leggings (205, 205, 205)
	dye player's boots (205, 205, 205)
	wait 2 tick
	dye player's helmet (210, 210, 210)
	dye player's chestplate (210, 210, 210)
	dye player's leggings (210, 210, 210)
	dye player's boots (210, 210, 210)
	wait 2 tick
	dye player's helmet (215, 215, 215)
	dye player's chestplate (215, 215, 215)
	dye player's leggings (215, 215, 215)
	dye player's boots (215, 215, 215)
	wait 2 tick
	dye player's helmet (220, 220, 220)
	dye player's chestplate (220, 220, 220)
	dye player's leggings (220, 220, 220)
	dye player's boots (220, 220, 220)
	wait 2 tick
	dye player's helmet (225, 225, 225)
	dye player's chestplate (225, 225, 225)
	dye player's leggings (225, 225, 225)
	dye player's boots (225, 225, 225)
	wait 2 tick
	dye player's helmet (230, 230, 230)
	dye player's chestplate (230, 230, 230)
	dye player's leggings (230, 230, 230)
	dye player's boots (230, 230, 230)
	wait 2 tick
	dye player's helmet (235, 235, 235)
	dye player's chestplate (235, 235, 235)
	dye player's leggings (235, 235, 235)
	dye player's boots (235, 235, 235)
	wait 2 tick
	dye player's helmet (240, 240, 240)
	dye player's chestplate (240, 240, 240)
	dye player's leggings (240, 240, 240)
	dye player's boots (240, 240, 240)
	wait 2 tick
	dye player's helmet (245, 245, 245)
	dye player's chestplate (245, 245, 245)
	dye player's leggings (245, 245, 245)
	dye player's boots (245, 245, 245)
	wait 2 tick
	dye player's helmet (250, 250, 250)
	dye player's chestplate (250, 250, 250)
	dye player's leggings (250, 250, 250)
	dye player's boots (250, 250, 250)
	wait 2 tick
	dye player's helmet (255, 255, 255)
	dye player's chestplate (255, 255, 255)
	dye player's leggings (255, 255, 255)
	dye player's boots (255, 255, 255)
	wait 1 second
	dye player's helmet (255, 255, 255)
	dye player's chestplate (255, 255, 255)
	dye player's leggings (255, 255, 255)
	dye player's boots (255, 255, 255)
	wait 2 tick
	dye player's helmet (250, 250, 250)
	dye player's chestplate (250, 250, 250)
	dye player's leggings (250, 250, 250)
	dye player's boots (250, 250, 250)
	wait 2 tick
	dye player's helmet (245, 245, 245)
	dye player's chestplate (245, 245, 245)
	dye player's leggings (245, 245, 245)
	dye player's boots (245, 245, 245)
	wait 2 tick
	dye player's helmet (240, 240, 240)
	dye player's chestplate (240, 240, 240)
	dye player's leggings (240, 240, 240)
	dye player's boots (240, 240, 240)
	wait 2 tick
	dye player's helmet (235, 235, 235)
	dye player's chestplate (235, 235, 235)
	dye player's leggings (235, 235, 235)
	dye player's boots (235, 235, 235)
	wait 2 tick
	dye player's helmet (230, 230, 230)
	dye player's chestplate (230, 230, 230)
	dye player's leggings (230, 230, 230)
	dye player's boots (230, 230, 230)
	wait 2 tick
	dye player's helmet (225, 225, 225)
	dye player's chestplate (225, 225, 225)
	dye player's leggings (225, 225, 225)
	dye player's boots (225, 225, 225)
	wait 2 tick
	dye player's helmet (220, 220, 220)
	dye player's chestplate (220, 220, 220)
	dye player's leggings (220, 220, 220)
	dye player's boots (220, 220, 220)
	wait 2 tick
	dye player's helmet (215, 215, 215)
	dye player's chestplate (215, 215, 215)
	dye player's leggings (215, 215, 215)
	dye player's boots (215, 215, 215)
	wait 2 tick
	dye player's helmet (210, 210, 210)
	dye player's chestplate (210, 210, 210)
	dye player's leggings (210, 210, 210)
	dye player's boots (210, 210, 210)
	wait 2 tick
	dye player's helmet (205, 205, 205)
	dye player's chestplate (205, 205, 205)
	dye player's leggings (205, 205, 205)
	dye player's boots (205, 205, 205)
	wait 2 tick
	dye player's helmet (200, 200, 200)
	dye player's chestplate (200, 200, 200)
	dye player's leggings (200, 200, 200)
	dye player's boots (200, 200, 200)
	wait 2 tick
	dye player's helmet (195, 195, 195)
	dye player's chestplate (195, 195, 195)
	dye player's leggings (195, 195, 195)
	dye player's boots (195, 195, 195)
	wait 2 tick
	dye player's helmet (190, 190, 190)
	dye player's chestplate (190, 190, 190)
	dye player's leggings (190, 190, 190)
	dye player's boots (190, 190, 190)
	wait 2 tick
	dye player's helmet (185, 185, 185)
	dye player's chestplate (185, 185, 185)
	dye player's leggings (185, 185, 185)
	dye player's boots (185, 185, 185)
	wait 2 tick
	dye player's helmet (180, 180, 180)
	dye player's chestplate (180, 180, 180)
	dye player's leggings (180, 180, 180)
	dye player's boots (180, 180, 180)
	wait 2 tick
	dye player's helmet (175, 175, 175)
	dye player's chestplate (175, 175, 175)
	dye player's leggings (175, 175, 175)
	dye player's boots (175, 175, 175)
	wait 2 tick
	dye player's helmet (170, 170, 170)
	dye player's chestplate (170, 170, 170)
	dye player's leggings (170, 170, 170)
	dye player's boots (170, 170, 170)
	wait 2 tick
	dye player's helmet (165, 165, 165)
	dye player's chestplate (165, 165, 165)
	dye player's leggings (165, 165, 165)
	dye player's boots (165, 165, 165)
	wait 2 tick
	dye player's helmet (160, 160, 160)
	dye player's chestplate (160, 160, 160)
	dye player's leggings (160, 160, 160)
	dye player's boots (160, 160, 160)
	wait 2 tick
	dye player's helmet (155, 155, 155)
	dye player's chestplate (155, 155, 155)
	dye player's leggings (155, 155, 155)
	dye player's boots (155, 155, 155)
	wait 2 tick
	dye player's helmet (150, 150, 150)
	dye player's chestplate (150, 150, 150)
	dye player's leggings (150, 150, 150)
	dye player's boots (150, 150, 150)
	wait 2 tick
	dye player's helmet (145, 145, 145)
	dye player's chestplate (145, 145, 145)
	dye player's leggings (145, 145, 145)
	dye player's boots (145, 145, 145)
	wait 2 tick
	dye player's helmet (140, 140, 140)
	dye player's chestplate (140, 140, 140)
	dye player's leggings (140, 140, 140)
	dye player's boots (140, 140, 140)
	wait 2 tick
	dye player's helmet (135, 135, 135)
	dye player's chestplate (135, 135, 135)
	dye player's leggings (135, 135, 135)
	dye player's boots (135, 135, 135)
	wait 2 tick
	dye player's helmet (130, 130, 130)
	dye player's chestplate (130, 130, 130)
	dye player's leggings (130, 130, 130)
	dye player's boots (130, 130, 130)
	wait 2 tick
	dye player's helmet (125, 125, 125)
	dye player's chestplate (125, 125, 125)
	dye player's leggings (125, 125, 125)
	dye player's boots (125, 125, 125)
	wait 2 tick
	dye player's helmet (120, 120, 120)
	dye player's chestplate (120, 120, 120)
	dye player's leggings (120, 120, 120)
	dye player's boots (120, 120, 120)
	wait 2 tick
	dye player's helmet (115, 115, 115)
	dye player's chestplate (115, 115, 115)
	dye player's leggings (115, 115, 115)
	dye player's boots (115, 115, 115)
	wait 2 tick
	dye player's helmet (110, 110, 110)
	dye player's chestplate (110, 110, 110)
	dye player's leggings (110, 110, 110)
	dye player's boots (110, 110, 110)
	wait 2 tick
	dye player's helmet (105, 105, 105)
	dye player's chestplate (105, 105, 105)
	dye player's leggings (105, 105, 105)
	dye player's boots (105, 105, 105)
	wait 2 tick
	dye player's helmet (100, 100, 100)
	dye player's chestplate (100, 100, 100)
	dye player's leggings (100, 100, 100)
	dye player's boots (100, 100, 100)
	wait 2 tick
	dye player's helmet (95, 95, 95)
	dye player's chestplate (95, 95, 95)
	dye player's leggings (95, 95, 95)
	dye player's boots (95, 95, 95)
	wait 2 tick
	dye player's helmet (90, 90, 90)
	dye player's chestplate (90, 90, 90)
	dye player's leggings (90, 90, 90)
	dye player's boots (90, 90, 90)
	wait 2 tick
	dye player's helmet (85, 85, 85)
	dye player's chestplate (85, 85, 85)
	dye player's leggings (85, 85, 85)
	dye player's boots (85, 85, 85)
	wait 2 tick
	dye player's helmet (80, 80, 80)
	dye player's chestplate (80, 80, 80)
	dye player's leggings (80, 80, 80)
	dye player's boots (80, 80, 80)
	wait 2 tick
	dye player's helmet (75, 75, 75)
	dye player's chestplate (75, 75, 75)
	dye player's leggings (75, 75, 75)
	dye player's boots (75, 75, 75)
	wait 2 tick
	dye player's helmet (70, 70, 70)
	dye player's chestplate (70, 70, 70)
	dye player's leggings (70, 70, 70)
	dye player's boots (70, 70, 70)
	wait 2 tick
	dye player's helmet (65, 65, 65)
	dye player's chestplate (65, 65, 65)
	dye player's leggings (65, 65, 65)
	dye player's boots (65, 65, 65)
	wait 2 tick
	dye player's helmet (60, 60, 60)
	dye player's chestplate (60, 60, 60)
	dye player's leggings (60, 60, 60)
	dye player's boots (60, 60, 60)
	wait 2 tick
	dye player's helmet (55, 55, 55)
	dye player's chestplate (55, 55, 55)
	dye player's leggings (55, 55, 55)
	dye player's boots (55, 55, 55)
	wait 2 tick
	dye player's helmet (50, 50, 50)
	dye player's chestplate (50, 50, 50)
	dye player's leggings (50, 50, 50)
	dye player's boots (50, 50, 50)
	wait 2 tick
	dye player's helmet (45, 45, 45)
	dye player's chestplate (45, 45, 45)
	dye player's leggings (45, 45, 45)
	dye player's boots (45, 45, 45)
	wait 2 tick
	dye player's helmet (40, 40, 40)
	dye player's chestplate (40, 40, 40)
	dye player's leggings (40, 40, 40)
	dye player's boots (40, 40, 40)
	wait 2 tick
	dye player's helmet (35, 35, 35)
	dye player's chestplate (35, 35, 35)
	dye player's leggings (35, 35, 35)
	dye player's boots (35, 35, 35)
	wait 2 tick
	dye player's helmet (30, 30, 30)
	dye player's chestplate (30, 30, 30)
	dye player's leggings (30, 30, 30)
	dye player's boots (30, 30, 30)
	wait 2 tick
	dye player's helmet (25, 25, 25)
	dye player's chestplate (25, 25, 25)
	dye player's leggings (25, 25, 25)
	dye player's boots (25, 25, 25)
	wait 2 tick
	dye player's helmet (20, 20, 20)
	dye player's chestplate (20, 20, 20)
	dye player's leggings (20, 20, 20)
	dye player's boots (20, 20, 20)
	wait 2 tick
	dye player's helmet (15, 15, 15)
	dye player's chestplate (15, 15, 15)
	dye player's leggings (15, 15, 15)
	dye player's boots (15, 15, 15)
	wait 2 tick
	dye player's helmet (10, 10, 10)
	dye player's chestplate (10, 10, 10)
	dye player's leggings (10, 10, 10)
	dye player's boots (10, 10, 10)
	wait 2 tick
	dye player's helmet (5, 5, 5)
	dye player's chestplate (5, 5, 5)
	dye player's leggings (5, 5, 5)
	dye player's boots (5, 5, 5)
	wait 2 tick
	dye player's helmet (0, 0, 0)
	dye player's chestplate (0, 0, 0)
	dye player's leggings (0, 0, 0)
	dye player's boots (0, 0, 0)

520 linijek

polecam kolory html.

Odnośnik do komentarza
https://skript.pl/temat/17206-kolorki-do-disco-zbroi/#findComment-117899
Udostępnij na innych stronach

  • 0
23 minuty temu, Skrypt3r napisał:

ale trzeba pisać ręcznie to dye player's helmet itp. a chodzile o generator... dobra nq napisze se

Ziomek, wystarczy lekko ruszyć głową i logicznie pomyśleć.

 

Odnośnik do komentarza
https://skript.pl/temat/17206-kolorki-do-disco-zbroi/#findComment-117938
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ę...