Çözüldü ölünce item düşmeme

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

IMasiveHD2

"Gücünden şüphe edersen şüphene güç verirsin"
Katılım
1 Temmuz 2017
Mesajlar
441
Elmaslar
70
Puan
9.310
Konum
Konya/Selçuklu
Minecraft
GizliBaskan

Discord:

String name = "GizliBaskan";#3269

Kod:
on death of player:
    if player has the permission "vip.drops":
            set {_drops::*} to drops
            remove drops from the drops
            wait 5 ticks
            add {_drops::*} to victim's inventory
arkadaşlar böyle bir skriptim var lakin şöyle bir şey istiyorum;
survival için, birisi ile savaşıp ölünce itemleri düşsün ama böyle lavda yanmadır yüksek düşmedir falan şekilinde ölürse itemleri düşmesin. Bunu sağlayabilir misiniz?
 
Kod:
on death of player:
    if player has the permission "vip.drops":
            set {_drops::*} to drops
            remove drops from the drops
            wait 5 ticks
            add {_drops::*} to victim's inventory
arkadaşlar böyle bir skriptim var lakin şöyle bir şey istiyorum;
survival için, birisi ile savaşıp ölünce itemleri düşsün ama böyle lavda yanmadır yüksek düşmedir falan şekilinde ölürse itemleri düşmesin. Bunu sağlayabilir misiniz?
Kod:
on death of player:
    if attacker is player:
        if player has the permission "vip.drops":
                set {_drops::*} to drops
                remove drops from the drops
                wait 5 ticks
                add {_drops::*} to victim's inventory

Dener misin ?
 
Kod:
on death of player:
    if player has the permission "vip.drops":
            set {_drops::*} to drops
            remove drops from the drops
            wait 5 ticks
            add {_drops::*} to victim's inventory
arkadaşlar böyle bir skriptim var lakin şöyle bir şey istiyorum;
survival için, birisi ile savaşıp ölünce itemleri düşsün ama böyle lavda yanmadır yüksek düşmedir falan şekilinde ölürse itemleri düşmesin. Bunu sağlayabilir misiniz?
Kod:
on death of player:
    repair the victim's inventory
 
Kod:
on death of player:
    if attacker is player:
        if player has the permission "vip.drops":
                set {_drops::*} to drops
                remove drops from the drops
                wait 5 ticks
                add {_drops::*} to victim's inventory

Dener misin ?
attığın skript savaşta item düşmemesini sağlıyor, ben savaş *harici* item düşmesin istiyorum
 
attığın skript savaşta item düşmemesini sağlıyor, ben savaş *harici* item düşmesin istiyorum
Kod:
on death of player:
    if attacker is not player:
        if player has the permission "vip.drops":
                set {_drops::*} to drops
                remove drops from the drops
                wait 5 ticks
                add {_drops::*} to victim's inventory

Bunu dener misin ?
 
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