Bulundu Basit bir scripti istiyorumm

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

LORD*HEAVEN

Bir Kömür Göründü Kaptanım!
Katılım
27 Şubat 2017
Mesajlar
123
Elmaslar
44
Puan
0
Minecraft
Flamestic
Merhaba, sunucuda kullanacağım birşey lazım ilk olarak 1 işçi olacak npc gibi adada dolaşacak ve o her dakikada 1 64 demir vericek ve bunun fiyatı 3m olacak bundan sınırsız alınabilicek tşk şimdiden.
 
Yapılabilir Fakat Biraz Zor :) SoloTürke Başvurmanı Öneririm O Sana Belirli Ücretlerde Yapacakdır. .İyi Forumlar... ( Ben Yapabilsem ne mutlu fakat yeterince bilgim yok)
 
Kardeşim Bi Denermisin
Kod:
options:
    canavar: cow #yaratığın ingilizce isimi
  
on place of chest:
    tool's name is "&aDemir Spawnedici":
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    execute console command "summon {@canavar} {_x} {_y} {_z}"
    wait 1 seconds
    execute console command "setblock {_x} {_y} {_z} air"
    send "&e&l » &aDemir Spawnedici Yerleştirildi!"
        set {spawn.%player%} to "1"
        while {spawn.%player%} is set:
            drop 64 iron ingot
            wait 60 second
 
Kardeşim Bi Denermisin
Kod:
options:
    canavar: cow #yaratığın ingilizce isimi
 
on place of chest:
    tool's name is "&aDemir Spawnedici":
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    execute console command "summon {@canavar} {_x} {_y} {_z}"
    wait 1 seconds
    execute console command "setblock {_x} {_y} {_z} air"
    send "&e&l » &aDemir Spawnedici Yerleştirildi!"
        set {spawn.%player%} to "1"
        while {spawn.%player%} is set:
            drop 64 iron ingot
            wait 60 second
ne ile alacağız ?
 
ne ile alacağız ?
unutmuşum hemen ekliyorum Denermisiniz
Kod:
options:
    canavar: cow #yaratığın ingilizce isimi
 
on place of chest:
    tool's name is "&aDemir Spawnedici":
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    execute console command "summon {@canavar} {_x} {_y} {_z}"
    wait 1 seconds
    execute console command "setblock {_x} {_y} {_z} air"
    send "&e&l » &aDemir Spawnedici Yerleştirildi!"
        set {spawn.%player%} to "1"
        while {spawn.%player%} is set:
            drop 64 iron ingot
            wait 60 second

command /ver:
    trigger:
        if player is op:
            give 1 chest named "&aDemir Spawnedici" to player
        else:
            execute console command "eco take %player% 3000000"
            give 1 chest named "&aDemir Spawnedici" to player
 
unutmuşum hemen ekliyorum Denermisiniz
Kod:
options:
    canavar: cow #yaratığın ingilizce isimi
 
on place of chest:
    tool's name is "&aDemir Spawnedici":
    set {_x} to x coord of event-location
    set {_y} to y coord of event-location
    set {_z} to z coord of event-location
    execute console command "summon {@canavar} {_x} {_y} {_z}"
    wait 1 seconds
    execute console command "setblock {_x} {_y} {_z} air"
    send "&e&l » &aDemir Spawnedici Yerleştirildi!"
        set {spawn.%player%} to "1"
        while {spawn.%player%} is set:
            drop 64 iron ingot
            wait 60 second

command /ver:
    trigger:
        if player is op:
            give 1 chest named "&aDemir Spawnedici" to player
        else:
            execute console command "eco take %player% 3000000"
            give 1 chest named "&aDemir Spawnedici" to player
hemen deniyorum[DOUBLEPOST=1502620485,1502620138][/DOUBLEPOST]Maalesef :(
 
Buyur:
Kod:
on throwing of nether star:
    tool's name is "&7Demir &2&lDomuzu":
        spawn pig
        set display name of spawned pig to "&7Demir &2&lDomuzu"
     
every 60 second:
    loop all pigs:
        loop-pigs's name contains "&7Demir &2&lDomuzu"
        chance of 100%:
            drop 64 of iron ingot at loop-pig
            stop
Sorun çıkarsa söylersin
 
hocam tamamda nasıl alıcağım bunu
 
Kod:
on throwing of nether star:
    tool's name is "&7Demir &2&lDomuzu":
        spawn pig
        set display name of spawned pig to "&7Demir &2&lDomuzu"
    
every 60 second:
    loop all pigs:
        loop-pigs's name contains "&7Demir &2&lDomuzu"
        chance of 100%:
            drop 64 of iron ingot at loop-pig
            stop

command /domuz:
    trigger:
        give 1 nether star named "&7Demir &2&lDomuzu" to player
[DOUBLEPOST=1502635168,1502635077][/DOUBLEPOST]Doğru çıkarsa repimi yanlış çıkarsa bildirmeni isterim
 
Kod:
on throwing of nether star:
    tool's name is "&7Demir &2&lDomuzu":
        spawn pig
        set display name of spawned pig to "&7Demir &2&lDomuzu"
   
every 60 second:
    loop all pigs:
        loop-pigs's name contains "&7Demir &2&lDomuzu"
        chance of 100%:
            drop 64 of iron ingot at loop-pig
            stop

command /domuz:
    trigger:
        give 1 nether star named "&7Demir &2&lDomuzu" to player
[DOUBLEPOST=1502635168,1502635077][/DOUBLEPOST]Doğru çıkarsa repimi yanlış çıkarsa bildirmeni isterim
Hay hay inşallah olur :D[DOUBLEPOST=1502692817][/DOUBLEPOST]
Kod:
on throwing of nether star:
    tool's name is "&7Demir &2&lDomuzu":
        spawn pig
        set display name of spawned pig to "&7Demir &2&lDomuzu"
   
every 60 second:
    loop all pigs:
        loop-pigs's name contains "&7Demir &2&lDomuzu"
        chance of 100%:
            drop 64 of iron ingot at loop-pig
            stop

command /domuz:
    trigger:
        give 1 nether star named "&7Demir &2&lDomuzu" to player
[DOUBLEPOST=1502635168,1502635077][/DOUBLEPOST]Doğru çıkarsa repimi yanlış çıkarsa bildirmeni isterim
nether star veriyor fakat olmuyor
 
nether star yerlerini "egg" yapıp dene
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst