İstek Skript Istek

FurkanHanPvp

Kömür Madencisi
En iyi cevaplar
0
Oyuncu lobi dünyasına gittiği zaman eline zümrüt gelsin ıstiyorum ve onu envanterden atamasın her lobiye gittiğinde zümrüt sayisi da artmasın yapabilir misiniz?
 

Mirai

Sanırım burası boş.
En iyi cevaplar
12
Kod:
on teleport:
    if event-world is "lobi":
        if {zhak.%player%} is false:
            set slot 9 of player to emerald named "&aÖzel Zümrüt"
            set {zhak.%player%} to true
        if {zhak.%player%} is true:
            cancel event
        
on drop:
    if player's world is "lobi":
        if event-item is emerald:
            if event-item's name is "&aÖzel Zümrüt":
                cancel event
                send "&cYere Atamazsın!"
 

FurkanHanPvp

Kömür Madencisi
En iyi cevaplar
0
Kod:
on teleport:
    if event-world is "lobi":
        if {zhak.%player%} is false:
            set slot 9 of player to emerald named "&aÖzel Zümrüt"
            set {zhak.%player%} to true
        if {zhak.%player%} is true:
            cancel event
       
on drop:
    if player's world is "lobi":
        if event-item is emerald:
            if event-item's name is "&aÖzel Zümrüt":
                cancel event
                send "&cYere Atamazsın!"
Gelmiyor zumrut
 

Mirai

Sanırım burası boş.
En iyi cevaplar
12
Bunu dener misin
Kod:
on teleport:
    if event-world is "lobi":
        if {zhak.%player%} is false:
            give a emerald to player
            set slot 9 of player to emerald named "&aÖzel Zümrüt"
            set {zhak.%player%} to true
        if {zhak.%player%} is true:
            cancel event
      
on drop:
    if player's world is "lobi":
        if event-item is emerald:
            if event-item's name is "&aÖzel Zümrüt":
                cancel event
                send "&cYere Atamazsın!"
 

FurkanHanPvp

Kömür Madencisi
En iyi cevaplar
0
Bunu dener misin
Kod:
on teleport:
    if event-world is "lobi":
        if {zhak.%player%} is false:
            give a emerald to player
            set slot 9 of player to emerald named "&aÖzel Zümrüt"
            set {zhak.%player%} to true
        if {zhak.%player%} is true:
            cancel event
     
on drop:
    if player's world is "lobi":
        if event-item is emerald:
            if event-item's name is "&aÖzel Zümrüt":
                cancel event
                send "&cYere Atamazsın!"
Screenshot_20190816-125134.png
 
Üst