Sol Reklam
Sağ Reklam

Çözüldü Küçük Bir Skript Lazım

Durum
Mesaj gönderimine kapalı.

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY
Merhaba Değerli MC-TR Üyeleri

Ben aşşağıdaki skripti kullanıyorum. Bu skript e ışınlandıktan snra oyuncunun envanterini silicek ve 1. slota taş kılıç adı pvp kılıcı 2. slota yayadı pvp yayı 9. slota 16 ok adı pvp oku
ve demir set giyicek

Skript : hastebin

Ben bayadır yapmaya çalışıom hata verip durdu . Beyler bi el atarsanız sevinirim

Şimdiden Herkese Teşekkürler.

Beyler bide skriptte itemin altına yazı nasıl yazcam lore: yapıyorum olmuyor
 
Son düzenleme:

bertek41

The Developer of Apia Team
Katılım
29 Ağustos 2016
Mesajlar
1.068
Elmaslar
464
Puanlar
15.745
Yer
Kocaeli
Minecraft
YasinSubasi
Kod:
every 15 seconds:
    loop all players:
        if loop-player's world is "world":
            if loop-player's tool is diamond sword named "&4&lPVP Modu":
                execute console command "warp pvp %loop-player%"
                wait 0.5 second
                clear loop-player's inventory
                equip loop-player with all iron armour
                set slot 1 of loop-player to a stone sword named "&4Pvp Kılıcı"
                set slot 2 of loop-player to a bow named "&4Pvp Yayı"
                set slot 9 of loop-player to 16 arrow named "&4Pvp Oku"

Eşyanın altına yazı için örnek:

set slot 1 of loop-player to a stone sword named "&4Pvp Kılıcı" with lore "&4Pvp Kılıcı"
 

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY
Kod:
every 15 seconds:
    loop all players:
        if loop-player's world is "world":
            if loop-player's tool is diamond sword named "&4&lPVP Modu":
                execute console command "warp pvp %loop-player%"
                wait 0.5 second
                clear loop-player's inventory
                equip loop-player with all iron armour
                set slot 1 of loop-player to a stone sword named "&4Pvp Kılıcı"
                set slot 2 of loop-player to a bow named "&4Pvp Yayı"
                set slot 9 of loop-player to 16 arrow named "&4Pvp Oku"

Eşyanın altına yazı için örnek:

set slot 1 of loop-player to a stone sword named "&4Pvp Kılıcı" with lore "&4Pvp Kılıcı"
saol dostum oldu. Senden bişey daha istesem ?

oyuncu ` /score` yazınca `/tm scoreboard toggle` yazıcak 1 sn sonra aşşağıdaki scoreboard açılacak yapabilirimisin ?
bide attığım linkeki everyseconds u silersen güzel olur lag yapmasın

Link : hastebin
 

bertek41

The Developer of Apia Team
Katılım
29 Ağustos 2016
Mesajlar
1.068
Elmaslar
464
Puanlar
15.745
Yer
Kocaeli
Minecraft
YasinSubasi
Kod:
command /score:
    trigger:
        player command "tm scoreboard toggle"
        wait 1 second
        if stylish scoreboard "PIT-%loop-player%" does not exist:
            create new stylish scoreboard named "PIT-%loop-player%"  
            loop 10 times:
                create a new id based score "PIT-%loop-player%Slot%loop-number%" with text "&%loop-number%" slot loop-number for stylish scoreboard "PIT-%loop-player%"  
        set {_need} to {pit.%uuid of loop-player%.xp-need}-{pit.%uuid of loop-player%.xp}
        set stylish scoreboard of loop-player to "PIT-%loop-player%"              
        set title of stylish scoreboard "PIT-%loop-player%" to "&e&lTHE PIT"              
        set the text of id "PIT-%loop-player%Slot10" to "&7%now%"  
        set the text of id "PIT-%loop-player%Slot9" to "&1&e"              
        set the text of id "PIT-%loop-player%Slot8" to "&7Level &7[&e%{pit.%uuid of loop-player%.level}%&7]"                  
        set the text of id "PIT-%loop-player%Slot7" to "&7Needed XP: &b%{_need}%"
        set the text of id "PIT-%loop-player%Slot6" to "&2&9"
        set the text of id "PIT-%loop-player%Slot5" to "&7Gold: &6&l%{pit.%uuid of loop-player%.gold}%"  
        set the text of id "PIT-%loop-player%Slot4" to "&3&9"
        set the text of id "PIT-%loop-player%Slot3" to "&7Status: %{pit.%uuid of loop-player%.status}%"  
        set the text of id "PIT-%loop-player%Slot2" to "&4&9"
        set the text of id "PIT-%loop-player%Slot1" to "{@website}"

Otomatik güncelleyen:

Kod:
command /score:
    trigger:
        player command "tm scoreboard toggle"
        wait 1 second
        if stylish scoreboard "PIT-%loop-player%" does not exist:
            create new stylish scoreboard named "PIT-%loop-player%"   
            loop 10 times:
                create a new id based score "PIT-%loop-player%Slot%loop-number%" with text "&%loop-number%" slot loop-number for stylish scoreboard "PIT-%loop-player%"
        while stylish scoreboard "PIT-%loop-player%" exist:
            set {_need} to {pit.%uuid of loop-player%.xp-need}-{pit.%uuid of loop-player%.xp}
            set stylish scoreboard of loop-player to "PIT-%loop-player%"               
            set title of stylish scoreboard "PIT-%loop-player%" to "&e&lTHE PIT"               
            set the text of id "PIT-%loop-player%Slot10" to "&7%now%"   
            set the text of id "PIT-%loop-player%Slot9" to "&1&e"               
            set the text of id "PIT-%loop-player%Slot8" to "&7Level &7[&e%{pit.%uuid of loop-player%.level}%&7]"                   
            set the text of id "PIT-%loop-player%Slot7" to "&7Needed XP: &b%{_need}%"
            set the text of id "PIT-%loop-player%Slot6" to "&2&9"
            set the text of id "PIT-%loop-player%Slot5" to "&7Gold: &6&l%{pit.%uuid of loop-player%.gold}%"   
            set the text of id "PIT-%loop-player%Slot4" to "&3&9"
            set the text of id "PIT-%loop-player%Slot3" to "&7Status: %{pit.%uuid of loop-player%.status}%"   
            set the text of id "PIT-%loop-player%Slot2" to "&4&9"
            set the text of id "PIT-%loop-player%Slot1" to "{@website}"
            wait 1 second
 

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY
2 sinin ne farkı var ben çözemedim ? 1 indeki wait 1 second otomatik güncelliyorumu ?
 

bertek41

The Developer of Apia Team
Katılım
29 Ağustos 2016
Mesajlar
1.068
Elmaslar
464
Puanlar
15.745
Yer
Kocaeli
Minecraft
YasinSubasi

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY
Kod:
command /score:
    trigger:
        player command "tm scoreboard toggle"
        wait 1 second
        if stylish scoreboard "PIT-%loop-player%" does not exist:
            create new stylish scoreboard named "PIT-%loop-player%" 
            loop 10 times:
                create a new id based score "PIT-%loop-player%Slot%loop-number%" with text "&%loop-number%" slot loop-number for stylish scoreboard "PIT-%loop-player%" 
        set {_need} to {pit.%uuid of loop-player%.xp-need}-{pit.%uuid of loop-player%.xp}
        set stylish scoreboard of loop-player to "PIT-%loop-player%"             
        set title of stylish scoreboard "PIT-%loop-player%" to "&e&lTHE PIT"             
        set the text of id "PIT-%loop-player%Slot10" to "&7%now%" 
        set the text of id "PIT-%loop-player%Slot9" to "&1&e"             
        set the text of id "PIT-%loop-player%Slot8" to "&7Level &7[&e%{pit.%uuid of loop-player%.level}%&7]"                 
        set the text of id "PIT-%loop-player%Slot7" to "&7Needed XP: &b%{_need}%"
        set the text of id "PIT-%loop-player%Slot6" to "&2&9"
        set the text of id "PIT-%loop-player%Slot5" to "&7Gold: &6&l%{pit.%uuid of loop-player%.gold}%" 
        set the text of id "PIT-%loop-player%Slot4" to "&3&9"
        set the text of id "PIT-%loop-player%Slot3" to "&7Status: %{pit.%uuid of loop-player%.status}%" 
        set the text of id "PIT-%loop-player%Slot2" to "&4&9"
        set the text of id "PIT-%loop-player%Slot1" to "{@website}"

Otomatik güncelleyen:

Kod:
command /score:
    trigger:
        player command "tm scoreboard toggle"
        wait 1 second
        if stylish scoreboard "PIT-%loop-player%" does not exist:
            create new stylish scoreboard named "PIT-%loop-player%"  
            loop 10 times:
                create a new id based score "PIT-%loop-player%Slot%loop-number%" with text "&%loop-number%" slot loop-number for stylish scoreboard "PIT-%loop-player%"
        while stylish scoreboard "PIT-%loop-player%" exist:
            set {_need} to {pit.%uuid of loop-player%.xp-need}-{pit.%uuid of loop-player%.xp}
            set stylish scoreboard of loop-player to "PIT-%loop-player%"              
            set title of stylish scoreboard "PIT-%loop-player%" to "&e&lTHE PIT"              
            set the text of id "PIT-%loop-player%Slot10" to "&7%now%"  
            set the text of id "PIT-%loop-player%Slot9" to "&1&e"              
            set the text of id "PIT-%loop-player%Slot8" to "&7Level &7[&e%{pit.%uuid of loop-player%.level}%&7]"                  
            set the text of id "PIT-%loop-player%Slot7" to "&7Needed XP: &b%{_need}%"
            set the text of id "PIT-%loop-player%Slot6" to "&2&9"
            set the text of id "PIT-%loop-player%Slot5" to "&7Gold: &6&l%{pit.%uuid of loop-player%.gold}%"  
            set the text of id "PIT-%loop-player%Slot4" to "&3&9"
            set the text of id "PIT-%loop-player%Slot3" to "&7Status: %{pit.%uuid of loop-player%.status}%"  
            set the text of id "PIT-%loop-player%Slot2" to "&4&9"
            set the text of id "PIT-%loop-player%Slot1" to "{@website}"
            wait 1 second


Bu arada çalışmadı 20 tane hata buldu

hatalar : hastebin
 
S

sooply

Ziyaretçi
  • Skript
  • SkQuery
  • WildSkript
  • SkRayFall
  • SkAction

Bu Addonları yükleyip deneyin.

Kod:
command /score:
    trigger:
        execute player command "tm scoreboard toggle"
        wait 1 seconds
        loop all players:
            if loop-player's world is "PIT":               
                if stylish scoreboard "PIT-%loop-player%" does not exist:
                    create new stylish scoreboard named "PIT-%loop-player%"   
                    loop 10 times:
                        create a new id based score "PIT-%loop-player%Slot%loop-number%" with text "&%loop-number%" slot loop-number for stylish scoreboard "PIT-%loop-player%"   
                set {_need} to {pit.%uuid of loop-player%.xp-need}-{pit.%uuid of loop-player%.xp}
                set stylish scoreboard of loop-player to "PIT-%loop-player%"               
                set title of stylish scoreboard "PIT-%loop-player%" to "&e&lTHE PIT"               
                set the text of id "PIT-%loop-player%Slot10" to "&7%now%"   
                set the text of id "PIT-%loop-player%Slot9" to "&1&e"               
                set the text of id "PIT-%loop-player%Slot8" to "&7Level &7[&e%{pit.%uuid of loop-player%.level}%&7]"                   
                set the text of id "PIT-%loop-player%Slot7" to "&7Needed XP: &b%{_need}%"
                set the text of id "PIT-%loop-player%Slot6" to "&2&9"
                set the text of id "PIT-%loop-player%Slot5" to "&7Gold: &6&l%{pit.%uuid of loop-player%.gold}%"   
                set the text of id "PIT-%loop-player%Slot4" to "&3&9"
                set the text of id "PIT-%loop-player%Slot3" to "&7Status: %{pit.%uuid of loop-player%.status}%"   
                set the text of id "PIT-%loop-player%Slot2" to "&4&9"
                set the text of id "PIT-%loop-player%Slot1" to "{@website}"
 

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY
Yazdığım board skript zaten çalışıyordu ben sadece komut ile açılmasını istediğim için dedim.

Senin attığını deniyeceğim
 
S

sooply

Ziyaretçi

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY
Tamam oldu.

Yanlız şöyle bişey var ben bu komutu aşşağıdaki skript e bağladım ama çalışmıyor nedendir ?

skript : hastebin

bitanede hata verdi hata : hastebin

execute player command ile denediğimdede aynı hatayı verdi

hocam bide bu verdiğin skriptte tablo yenilenmiyor onu nasıl yapıcam ?
 
Son düzenleme:
S

sooply

Ziyaretçi
Aktif değildim üzgünüm.

Bakıyorum birazdan döneceğim.
Gönderi otomatik olarak birleştirildi:

Tamam oldu.

Yanlız şöyle bişey var ben bu komutu aşşağıdaki skript e bağladım ama çalışmıyor nedendir ?

skript : hastebin

bitanede hata verdi hata : hastebin

execute player command ile denediğimdede aynı hatayı verdi

hocam bide bu verdiğin skriptte tablo yenilenmiyor onu nasıl yapıcam ?

Spawn mapinin adını "world" yapın. World ise bana dönün.
 

YunusB3Y

Sevgiler, Saygılar Blaze Bey

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Katılım
14 Mayıs 2018
Mesajlar
1.350
Elmaslar
316
Puanlar
0
Minecraft
YunsBEY
Aktif değildim üzgünüm.

Bakıyorum birazdan döneceğim.
Gönderi otomatik olarak birleştirildi:



Spawn mapinin adını "world" yapın. World ise bana dönün.

anlamadım hocam

scoreboard ın açılacağı world ü mü ?
 
S

sooply

Ziyaretçi
Paylaştığınız skripti ben anlamadım, diğerinin hatasını anlamadım.
Gönderi otomatik olarak birleştirildi:

Ve ne olur ne olmaz spawn ismini "world" yapın ve deneyin.
Gönderi otomatik olarak birleştirildi:

Az önceki skriptte "execute player command" kısmını "execute console command" ile değiştirip deneyin.
Gönderi otomatik olarak birleştirildi:

Scoreboard skripttin de de execute kısımlarını değiştirin.
 
Son düzenleyen: Moderatör:
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı