Öldürmeden Koyun Rengini Değiştirmek

HqeS

Lapis Toplayıcısı
En iyi cevaplar
0
Konudaki herkes saçmalamış skript bilmiyorsanız girmeyin "skript" bölümüne.

extrassk link:
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.

Kodlar:

[the] color of %item stacks/entities%
%item stacks/entities%'[s] colo[u]r[s]
Örnek:
set the colour of the block to black

Daha fazla:
%entity%'s [wolf] collar [color] # (extrassk gerektirir.)
Şöyle bir şey olabilir:
[the] [wolf] collar [color] of %entity% # (extrassk gerektirir.)
Örnek:
set the wolf collar of creature to red
set the colour of the sheep to red yazınca koyun kırmızı mı olucak[DOUBLEPOST=1431352234,1431351299][/DOUBLEPOST]Kardeşim Ben Disco Sheep Scripti yapcam da nasıl yapcam bi örnek verirmisiniz ?
Kod:
on rightclick with nether star:
    spawn 1 red sheep
    <koyunu beyaz yap>
    <koyunu yeşil yap>
böyle bir şey nasıl yaparım ?
 

Rosenrot

LAGOMORPHA
En iyi cevaplar
0
Kod:
on right click with a stick:
spawn a sheep at player
set name of last spawned entity to "&cmahmut abi"
send "&eParty zamani !" to player

every 3 ticks:
    loop all sheeps:
        set {_tmp} to random integer between 0 and 8
        name of loop-entity contains "&cmahmut abi"
        if {_tmp} is 0:
            set the colour of loop-entity to red
        if {_tmp} is 1:
            set the colour of loop-entity to blue
        if {_tmp} is 2:
            set the colour of loop-entity to yellow
        if {_tmp} is 3:
            set the colour of loop-entity to green
        if {_tmp} is 4:
            set the colour of loop-entity to purple
        if {_tmp} is 5:
            set the colour of loop-entity to orange
        if {_tmp} is 6:
            set the colour of loop-entity to magenta
        if {_tmp} is 7:
            set the colour of loop-entity to cyan
        if {_tmp} is 8:
            set the colour of loop-entity to pink
on damage:
attacker is a player
victim's name contains "&cmahmut abi"
kill the victim
send "&cParty bitti :(" to attacker

alın beyler 2 dk önce yazdım taze :D
Acıklama:
Eger sopa ile sag tıklarsanız mahmut abi isminde koyun spawnlanacaktır ve rengi her 3 tickte bir değişecektir
 

Axel102

Hayalet Avcısı
En iyi cevaplar
6
Kod:
on right click with a stick:
spawn a sheep at player
set name of last spawned entity to "&cmahmut abi"
send "&eParty zamani !" to player

every 3 ticks:
    loop all sheeps:
        set {_tmp} to random integer between 0 and 8
        name of loop-entity contains "&cmahmut abi"
        if {_tmp} is 0:
            set the colour of loop-entity to red
        if {_tmp} is 1:
            set the colour of loop-entity to blue
        if {_tmp} is 2:
            set the colour of loop-entity to yellow
        if {_tmp} is 3:
            set the colour of loop-entity to green
        if {_tmp} is 4:
            set the colour of loop-entity to purple
        if {_tmp} is 5:
            set the colour of loop-entity to orange
        if {_tmp} is 6:
            set the colour of loop-entity to magenta
        if {_tmp} is 7:
            set the colour of loop-entity to cyan
        if {_tmp} is 8:
            set the colour of loop-entity to pink
on damage:
attacker is a player
victim's name contains "&cmahmut abi"
kill the victim
send "&cParty bitti :(" to attacker

alın beyler 2 dk önce yazdım taze :D
Acıklama:
Eger sopa ile sag tıklarsanız mahmut abi isminde koyun spawnlanacaktır ve rengi her 3 tickte bir değişecektir
Çok güzel olmuş yalnız :D
 

HqeS

Lapis Toplayıcısı
En iyi cevaplar
0
Kod:
on right click with a stick:
spawn a sheep at player
set name of last spawned entity to "&cmahmut abi"
send "&eParty zamani !" to player

every 3 ticks:
    loop all sheeps:
        set {_tmp} to random integer between 0 and 8
        name of loop-entity contains "&cmahmut abi"
        if {_tmp} is 0:
            set the colour of loop-entity to red
        if {_tmp} is 1:
            set the colour of loop-entity to blue
        if {_tmp} is 2:
            set the colour of loop-entity to yellow
        if {_tmp} is 3:
            set the colour of loop-entity to green
        if {_tmp} is 4:
            set the colour of loop-entity to purple
        if {_tmp} is 5:
            set the colour of loop-entity to orange
        if {_tmp} is 6:
            set the colour of loop-entity to magenta
        if {_tmp} is 7:
            set the colour of loop-entity to cyan
        if {_tmp} is 8:
            set the colour of loop-entity to pink
on damage:
attacker is a player
victim's name contains "&cmahmut abi"
kill the victim
send "&cParty bitti :(" to attacker

alın beyler 2 dk önce yazdım taze :D
Acıklama:
Eger sopa ile sag tıklarsanız mahmut abi isminde koyun spawnlanacaktır ve rengi her 3 tickte bir değişecektir

eyvallah
 

Rosenrot

LAGOMORPHA
En iyi cevaplar
0
Canim bu ayni değil ama rastgele renk secim algoritması buradan alinti ve birde sen barbarcraft diye bir server yonettinmi ?
 

Rosenrot

LAGOMORPHA
En iyi cevaplar
0
Evet daha yeni ortaya ciktim daha bugün aktif oldum forumda bundan sonrada skript hakkında herkese elimden geldiğince yardim edicem :D
 
Üst