Yazdığım şey skripte dökülürmü Dökülürse yardımcı olurmusunuz ?

Mesajlar
50
En iyi cevaplar
0
Beğeniler
0
Puanları
0
on join:
if oyuncu iron set,ironkılıca,yaya,oka,çakmağa,oltaya,glowstone sahipse yarım kalbi kalınca sil
else hiçbirşey yapma
 


MeeRach

Vi3e
Mesajlar
1,113
En iyi cevaplar
0
Beğeniler
580
Puanları
1,335
Ruh hali
Kod:
on join:
    if player health is 1:
        if player has 1 iron boots or 1 iron leggings or 1 iron chestplate or 1 iron helmet in inventory:
            remove 1 iron boots from player
            remove 1 iron leggings from player
            remove 1 iron chestplate from player
            remove 1 iron helmet from player
        if player has 1 bow or arrow or 1 diamond sword in inventory:
            remove 1 bow from player
            remove 999 arrow from player
            remove 1 diamond sword from player
Denenmedi.
Çalışmayabilir.
 
Mesajlar
50
En iyi cevaplar
0
Beğeniler
0
Puanları
0
Kod:
on join:
    if player's health is 1:
        if player has 1 iron boots or 1 iron leggings or 1 iron chestplate or 1 iron helmet in inventory:
            remove 1 iron boots from player
            remove 1 iron leggings from player
            remove 1 iron chestplate from player
            remove 1 iron helmet from player
        if player has 1 bow or arrow or 1 diamond sword in inventory:
            remove 1 bow from player
            remove 999 arrow from player
            remove 1 diamond sword from player
Böyle olucak hatalarını düzelttim.
 

MeeRach

Vi3e
Mesajlar
1,113
En iyi cevaplar
0
Beğeniler
580
Puanları
1,335
Ruh hali
Kod:
on join:
    if player's health is 1:
        if player has 1 iron boots or 1 iron leggings or 1 iron chestplate or 1 iron helmet in inventory:
            remove 1 iron boots from player
            remove 1 iron leggings from player
            remove 1 iron chestplate from player
            remove 1 iron helmet from player
        if player has 1 bow or arrow or 1 diamond sword in inventory:
            remove 1 bow from player
            remove 999 arrow from player
            remove 1 diamond sword from player
Böyle olucak hatalarını düzelttim.
Doğru player's olması gerekti
 
Mesajlar
50
En iyi cevaplar
0
Beğeniler
0
Puanları
0
Event yanlış yapmışız sanırım çünkü bu işlem ws atarken olmalı acaba düzeltebilirmisin ben doğru eventi bulamadımda ?

Veya şöyle olabilir birini öldürdüğümüzde envanterimizden 1 adet iron set silinsin.
 
Mesajlar
50
En iyi cevaplar
0
Beğeniler
0
Puanları
0
Biliyorum bana şunu yap birini öldürdüğümüzde envanterimizden iron set iron kılıç yay ok olta çakmak ve glowstone silinsin !
 

MeeRach

Vi3e
Mesajlar
1,113
En iyi cevaplar
0
Beğeniler
580
Puanları
1,335
Ruh hali
Kod:
on death of player:
    wait 1 seconds
    remove 1 iron boots from attacker
    remove 1 iron leggings from attacker
    remove 1 iron chestplate from attacker
    remove 1 iron helmet from attacker
    remove 1 bow from attacker
    remove 1 arrow from attacker
    remove 1 diamond sword from attacker
    remove 1 fishing rod from attacker
    remove 1 glowstone from attacker
Buyur.
 

Üst