Çözüldü Aternos Skylord Skripti

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

safakozbudak

Somon Balığı Selam Vermeye Geldi
Katılım
8 Mayıs 2017
Mesajlar
19
Elmaslar
7
Puan
1.815
Yaş
26
arkadaşlar aternosta askyblock görevi çalışmadığı için sizden bir skript istiyorum insanlar direk ./c yazdığında SkyLord SkyKing Dragonlore ve Zeus Olmasını istiyorum ada levelleri şu şekilde olacak skylord 1000 skyking 10000 dragonlore 50000 Zeus ise 100000 olacak bunu yapana çok teşekkürler
 
ah ah ah :D
baya bi emek verdim ve gerçekten güzel bi skript yazdım .d
yarın sabah bunu paylaşmam gerek yoksa herkez yazacak "banada yaz" diye o yüzden isteyenler sabahı beklesin.

Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
,Skript,Skqery,Skryfall,Askyblock gerektirir
Kod:
function SkyLord(p: player):
    asb {_p}'s island level > 999:
        if {skylord::%{_p}%} is not set:
            execute console command "manuadd %{_p}% skylord" #skylord olan yere grubun adını yaz
            execute console command "tm bc Başarıyla skylord oldun"
            set {skylord::%{_p}%} to true
            send all players title "&a&l%{_p}% Skylord Oldu"
        else:
            send "&aSkyBlock → &8Zaten SkyLord'sun!" to {_p}          
    else:
        send "&aSkyBlock → &8SkyLord olmak için ada seviyen yetersiz (%1000 - asb {_p}'s island level% seviyeye daha ihtiyacın var)" to {_p}
function SkyKing(p: player):
    asb {_p}'s island level > 9999:
        if {SkyKing::%{_p}%} is not set:
            execute console command "manuadd %{_p}% skyking" #skyking olan yere grubun adını yaz
            execute console command "tm bc Başarıyla skyking oldun"
            set {SkyKing::%{_p}%} to true
            send all players title "&a&l%{_p}% Skyking Oldu"
        else:
            send "&aSkyBlock → &8Zaten SkyKing'sin!" to {_p}          
    else:
        send "&aSkyBlock → &8SkyKing olmak için ada seviyen yetersiz (%10000 - asb {_p}'s island level% seviyeye daha ihtiyacın var)" to {_p}
       
function DragonLore(p: player):
    asb {_p}'s island level > 49999:
        if {DragonLore::%{_p}%} is not set:
            execute console command "manuadd %{_p}% dragonlore" #Dragonlore olan yere grubun adını yaz
            execute console command "tm bc Başarıyla dragonlore oldun"
            set {DragonLore::%{_p}%} to true
            send all players title "&a&l%{_p}% Dragonlore Oldu"  
        else:
            send "&aSkyBlock → &8Zaten DragonLore'sun!" to {_p}          
    else:
        send "&aSkyBlock → &8DragonLore olmak için ada seviyen yetersiz (%50000 - asb {_p}'s island level% seviyeye daha ihtiyacın var)" to {_p}
       
function Zeus(p: player):
    asb {_p}'s island level > 1:
        if {Zeus::%{_p}%} is not set:
            execute console command "manuadd %{_p}% zeus" #zeus olan yere grubun adını yaz
            execute console command "tm bc Başarıyla zeus oldun"
            set {Zeus::%{_p}%} to true
            send all players title "&a&l%{_p}% Zeus Oldu"
        else:
            send "&aSkyBlock → &8Zaten Zeus'sun!" to {_p}
    else:
        send "&aSkyBlock → &8Zeus olmak için ada seviyen yetersiz (%100000 - asb {_p}'s island level% seviyeye daha ihtiyacın var)" to {_p}
       
function onay(p: player, txt: text):
    open virtual chest inventory with size 1 named "&a&lEminmisin?" to {_p}
    format gui slot 0 and 1 and 2 and 4 and 6 and 7 and 8 of {_p} with gray wool to close
    format gui slot 5 of {_p} with red wool named "&c%{_txt}% olmak istemiyorum" to run function {_txt}(player)      
    if {_txt} is "SkyLord":
        format gui slot 3 of {_p} with green wool named "&a%{_txt}% olmak istiyorum" to close then run function SkyLord({_p})
    if {_txt} is "SkyKing":
        format gui slot 3 of {_p} with green wool named "&a%{_txt}% olmak istiyorum" to close then run function SkyKing({_p})
    if {_txt} is "DragonLore":
        format gui slot 3 of {_p} with green wool named "&a%{_txt}% olmak istiyorum" to close then run function DragonLore({_p})
    if {_txt} is "Zeus":
        format gui slot 3 of {_p} with green wool named "&a%{_txt}% olmak istiyorum" to close then run function Zeus({_p})      
       
command /c:
    usage: &eKullanım &8&l→ &a/c&b
    trigger:
        open virtual chest inventory with size 1 named "&a&lSkyBlock Rütbeleri" to player
        format gui slot 0 of player with red glass named "&aYardım" with lore "&a SkyLord → &81000 || &aSkyking → &810000 || &aDragonlore → &850000 || &cZeus &a→ &8100000" to close
        format gui slot 3 of player with iron block named "&aSkyLord" with lore "&aSkyLord&8 olmak için tıkla!" to close then run function onay(player, "SkyLord")
        format gui slot 4 of player with gold block named "&aSkyKing" with lore "&aSkyKing&8 olmak için tıkla!" to close then run function onay(player, "SkyKing")  
        format gui slot 5 of player with diamond block named "&aDragonlore" with lore "&aDragonLore&8 olmak için tıkla!" to close then run function onay(player, "DragonLore")      
        format gui slot 6 of player with emerald block named "&4Zeus" with lore "&4Zeus&8 olmak için tıkla!" to close then run function onay(player, "Zeus")
 
Şu eklentiyi de kullanabilirsin
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
Aternosta Hiçbir Söylediğiniz Eklenti yok :(
Gönderi otomatik olarak birleştirildi:

Mesela ./c yazdığımzda böyle olucak bunun skriptini istemiştim bunu yapabilirmisiniz
Skript.png
 
Son düzenleme:
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