{Sk} Yardım

Legend99

Ağaç Yumruklayıcı
Mesajlar
24
En iyi cevaplar
0
Beğeniler
4
Puanları
410
Merhaba arkadaşlar bugün bi skript konusunda yardım istiycektim
@CeapLinCess Arkadaşımızın kodlamış olduğu scripti alıp kenndi sunucumca editledim fakat. mob spawner verme konusunu çözemedim acaba yardımcı olurmusunuz

Kod:
Kod:
command /spawnergorev:
    trigger:
        open chest with 1 rows named " &7&l[&c&lExtraNW&7&l] " to player
        format slot 0 of player with cobblestone named "  " with lore "&7&l1728 Adet Kirik Tas Getir. &c&l1 Adet &7&l[&a&lExtraNW&7&l] &c&lParasi Al" to close then run [make player execute command "kiriktas"]
        format slot 1 of player with mob spawner named "&7&l[&a&lDomuz Spawneri&7&l]" with lore "&7&l10 Adet ExtraNW parasi getir. &7&l[&c&lDomuz Spawner&7&l]&c&l'i Al" to close then run [make player execute command "stone"]
        format slot 2 of player with mob spawner named "&7&l[&a&linek Spawneri&7&l]" with lore "&7&l10 Adet ExtraNW parasi getir. &7&l[&c&linek Spawneri &7&l]&c&l'i Al" to close then run [make player execute command "inek"]
        format slot 4 of player with mob spawner named "&7&l[&a&lKoyun Spawneri&7&l]" with lore "&7&l15 Adet ExtraNW parasi getir. &7&l[&c&lKoyun Spawneri &7&l]&c&l'i Al" to close then run [make player execute command "koyun"]
        format slot 3 of player with mob spawner named "&7&l[&a&lTavuk Spawneri&7&l]" with lore "&7&l10 Adet ExtraNW parasi getir. &7&l[&c&lTavuk Spawneri &7&l]&c&l'i Al" to close then run [make player execute command "tavuk"]

command /kiriktas:
    trigger:
        if player has 1728 cobblestone:
            remove 1728 cobblestone from player
            give 1 nether star named "&b&lExtraNW" to player

command /stone:
    trigger:
        {almis1.%player%} isn't set:
            if player has 10 nether star named "&b&lExtraNW":
                remove 10 nether star named "&b&lExtraNW" from player
                give 1 mob spawner to player
                set {almis1.%player%} to true

command /inek:
    trigger:
        {almis2.%player%} isn't set:
            if player has 10 nether star named "&b&lExtraNW":
                remove 10 nether star named "&b&lExtraNW" from player
                give 1 mob spawner to player
                set {almis2.%player%} to true

command /koyun:
    trigger:
        {almis3.%player%} isn't set:
            if player has 15 nether star named "&b&lExtraNW":
                remove 15 nether star named "&b&lExtraNW" from player
                give 1 mob spawner to player
                set {almis3.%player%} to true

command /tavuk:
    trigger:
        {almis4.%player%} isn't set:
            if player has 15 nether star named "&b&lExtraNW":
                remove 15 nether star named "&b&lExtraNW" from player
                give 1 mob spawner to player
                set {almis4.%player%} to true

Burdaki Mob spawnerleri ayarlayabilirmisiniz mesela koyun yazıyor koyun yazana tıkladığında 1 adet koyun spawneri verilmesi gibi
burda mob spawner yazıyor bir kaç şey denedim fakat anlayamadım
 


Thraenkost

Lapis Toplayıcısı
Mesajlar
936
En iyi cevaplar
1
Beğeniler
400
Puanları
990
Ruh hali
Kod:
execute console command "give %player% 52:50 1 name:&6&lSpawner:_Mob İsmi
give 1 spawner falan ona bu komutu ekle
 

Thraenkost

Lapis Toplayıcısı
Mesajlar
936
En iyi cevaplar
1
Beğeniler
400
Puanları
990
Ruh hali
pardon. execute console command "give %player% 52:50 1 name:&6&lSpawner:_Mob İsmi"
 
S

Switcher

Ziyaretçi
Öncekikle bir sürü komut yapmışsın , hepsini bir komutta yapabilirdin daha sağlıklı olurdu.
 

Legend99

Ağaç Yumruklayıcı
Mesajlar
24
En iyi cevaplar
0
Beğeniler
4
Puanları
410
@Switcher daha mantıklısı böyle geldi Ayarlarım birazdan fakat bir sorun var @SsFightsS kardeşim tavuk spawneri vs. yerine creeper spawneri alıyorum :D
 

Thraenkost

Lapis Toplayıcısı
Mesajlar
936
En iyi cevaplar
1
Beğeniler
400
Puanları
990
Ruh hali
D: Şöyle yap.İnternetten 52: bu kodları araştır. mesela 52:5 ise istediğin mobun o kodu yaz. Spawner kodunu araştır bak.
 

Üst