Bulundu [İSTEK SKRİPT] OTOMATİK SATIŞ

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

okyman5959

Somon Balığı Selam Vermeye Geldi
Katılım
9 Ocak 2020
Mesajlar
18
Elmaslar
3
Puan
8.745
Yaş
24
[İSTEK SKRİPT]
ARKADAŞLAR SİZDEN BİR İSTEK SKRİPT İSTİYECEĞİM KOLAY BİRŞEY.
SUNUCUDA OTOMATİK SAT SKRİPTİ VAR. MESELA LAPİSE OREYE SAĞ TIKLADIĞI ZAMAN BİR MENÜ AÇILSIN 1 ROWSLU ORADA OTOMATİK LAPİS SATMAYI AKTİF ETMEK İSTERMİSİN TARZI BİR MENÜ AÇILMASINI İSTİYORUM YAPABİLCEK ARKADAŞ VARSA YARDIMCI OLABİLİRMİ?
 
İsteğinizi yapabilirim fakat lütfen biraz daha detay verin . Sunucunuzdaki otomatik sat skriptindeki komutları atarsanız bir menü tasarlayabilirim @okyman5959
 
Kod:
options:
    p: &e&lCrossDev(değiştirebilirsin) &8▶
    otodemirfiyat: 64800
    otodemiradet: 320
    otoaltınfiyat: 144000
    otoaltınadet: 320
    otoelmasfiyat: 388800
    otoelmasadet: 320
    otozümrütfiyat: 504000
    otozümrütadet: 320
    ototdemirkulcefiyat: 7200
    otodemirkulceadet: 320
on quit:
    set {otosatdemir::%player%} to false
    set {otosataltın::%player%} to false
    set {otosatelmas::%player%} to false
    set {otosatzümrüt::%player%} to false
    set {otosattaş::%player%} to false
    set {otosatyosunlutaş::%player%} to false
on join:
    while player is online:
        wait 1 second
        if {otosatdemir::%player%} is true:
            if player has {@otodemiradet} iron block:
                remove {@otodemiradet} iron block from player's inventory
                send "{@p} &a{@otodemiradet} &7adet &7demir block &a{@otodemirfiyat} TL&7'ye &7satılmıştır." to player
                add {@otodemirfiyat} to player's money
        if {otosataltın::%player%} is true:
            if player has {@otoaltınadet} gold block:
                remove {@otoaltınadet} gold block from player's inventory
                send "{@p} &a{@otoaltınadet} &7adet &7altın &a{@otoaltınfiyat} TL&7'ye &7satılmıştır." to player
                add {@otoaltınfiyat} to player's money
        if {otosatelmas::%player%} is true:
            if player has {@otoelmasadet} diamond block:
                remove {@otoelmasadet} diamond block from player's inventory
                send "{@p} &a{@otoelmasadet} &7adet &7elmas &a{@otoelmasfiyat} TL&7'ye &7satılmıştır." to player
                add {@otoelmasfiyat} to player's money
        if {otosatzümrüt::%player%} is true:
            if player has {@otozümrütadet} emerald block:
                remove {@otozümrütadet} emerald block from player's inventory
                send "{@p} &a{@otozümrütadet} &7adet &7zümrüt &a{@otozümrütfiyat} TL&7'ye &7satılmıştır." to player
                add {@otozümrütfiyat} to player's money
command /otosatayar [<Text>]:
    trigger:
        if arg 1 is set:
            if arg 1 is "demir":
                if {otosatdemir::%player%} is false:
                    send "{@p} &7Oto demir blok satma &aaktif" to player
                    set {otosatdemir::%player%} to true
                else:
                    send "{@p} &7Oto demir blok satma &cdevredışı" to player
                    set {otosatdemir::%player%} to false
            if arg 1 is "altın":
                if {otosataltın::%player%} is false:
                    send "{@p} &7Oto altın blok satma &aaktif" to player
                    set {otosataltın::%player%} to true
                else:
                    send "{@p} &7Oto altın blok satma &cdevredışı" to player
                    set {otosataltın::%player%} to false
            if arg 1 is "elmas":
                if {otosatelmas::%player%} is false:
                    send "{@p} &7Oto elmas blok satma &aaktif" to player
                    set {otosatelmas::%player%} to true
                else:
                    send "{@p} &7Oto elmas blok satma &cdevredışı" to player
                    set {otosatelmas::%player%} to false
            if arg 1 is "zümrüt":
                if {otosatzümrüt::%player%} is false:
                    send "{@p} &7Oto zümrüt blok satma &aaktif" to player
                    set {otosatzümrüt::%player%} to true
                else:
                    send "{@p} &7Oto zümrüt blok satma &cdevredışı" to player
                    set {otosatzümrüt::%player%} to false
command /otosat [<Text>]:
    trigger:
        if arg 1 is not set:
            open virtual chest with size 3 named "&lOTOSAT" to player
            wait 1 tick
            make gui slot 0 of player with iron block named "&fDemir Blok" with lore "" to nothing
            if {otosatdemir::%player%} is false:
                make gui slot 18 of player with gray dye named "&fDemir Blok" with lore "&7Durum: &cKapalı||&7Açmak için tıklayın." to close then run player command "otosatayar demir"
            else:
                make gui slot 18 of player with light green dye named "&fDemir Blok" with lore "&7Durum: &aAçık||&7Kapatmak için tıklayın." to close then run player command "otosatayar demir"
            make gui slot 1 of player with gold block named "&6Altın Blok" with lore "" to nothing
            if {otosataltın::%player%} is false:
                make gui slot 19 of player with gray dye named "&6Altın Blok" with lore "&7Durum: &cKapalı||&7Açmak için tıklayın." to close then run player command "otosatayar altın"
            else:
                make gui slot 19 of player with light green dye named "&6Altın Blok" with lore "&7Durum: &aAçık||&7Kapatmak için tıklayın." to close then run player command "otosatayar altın"
            make gui slot 2 of player with diamond block named "&bElmas Blok" with lore "" to nothing
            if {otosatelmas::%player%} is false:
                make gui slot 20 of player with gray dye named "&bElmas Blok" with lore "&7Durum: &cKapalı||&7Açmak için tıklayın." to close then run player command "otosatayar elmas"
            else:
                make gui slot 20 of player with light green dye named "&bElmas Blok" with lore "&7Durum: &aAçık||&7Kapatmak için tıklayın." to close then run player command "otosatayar elmas"
            make gui slot 3 of player with emerald block named "&aZümrüt Blok" with lore "" to nothing   
            if {otosatzümrüt::%player%} is false:
                make gui slot 21 of player with gray dye named "&aZümrüt Blok" with lore "&7Durum: &cKapalı||&7Açmak için tıklayın." to close then run player command "otosatayar zümrüt"
            else:
                make gui slot 21 of player with light green dye named "&aZümrüt Blok" with lore "&7Durum: &aAçık||&7Kapatmak için tıklayın." to close then run player command "otosatayar zümrüt"

İşinizi görecektir.
 
teşekkür ederim. tam olarak söylediğim bu değilde aslında ama
şöyle birşey düşünmüştüm olursa tabi adam lapis kazarken lapis cevherine sağ tıkladığı zaman bir menü açılcak orada otomatik lapis satmayı açmak istermisiniz yazcak böle birşey mümkünmü.?
 
Kod:
command /otosat:
    trigger:
        open virtual chest with size 3 named "&3Otomatik&2Sat" to player
        
        make gui slot 10 of player with 265 named "&2Demir Sat" with lore "&7Otomatik Demir Satmayı Ayarla" to run player command "otodemir"
        make gui slot 11 of player with 331 named "&2Kızıltaş Sat" with lore "&7Otomatik Kızıltaş Satmayı Ayarla" to run player command "otokızıltaş"
        make gui slot 13 of player with 46 named "&2Sunucu&3Adınız" with lore "&2Sunucu&3Adınız" to run player command "otokızıltaş"
        make gui slot 15 of player with 266 named "&2Altın Sat" with lore "&7Otomatik Altın Satmayı Ayarla" to run player command "otoaltın"
        make gui slot 16 of player with 351:4 named "&2Lapis Sat" with lore "&7Otomatik Lapis Satmayı Ayarla" to run player command "otolapis"
        make gui slot 4 of player with 264 named "&2Elmas Sat" with lore "&7Otomatik Elmas Satmayı Ayarla" to run player command "otoelmas"
        make gui slot 22 of player with 388 named "&2Zümrüt Sat" with lore "&7Otomatik Zümrüt Satmayı Ayarla" to run player command "otozümrüt"

1615733284522.png

Umarım işini görür , bir sıkıntı çıkarsa söylersin :)
 
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