Rastgele ışınlanma skripti

Persoft

Marangoz
En iyi cevaplar
0
Skript İsteği
---------------

Rastgele ışınlanma skripti istiyorum,suya girerek ( Spawnda portal şeklinde su olucak ) rastgele ışınlanacaklar,fakat 10 adet ışınlanma yeri olucak belirli.
 

cank00

Tasarımcı ⚜️[Cank00] ⚜️Grapichs
En iyi cevaplar
0
Multiverse_Core_Portal Plungini Onun Yerini Görür
 

admiraldus

YASAKLANDI
En iyi cevaplar
0
Kendi sunucumda kullanıyordum.

Kod:
options:
    p3: &8- &3Rastgele TP &8-

command /rtp:
    trigger:
        play "NOTE_PLING" to player at volume 0.2
        open chest with 3 rows named "&9RastgeleTP" to player
        format slot 9 of player with compass named "Işınlanma Yeri 1 " to close then run [make player execute command "ışınlan 1"]
        format slot 10 of player with compass named "Işınlanma Yeri 2 " to close then run [make player execute command "ışınlan 2"]
        format slot 11 of player with compass named "Işınlanma Yeri 3 " to close then run [make player execute command "ışınlan 3"]
        format slot 12 of player with compass named "Işınlanma Yeri 4 " to close then run [make player execute command "ışınlan 4"]
        format slot 13 of player with compass named "Işınlanma Yeri 5 " to close then run [make player execute command "ışınlan 5"]
        format slot 14 of player with compass named "Işınlanma Yeri 6 " to close then run [make player execute command "ışınlan 6"]
        format slot 15 of player with compass named "Işınlanma Yeri 7 " to close then run [make player execute command "ışınlan 7"]
        format slot 16 of player with compass named "Işınlanma Yeri 8 " to close then run [make player execute command "ışınlan 8"]
        format slot 17 of player with compass named "Işınlanma Yeri 9 " to close then run [make player execute command "ışınlan 9"]
        set {_r2} to 18
        loop 9 times:
            add 1 to {_r1}
            format slot {_r1}- 1 of player with light gray glass pane to be unstealable
            add 1 to {_r2}
            format slot {_r2}- 1 of player with light gray glass pane to be unstealable

command /rt ayarla <text>:
    trigger:
        if player is an op:
            if arg-1 is not "1" or "2" or "3" or "4" or "5" or "6" or "7" or "8" or "9":
                send "{@p3} &cLütfen girdiğiniz sayılar 0'dan küçük, 9'dan büyük olmamalı!"
            if arg-1 is set:
                if arg-1 is "1":
                    set {rtp.1} to event-location
                    send "{@p3} &9RTP &ciçin 1. lokasyon ayarlandı!"
                if arg-1 is "2":
                    set {rtp.2} to event-location
                    send "{@p3} &9RTP &ciçin 2. lokasyon ayarlandı!"   
                if arg-1 is "3":
                    set {rtp.3} to event-location
                    send "{@p3} &9RTP &ciçin 3. lokasyon ayarlandı!"       
                if arg-1 is "4":
                    set {rtp.4} to event-location
                    send "{@p3} &9RTP &ciçin 4. lokasyon ayarlandı!"   
                if arg-1 is "5":
                    set {rtp.5} to event-location
                    send "{@p3} &9RTP &ciçin 5. lokasyon ayarlandı!"
                if arg-1 is "6":
                    set {rtp.6} to event-location
                    send "{@p3} &9RTP &ciçin 6. lokasyon ayarlandı!"   
                if arg-1 is "7":
                    set {rtp.7} to event-location
                    send "{@p3} &9RTP &ciçin 7. lokasyon ayarlandı!"       
                if arg-1 is "8":
                    set {rtp.8} to event-location
                    send "{@p3} &9RTP &ciçin 8. lokasyon ayarlandı!"   
                if arg-1 is "9":
                    set {rtp.9} to event-location
                    send "{@p3} &9RTP &ciçin 9. lokasyon ayarlandı!"
        else:
            send "&cGerekli yetkiniz yok!"

command /ışınlan <text>:
    trigger:
        if arg-1 is not "1" or "2" or "3" or "4" or "5" or "6" or "7" or "8" or "9":
            send "{@p3} &cLütfen girdiğiniz sayılar 0'dan küçük, 9'dan büyük olmamalı!"
        if arg-1 is "1":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "2":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "3":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "4":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "5":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "6":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "7":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "8":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "9":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
 

RoWTeeN

Zombi Katili
En iyi cevaplar
0
Kendi sunucumda kullanıyordum.

Kod:
options:
    p3: &8- &3Rastgele TP &8-

command /rtp:
    trigger:
        play "NOTE_PLING" to player at volume 0.2
        open chest with 3 rows named "&9RastgeleTP" to player
        format slot 9 of player with compass named "Işınlanma Yeri 1 " to close then run [make player execute command "ışınlan 1"]
        format slot 10 of player with compass named "Işınlanma Yeri 2 " to close then run [make player execute command "ışınlan 2"]
        format slot 11 of player with compass named "Işınlanma Yeri 3 " to close then run [make player execute command "ışınlan 3"]
        format slot 12 of player with compass named "Işınlanma Yeri 4 " to close then run [make player execute command "ışınlan 4"]
        format slot 13 of player with compass named "Işınlanma Yeri 5 " to close then run [make player execute command "ışınlan 5"]
        format slot 14 of player with compass named "Işınlanma Yeri 6 " to close then run [make player execute command "ışınlan 6"]
        format slot 15 of player with compass named "Işınlanma Yeri 7 " to close then run [make player execute command "ışınlan 7"]
        format slot 16 of player with compass named "Işınlanma Yeri 8 " to close then run [make player execute command "ışınlan 8"]
        format slot 17 of player with compass named "Işınlanma Yeri 9 " to close then run [make player execute command "ışınlan 9"]
        set {_r2} to 18
        loop 9 times:
            add 1 to {_r1}
            format slot {_r1}- 1 of player with light gray glass pane to be unstealable
            add 1 to {_r2}
            format slot {_r2}- 1 of player with light gray glass pane to be unstealable

command /rt ayarla <text>:
    trigger:
        if player is an op:
            if arg-1 is not "1" or "2" or "3" or "4" or "5" or "6" or "7" or "8" or "9":
                send "{@p3} &cLütfen girdiğiniz sayılar 0'dan küçük, 9'dan büyük olmamalı!"
            if arg-1 is set:
                if arg-1 is "1":
                    set {rtp.1} to event-location
                    send "{@p3} &9RTP &ciçin 1. lokasyon ayarlandı!"
                if arg-1 is "2":
                    set {rtp.2} to event-location
                    send "{@p3} &9RTP &ciçin 2. lokasyon ayarlandı!"  
                if arg-1 is "3":
                    set {rtp.3} to event-location
                    send "{@p3} &9RTP &ciçin 3. lokasyon ayarlandı!"      
                if arg-1 is "4":
                    set {rtp.4} to event-location
                    send "{@p3} &9RTP &ciçin 4. lokasyon ayarlandı!"  
                if arg-1 is "5":
                    set {rtp.5} to event-location
                    send "{@p3} &9RTP &ciçin 5. lokasyon ayarlandı!"
                if arg-1 is "6":
                    set {rtp.6} to event-location
                    send "{@p3} &9RTP &ciçin 6. lokasyon ayarlandı!"  
                if arg-1 is "7":
                    set {rtp.7} to event-location
                    send "{@p3} &9RTP &ciçin 7. lokasyon ayarlandı!"      
                if arg-1 is "8":
                    set {rtp.8} to event-location
                    send "{@p3} &9RTP &ciçin 8. lokasyon ayarlandı!"  
                if arg-1 is "9":
                    set {rtp.9} to event-location
                    send "{@p3} &9RTP &ciçin 9. lokasyon ayarlandı!"
        else:
            send "&cGerekli yetkiniz yok!"

command /ışınlan <text>:
    trigger:
        if arg-1 is not "1" or "2" or "3" or "4" or "5" or "6" or "7" or "8" or "9":
            send "{@p3} &cLütfen girdiğiniz sayılar 0'dan küçük, 9'dan büyük olmamalı!"
        if arg-1 is "1":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "2":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "3":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "4":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "5":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "6":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "7":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "8":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
        if arg-1 is "9":
            teleport player to {rtp.1} or {rtp.2} or {rtp.3} or {rtp.4} or {rtp.5} or {rtp.6} or {rtp.7} or {rtp.8} or {rtp.9}
            send "{@p3} &cIşınlanma gerçekleşti!"
/rasttp yazıncamı çıkcak menü
 

ShortPallMall

AtinaSaga.Com Türkiyenin ilk MMOSurvival sunucusu
En iyi cevaplar
2
anladı
/rasttp yazıncamı çıkcak menü
anladığım kadarıyla ışınlanacağı yerleri sen seçiceksin mesela 15 70 25 koordinatına ışınlandırcan oyuncuyu /rt ayarla 1,2,3,4,5,6 herhangi birini yazıcaksın /rtp ile o 10 tanesinden birine ışınlanıcak

Kod:
command /Git:
    trigger:
        chance of 40%:
            execute console command "tp %player% -417 24 999"
        chance of 20%:
            execute console command "tp %player% -386 20 959"
        chance of 10%:
            execute console command "tp %player% -392 20 1033"
        chance of 40%:
            execute console command "tp %player% -341 17 1026"
        chance of 20%:
            execute console command "tp %player% -348 22 975"
        chance of 10%:
            execute console command "tp %player% -334 22 1042"
bunuda kullanabilirsin​
 

Umut Savas

Ne demek yanlış? Ben mi?
En iyi cevaplar
0
anladı

anladığım kadarıyla ışınlanacağı yerleri sen seçiceksin mesela 15 70 25 koordinatına ışınlandırcan oyuncuyu /rt ayarla 1,2,3,4,5,6 herhangi birini yazıcaksın /rtp ile o 10 tanesinden birine ışınlanıcak

Kod:
command /Git:
    trigger:
        chance of 40%:
            execute console command "tp %player% -417 24 999"
        chance of 20%:
            execute console command "tp %player% -386 20 959"
        chance of 10%:
            execute console command "tp %player% -392 20 1033"
        chance of 40%:
            execute console command "tp %player% -341 17 1026"
        chance of 20%:
            execute console command "tp %player% -348 22 975"
        chance of 10%:
            execute console command "tp %player% -334 22 1042"
bunuda kullanabilirsin​
küçük bir hatanı söyleyebilirmiyim bütün yüzdeler tutarsa hepsine tp atar yani %40 tuttu diyelim "tp %player% -417 24 999" işlemi gerçekleşti sonra %20 veya diğerleri tutarsa "tp %player% -386 20 959" işlemlerinide gerçekleştirir.

PHP:
command /tpayarla [<text>]:
    permission: *
    trigger:
        arg-1 isn't set:
            send "kullanım: /tpayarla 1-10 arası bir sayı"
            stop
        arg-1 is "1":
            set {1.randomtpl} to event-location
        arg-1 is "2":
            set {2.randomtpl} to event-location
        arg-1 is "3":
            set {3.randomtpl} to event-location
        arg-1 is "4":
            set {4.randomtpl} to event-location
        arg-1 is "5":
            set {5.randomtpl} to event-location
        arg-1 is "6":
            set {6.randomtpl} to event-location
        arg-1 is "7":
            set {7.randomtpl} to event-location
        arg-1 is "8":
            set {8.randomtpl} to event-location
        arg-1 is "9":
            set {9.randomtpl} to event-location
        arg-1 is "10":
            set {10.randomtpl} to event-location
        send "<red>%arg-1%. bölge başarıyla ayarlandı"
command /randomtp:
    trigger:
        chance of 30%:
            teleport player to {1.randomtpl}
        else if chance of 30%:
            teleport player to {2.randomtpl}
        else if chance of 30%:
            teleport player to {3.randomtpl}
        else if chance of 30%:
            teleport player to {4.randomtpl}
        else if chance of 30%:
            teleport player to {5.randomtpl}
        else if chance of 30%:
            teleport player to {6.randomtpl}
        else if chance of 30%:
            teleport player to {7.randomtpl}
        else if chance of 30%:
            teleport player to {8.randomtpl}
        else if chance of 30%:
            teleport player to {9.randomtpl}
        else if chance of 30%:
            teleport player to {10.randomtpl}
Kullanım basit
/tpayarla 1 ile 10 arasında bir sayı seç
/randomtp yaz ve arasından birine ışınlansın
 

admiraldus

YASAKLANDI
En iyi cevaplar
0
küçük bir hatanı söyleyebilirmiyim bütün yüzdeler tutarsa hepsine tp atar yani %40 tuttu diyelim "tp %player% -417 24 999" işlemi gerçekleşti sonra %20 veya diğerleri tutarsa "tp %player% -386 20 959" işlemlerinide gerçekleştirir.

PHP:
command /tpayarla [<text>]:
    permission: *
    trigger:
        arg-1 isn't set:
            send "kullanım: /tpayarla 1-10 arası bir sayı"
            stop
        arg-1 is "1":
            set {1.randomtpl} to event-location
        arg-1 is "2":
            set {2.randomtpl} to event-location
        arg-1 is "3":
            set {3.randomtpl} to event-location
        arg-1 is "4":
            set {4.randomtpl} to event-location
        arg-1 is "5":
            set {5.randomtpl} to event-location
        arg-1 is "6":
            set {6.randomtpl} to event-location
        arg-1 is "7":
            set {7.randomtpl} to event-location
        arg-1 is "8":
            set {8.randomtpl} to event-location
        arg-1 is "9":
            set {9.randomtpl} to event-location
        arg-1 is "10":
            set {10.randomtpl} to event-location
        send "<red>%arg-1%. bölge başarıyla ayarlandı"
command /randomtp:
    trigger:
        chance of 30%:
            teleport player to {1.randomtpl}
        else if chance of 30%:
            teleport player to {2.randomtpl}
        else if chance of 30%:
            teleport player to {3.randomtpl}
        else if chance of 30%:
            teleport player to {4.randomtpl}
        else if chance of 30%:
            teleport player to {5.randomtpl}
        else if chance of 30%:
            teleport player to {6.randomtpl}
        else if chance of 30%:
            teleport player to {7.randomtpl}
        else if chance of 30%:
            teleport player to {8.randomtpl}
        else if chance of 30%:
            teleport player to {9.randomtpl}
        else if chance of 30%:
            teleport player to {10.randomtpl}
Kullanım basit
/tpayarla 1 ile 10 arasında bir sayı seç
/randomtp yaz ve arasından birine ışınlansın
O kadar kullandım bir sorun yaşamadım.
 

ShortPallMall

AtinaSaga.Com Türkiyenin ilk MMOSurvival sunucusu
En iyi cevaplar
2
Kod:
command /Git:
    trigger:
        chance of 40%:
            execute console command "tp %player% -417 24 999"
            stop
        chance of 20%:
            execute console command "tp %player% -386 20 959"
            stop
        chance of 10%:
            execute console command "tp %player% -392 20 1033"
            stop
        chance of 40%:
            execute console command "tp %player% -341 17 1026"
            stop
        chance of 20%:
            execute console command "tp %player% -348 22 975"
            stop
        chance of 10%:
            execute console command "tp %player% -334 22 1042"
            stop
buyrun bu olur o zaman​
 

ServetPro

Altın Madencisi
En iyi cevaplar
0
Kod:
command /Git:
    trigger:
        chance of 40%:
            execute console command "tp %player% -417 24 999"
            stop
        chance of 20%:
            execute console command "tp %player% -386 20 959"
            stop
        chance of 10%:
            execute console command "tp %player% -392 20 1033"
            stop
        chance of 40%:
            execute console command "tp %player% -341 17 1026"
            stop
        chance of 20%:
            execute console command "tp %player% -348 22 975"
            stop
        chance of 10%:
            execute console command "tp %player% -334 22 1042"
            stop
buyrun bu olur o zaman​
Bizim sunucudan alıp alıp dağıtıyon sen varya senn :)
 
Üst