Çözüldü RPG Chat Skripti [İSTEK]

  • Konuyu Başlatan Konuyu Başlatan Tinker
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 1.362
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Tinker

Koydum Çalışma Masasını
Katılım
24 Mart 2019
Mesajlar
60
Elmaslar
4
Puan
8.760
Yaş
43
Minecraft
Sasa

Discord:

Sasam

SA:MP ve MTA daki olduğu gibi /me /do olucak /b olucak /t olucak 1.8 sürüme uygun yaparsanız sevinirim elinize sağlık şimdiden.
[EK Bilgi]
Mesela /t den Selamlar yazdım 10 blok öteye kadar gidicek sonrasına gitmiyecek
 
SA:MP ve MTA daki olduğu gibi /me /do olucak /b olucak /t olucak 1.8 sürüme uygun yaparsanız sevinirim elinize sağlık şimdiden.
[EK Bilgi]
Mesela /t den Selamlar yazdım 10 blok öteye kadar gidicek sonrasına gitmiyecek
Kod:
command /t <text>:
    trigger:
        loop players in radius 10 around player:
            send "%arg 1%" to loop-player

Dener misin ? Oyuncunun 10 block çevresindeki kişilere gider /t Selamlar yazınca.
 
Kod:
command /t <text>:
    trigger:
        loop players in radius 10 around player:
            send "%arg 1%" to loop-player

Dener misin ? Oyuncunun 10 block çevresindeki kişilere gider /t Selamlar yazınca.
Çalışmadı malesef.
 
Kod:
command /t <text>:
    trigger:
        loop players in radius 10 around player:
            send "%arg 1%" to loop-player

Dener misin ? Oyuncunun 10 block çevresindeki kişilere gider /t Selamlar yazınca.
Şöyle oluyo bana yazılan bana gelmiyor karşı oyuncuya gidiyo
 
Kod:
command /t <text>:
    trigger:
        loop players in radius 10 around player:
            send "%arg 1%" to loop-player

Dener misin ? Oyuncunun 10 block çevresindeki kişilere gider /t Selamlar yazınca.
1569068846910.png

Mta da böyle görünüyo isimi başında /s yazınca da böyle oluyo yapabilir misin ?
 
Merhaba, bu kodu denermısınız bir hatası olursa geri dönüs yapınız veya çalışmaz ise.


Kod:
command /isimver [<player>] [<text>]:
    permission: rpg.isimver
    permission message: Bunun Için Yetkiniz Yok!
    trigger:
        if arg 1 is set:
            if arg 2 is set:
                add arg 2 to {rpg.isimler::*}
                send "Isim Eklendi!"
                set {rpg.isim.%arg-1%} to "%arg-2%"
on chat:
    cancel event
    send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to player
    loop all players in radius 15 of player:
        send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to loop-player
      
command /me [<text>]:
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" to loop-player
                send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%"
command /do [<text>]:
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
                send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /b [<text>]:
    aliases: ooc
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
                send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /kf [<player>] [<text>]:
    trigger:
        arg 1 is set:
            arg 2 is set:
                loop all players in radius 2 of player:
                    send "&6[Fisildama] &f%arg-1%" to loop-player
                    send "&6[Fisildama] &f%arg-1%"
command /kk [<text>]:
    trigger:
        arg 1 is set:
            loop all players in radius 5 of player:
                send "&6[KendiKendine] &0%arg-1%" to loop-player
                send "&6[KendiKendine] &0%arg-1%"
 
Merhaba, bu kodu denermısınız bir hatası olursa geri dönüs yapınız veya çalışmaz ise.


Kod:
command /isimver [<player>] [<text>]:
    permission: rpg.isimver
    permission message: Bunun Için Yetkiniz Yok!
    trigger:
        if arg 1 is set:
            if arg 2 is set:
                add arg 2 to {rpg.isimler::*}
                send "Isim Eklendi!"
                set {rpg.isim.%arg-1%} to "%arg-2%"
on chat:
    cancel event
    send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to player
    loop all players in radius 15 of player:
        send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to loop-player
     
command /me [<text>]:
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" to loop-player
                send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%"
command /do [<text>]:
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
                send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /b [<text>]:
    aliases: ooc
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
                send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /kf [<player>] [<text>]:
    trigger:
        arg 1 is set:
            arg 2 is set:
                loop all players in radius 2 of player:
                    send "&6[Fisildama] &f%arg-1%" to loop-player
                    send "&6[Fisildama] &f%arg-1%"
command /kk [<text>]:
    trigger:
        arg 1 is set:
            loop all players in radius 5 of player:
                send "&6[KendiKendine] &0%arg-1%" to loop-player
                send "&6[KendiKendine] &0%arg-1%"

Aradığım şey bu fakat şöyle bir sorun var benim mesela 15 blok yakınımda birileri yok /me ve /do yu kullanamıyorum nasıl çözebiliriz ?
 
Aradığım şey bu fakat şöyle bir sorun var benim mesela 15 blok yakınımda birileri yok /me ve /do yu kullanamıyorum nasıl çözebiliriz ?
Kod:
command /isimver [<player>] [<text>]:
    permission: rpg.isimver
    permission message: Bunun Için Yetkiniz Yok!
    trigger:
        if arg 1 is set:
            if arg 2 is set:
                add arg 2 to {rpg.isimler::*}
                send "Isim Eklendi!"
                set {rpg.isim.%arg-1%} to "%arg-2%"
on chat:
    cancel event
    send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to player
    loop all players in radius 15 of player:
        send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to loop-player
    
command /me <text>:
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" to loop-player
            send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%"
command /do <text>:
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
            send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /b <text>:
    aliases: ooc
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
            send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /kf [<player>] <text>:
    trigger:
        arg 1 is set:
            arg 2 is set:
                loop all players in radius 2 of player:
                    send "&6[Fisildama] &f%arg-1%" to loop-player
                send "&6[Fisildama] &f%arg-1%"
command /kk <text>:
    trigger:
        arg 1 is set:
            loop all players in radius 5 of player:
                send "&6[KendiKendine] &0%arg-1%" to loop-player
            send "&6[KendiKendine] &0%arg-1%"

Dener misin ?
 
Kod:
command /isimver [<player>] [<text>]:
    permission: rpg.isimver
    permission message: Bunun Için Yetkiniz Yok!
    trigger:
        if arg 1 is set:
            if arg 2 is set:
                add arg 2 to {rpg.isimler::*}
                send "Isim Eklendi!"
                set {rpg.isim.%arg-1%} to "%arg-2%"
on chat:
    cancel event
    send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to player
    loop all players in radius 15 of player:
        send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to loop-player
   
command /me <text>:
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" to loop-player
            send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%"
command /do <text>:
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
            send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /b <text>:
    aliases: ooc
    trigger:
        arg 1 is set:
            loop all players in radius 15 of player:
                send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player
            send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%"
command /kf [<player>] <text>:
    trigger:
        arg 1 is set:
            arg 2 is set:
                loop all players in radius 2 of player:
                    send "&6[Fisildama] &f%arg-1%" to loop-player
                send "&6[Fisildama] &f%arg-1%"
command /kk <text>:
    trigger:
        arg 1 is set:
            loop all players in radius 5 of player:
                send "&6[KendiKendine] &0%arg-1%" to loop-player
            send "&6[KendiKendine] &0%arg-1%"

Dener misin ?

Ben afkydım sanırım sorunun düzeltilmiş
 
Kod:
on chat:
    cancel event
    loop players in radius 10 around player:
        set {_mesaj} to message
        send "&a%player%&f: &9%{_mesaj}%" to loop-value

Sohbette her zaman 10 blok yakındaki oyunculara mesaj gönderir.
 
command /isimver [<player>] [<text>]: permission: rpg.isimver permission message: Bunun Için Yetkiniz Yok! trigger: if arg 1 is set: if arg 2 is set: add arg 2 to {rpg.isimler::*} send "Isim Eklendi!" set {rpg.isim.%arg-1%} to "%arg-2%" on chat: cancel event send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to player loop all players in radius 15 of player: send "(&6%{rpg.isim.%player%}%) %player% &7>> &f%message%" to loop-player command /me <text>: trigger: arg 1 is set: loop all players in radius 15 of player: send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" to loop-player send "&c[Haraket] %{rpg.isim.%player%}% &7 &c%arg-1%" command /do <text>: trigger: arg 1 is set: loop all players in radius 15 of player: send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player send "&a[Bilgi] %{rpg.isim.%player%}% &7 &f%arg-1%" command /b <text>: aliases: ooc trigger: arg 1 is set: loop all players in radius 15 of player: send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" to loop-player send "&9[OOC] %{rpg.isim.%player%}% &7 &f%arg-1%" command /kf [<player>] <text>: trigger: arg 1 is set: arg 2 is set: loop all players in radius 2 of player: send "&6[Fisildama] &f%arg-1%" to loop-player send "&6[Fisildama] &f%arg-1%" command /kk <text>: trigger: arg 1 is set: loop all players in radius 5 of player: send "&6[KendiKendine] &0%arg-1%" to loop-player send "&6[KendiKendine] &0%arg-1%"
çok teşekkürler sorun çözüldü elinize sağlık
 
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