Bulundu Yetenek isteği

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

Tobi

"No one cared who I was until I put on the mask."
Katılım
15 Mayıs 2016
Mesajlar
353
Elmaslar
141
Puan
13.980
Saldırı eşyası isimli eşyaya sağ tıkladığında, 2 blok sağında, solunda, arkasında ve önünde 20 saniye boyunca aralıksız şimşek çarpmasını istiyorum.
 
Aslında yapılabilir ama forumdaki tüm Skripterlar üşengeç glşjkfg
 
Kod:
on leftclick:
    if player's held item is stone axe named "Deneme":
        set {ysayac::%player%} to 0
        while {ysayac::%player%} is less than 20:
            set {xloc::%player%} to x location of player
            set {yloc::%player%} to y location of player
            set {zloc::%player%} to z location of player
            add 1 to {ysayac::%player%}
            add 2 to {xloc::%player%}
            strike lightning at location {xloc::%player%}, {yloc::%player%}, {zloc::%player%}
            remove 4 from {xloc::%player%}
            strike lightning at location {xloc::%player%}, {yloc::%player%}, {zloc::%player%}
            add 2 to {xloc::%player%}
            add 2 to {zloc::%player%}
            strike lightning at location {xloc::%player%}, {yloc::%player%}, {zloc::%player%}
            remove 4 from {zloc::%player%}
            strike lightning at location {xloc::%player%}, {yloc::%player%}, {zloc::%player%}
            add 2 to {zloc::%player%}
            wait 0.5 seconds
Oyuncu hareket ettikçe yıldırımlar da onunla beraber geliyor.
 
Kod:
rightclick:
    if name of player's tool is "&cSaldırı":
        loop 20 times:
            set {_x::0} to location 2 meters forward of location of player
            set {_x::1} to location 2 meters behind of location of player
            set {_x::2} to location 2 meters right of location of player
            set {_x::3} to location 2 meters left of location of player
            strike lightning effect at {_x::0}
            strike lightning effect at {_x::1}
            strike lightning effect at {_x::2}
            strike lightning effect at {_x::3}
            wait 1 second
 
Kod:
rightclick:
    if name of player's tool is "&cSaldırı":
        loop 20 times:
            set {_x::0} to location 2 meters forward of location of player
            set {_x::1} to location 2 meters behind of location of player
            set {_x::2} to location 2 meters right of location of player
            set {_x::3} to location 2 meters left of location of player
            strike lightning effect at {_x::0}
            strike lightning effect at {_x::1}
            strike lightning effect at {_x::2}
            strike lightning effect at {_x::3}
            wait 1 second
Bu hatayı veriyor.

1532708538808.png

Gönderi otomatik olarak birleştirildi:

Kod:
on leftclick:
    if player's held item is stone axe named "Deneme":
        set {ysayac::%player%} to 0
        while {ysayac::%player%} is less than 20:
            set {xloc::%player%} to x location of player
            set {yloc::%player%} to y location of player
            set {zloc::%player%} to z location of player
            add 1 to {ysayac::%player%}
            add 2 to {xloc::%player%}
            strike lightning at location {xloc::%player%}, {yloc::%player%}, {zloc::%player%}
            remove 4 from {xloc::%player%}
            strike lightning at location {xloc::%player%}, {yloc::%player%}, {zloc::%player%}
            add 2 to {xloc::%player%}
            add 2 to {zloc::%player%}
            strike lightning at location {xloc::%player%}, {yloc::%player%}, {zloc::%player%}
            remove 4 from {zloc::%player%}
            strike lightning at location {xloc::%player%}, {yloc::%player%}, {zloc::%player%}
            add 2 to {zloc::%player%}
            wait 0.5 seconds
Oyuncu hareket ettikçe yıldırımlar da onunla beraber geliyor.
Bunda hata yok fakat hasar yiyorum :D
 
Kod:
rightclick:
    if name of player's tool is "&cSaldırı":
        loop 20 times:
            set {_x::0} to location 2 meters forward of player
            set {_x::1} to location 2 meters behind of player
            set {_x::2} to location 2 meters right of player
            set {_x::3} to location 2 meters left of player
            strike lightning effect at {_x::0}
            strike lightning effect at {_x::1}
            strike lightning effect at {_x::2}
            strike lightning effect at {_x::3}
            wait 1 second
 
Kod:
rightclick:
    if name of player's tool is "&cSaldırı":
        loop 20 times:
            set {_x::0} to location 2 meters forward of player
            set {_x::1} to location 2 meters behind of player
            set {_x::2} to location 2 meters right of player
            set {_x::3} to location 2 meters left of player
            strike lightning effect at {_x::0}
            strike lightning effect at {_x::1}
            strike lightning effect at {_x::2}
            strike lightning effect at {_x::3}
            wait 1 second
Bunu veriyor yine :(

1532708872310.png
 
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