#Skript İstek | Her 500 Lapis Kazdığında... [ÇÖZÜLDÜ]

MustafaMertBulut

MC.MAXCRAFT.AT
En iyi cevaplar
0
Dostum onuda kendin yapamıyor musun :) ? İkisini kopyalayıp aynı dosyaya koyacaksın.
Buyur:
Kod:
on mine of lapis ore:
    if {lapissayisi.%player%} is not set:
        set {lapissayisi.%player%} to 0
    if {lapissayisi.%player%} is greater or equal to 500:
        set {lapissayisi.%player%} to 0
        give 1 of paper named "&6Coin" to player
    add 1 to {lapissayisi.%player%}
    stop

command /bak:
    trigger:
        if {lapissayisi.%player%} is not set:
            set {lapissayisi.%player%} to 0
        send "&6Kazdığın Lapis Sayısı: &c%{lapissayisi.%player%}%"
        stop

command /dönüştür:
    trigger:
        if player has 1 of paper named "&6Coin":
            set {_m} to player's money
            set player's money to ({_m}+5}
            send "&c1 adet coin 5 TL olarak hesabınıza eklendi."
            stop
        send "&cDönüştürebileceğin coin yok!"
        stop
Eywallah :D

Dostum onuda kendin yapamıyor musun :) ? İkisini kopyalayıp aynı dosyaya koyacaksın.
Buyur:
Kod:
on mine of lapis ore:
    if {lapissayisi.%player%} is not set:
        set {lapissayisi.%player%} to 0
    if {lapissayisi.%player%} is greater or equal to 500:
        set {lapissayisi.%player%} to 0
        give 1 of paper named "&6Coin" to player
    add 1 to {lapissayisi.%player%}
    stop

command /bak:
    trigger:
        if {lapissayisi.%player%} is not set:
            set {lapissayisi.%player%} to 0
        send "&6Kazdığın Lapis Sayısı: &c%{lapissayisi.%player%}%"
        stop

command /dönüştür:
    trigger:
        if player has 1 of paper named "&6Coin":
            set {_m} to player's money
            set player's money to ({_m}+5}
           remove 1 of gold nugget named "&6Coin" from player
            send "&c1 adet coin 5 TL olarak hesabınıza eklendi."
            stop
        send "&cDönüştürebileceğin coin yok!"
        stop

set {_m} to player's money
set player's money to ({_m}+10000}
Bu Yerin Hata Vermesi Normalmi ?
yada orayı eco give 10000 Yap Direk :D
 

murat6135

Zombi Katili
En iyi cevaplar
0
başka serverden çalmış benim fikrim diyo çocuğa bak sizn serverleriniz buyüzden en fazla 10 kişi sadasdads:ASD
Bu yorumu yapman için maximum 8 yaşında olman gerekiyor, forumun skript bölümündeki konular zaten başka sunuculardan bakıldı neyin kafasındasın? Ben kendi sunucum için düşündüm.
 

Singularity

Lapis Toplayıcısı
En iyi cevaplar
1
Kod:
on mine of lapis ore:
    if {lapissayisi.%player%} is not set:
        set {lapissayisi.%player%} to 0
    if {lapissayisi.%player%} is greater or equal to 500:
        set {lapissayisi.%player%} to 0
        give 1 of paper named "&6Coin" to player
    add 1 to {lapissayisi.%player%}
    stop

command /bak:
    trigger:
        if {lapissayisi.%player%} is not set:
            set {lapissayisi.%player%} to 0
        send "&6Kazdığın Lapis Sayısı: &c%{lapissayisi.%player%}%"
        stop

command /dönüştür:
    trigger:
        if player has 1 of paper named "&6Coin":
            execute console command "eco give %player% 5"
            remove 1 of gold nugget named "&6Coin" from player
            send "&c1 adet coin 5 TL olarak hesabınıza eklendi."
            stop
        send "&cDönüştürebileceğin coin yok!"
        stop
 

MustafaMertBulut

MC.MAXCRAFT.AT
En iyi cevaplar
0
Kod:
on mine of lapis ore:
    if {lapissayisi.%player%} is not set:
        set {lapissayisi.%player%} to 0
    if {lapissayisi.%player%} is greater or equal to 500:
        set {lapissayisi.%player%} to 0
        give 1 of paper named "&6Coin" to player
    add 1 to {lapissayisi.%player%}
    stop

command /bak:
    trigger:
        if {lapissayisi.%player%} is not set:
            set {lapissayisi.%player%} to 0
        send "&6Kazdığın Lapis Sayısı: &c%{lapissayisi.%player%}%"
        stop

command /dönüştür:
    trigger:
        if player has 1 of paper named "&6Coin":
            execute console command "eco give %player% 5"
            remove 1 of gold nugget named "&6Coin" from player
            send "&c1 adet coin 5 TL olarak hesabınıza eklendi."
            stop
        send "&cDönüştürebileceğin coin yok!"
        stop
Adamsın SAol

Kod:
on mine of lapis ore:
    if {lapissayisi.%player%} is not set:
        set {lapissayisi.%player%} to 0
    if {lapissayisi.%player%} is greater or equal to 500:
        set {lapissayisi.%player%} to 0
        give 1 of paper named "&6Coin" to player
    add 1 to {lapissayisi.%player%}
    stop

command /bak:
    trigger:
        if {lapissayisi.%player%} is not set:
            set {lapissayisi.%player%} to 0
        send "&6Kazdığın Lapis Sayısı: &c%{lapissayisi.%player%}%"
        stop

command /dönüştür:
    trigger:
        if player has 1 of paper named "&6Coin":
            execute console command "eco give %player% 5"
            remove 1 of gold nugget named "&6Coin" from player
            send "&c1 adet coin 5 TL olarak hesabınıza eklendi."
            stop
        send "&cDönüştürebileceğin coin yok!"
        stop
Adamın Elindeki Coins Kağıdı Gitmiyo ?
 

Singularity

Lapis Toplayıcısı
En iyi cevaplar
1
Adamsın SAol


Adamın Elindeki Coins Kağıdı Gitmiyo ?
Çok özür diliyorum yanlış yazmışım. Bu doğrusudur:
Kod:
on mine of lapis ore:
    if {lapissayisi.%player%} is not set:
        set {lapissayisi.%player%} to 0
    if {lapissayisi.%player%} is greater or equal to 500:
        set {lapissayisi.%player%} to 0
        give 1 of paper named "&6Coin" to player
    add 1 to {lapissayisi.%player%}
    stop

command /bak:
    trigger:
        if {lapissayisi.%player%} is not set:
            set {lapissayisi.%player%} to 0
        send "&6Kazdığın Lapis Sayısı: &c%{lapissayisi.%player%}%"
        stop

command /dönüştür:
    trigger:
        if player has 1 of paper named "&6Coin":
            execute console command "eco give %player% 5"
            remove 1 of paper named "&6Coin" from player
            send "&c1 adet coin 5 TL olarak hesabınıza eklendi."
            stop
        send "&cDönüştürebileceğin coin yok!"
        stop
 

MustafaMertBulut

MC.MAXCRAFT.AT
En iyi cevaplar
0
Saolasın
Çok özür diliyorum yanlış yazmışım. Bu doğrusudur:
Kod:
on mine of lapis ore:
    if {lapissayisi.%player%} is not set:
        set {lapissayisi.%player%} to 0
    if {lapissayisi.%player%} is greater or equal to 500:
        set {lapissayisi.%player%} to 0
        give 1 of paper named "&6Coin" to player
    add 1 to {lapissayisi.%player%}
    stop

command /bak:
    trigger:
        if {lapissayisi.%player%} is not set:
            set {lapissayisi.%player%} to 0
        send "&6Kazdığın Lapis Sayısı: &c%{lapissayisi.%player%}%"
        stop

command /dönüştür:
    trigger:
        if player has 1 of paper named "&6Coin":
            execute console command "eco give %player% 5"
            remove 1 of paper named "&6Coin" from player
            send "&c1 adet coin 5 TL olarak hesabınıza eklendi."
            stop
        send "&cDönüştürebileceğin coin yok!"
        stop
Eywallah
 

AnkaBilisimTR

Zombi Katili
En iyi cevaplar
0
Aynısının Değişigini Önceden HanelerMC'ye Yapmıştım Aynı Fikir Fakat 20.000 Lapis Kırıldığında 1+ Puan Veriyor :)
 

Ahmet_Eren

Ağaç Yumruklayıcı
En iyi cevaplar
0
/Dönüştür dedi ordakş parasına naısl bakacak diyorum ben !
başka biyerinizden anlamayın.
 
Üst