Mobs Event Skripti Varda Hata yok Ama calısmıyor Sorun Bulamadım Yardım Edermisiniz?

Shiptar

Zombi Katili
En iyi cevaplar
0
on death of zombie or creeper or enderman or skeleton:
if {itemeventi} is set:
chance of 70%:
drop 1 diamond named "&b&lEvent-Elmas" at location of zombie

command /itemeventibaşlat:
trigger:
send "İtem Eventi Başladı Artık Kestiginiz Moblardan İtem Düşücek"
add 1 to {itemeventi}
command /itemeventidurdur:
trigger:
send "İtem Eventi Durduruldu Artık Kestiginiz Moblardan item Düşmeyecek"
delete {itemeventi}



Böyle bir Skript Var Sadece Zombiden Cıkıyor Digerlerinden Cıkmıyo Hata Filanda Vermiyo Skript

Sorun Nedir Bilen Varsa Düzeltip Verebilirmi?
 

xXDavcerXx

damnant quod non intelligunt.
En iyi cevaplar
1
Kod:
drop 1 diamond named "&b&lEvent-Elmas" at location of zombie
Burada sadece zombinin location'unda çıkar demişsin. Bilmiyorum başka yolu var mı ama, Ben olsam Bütün monsterlara farklı ayarlardım. Yani:
Kod:
on death of zombie:
if {itemeventi} is set:
chance of 70%:
drop 1 diamond named "&b&lEvent-Elmas" at location of zombie

on death of creeper:
if {itemeventi} is set:
chance of 85%:
drop 1 diamond named "&b&lEvent-Elmas" at location of creeper

vs. vs.

İyi forumlar.
 

afesraca

Obsidyen Madencisi
En iyi cevaplar
0
Kod:
drop 1 diamond named "&b&lEvent-Elmas" at location of zombie
Burada sadece zombinin location'unda çıkar demişsin. Bilmiyorum başka yolu var mı ama, Ben olsam Bütün monsterlara farklı ayarlardım. Yani:
Kod:
on death of zombie:
if {itemeventi} is set:
chance of 70%:
drop 1 diamond named "&b&lEvent-Elmas" at location of zombie

on death of creeper:
if {itemeventi} is set:
chance of 85%:
drop 1 diamond named "&b&lEvent-Elmas" at location of creeper

vs. vs.

İyi forumlar.
direk location of victim kullanabilirsin
 

Neferity

Taş Madencisi
En iyi cevaplar
0
Kod:
on death:
    {itemeventi} is set
    victim is not a player
    victim is alive
    chance of 70%:
        drop a diamond named "&bEvent-Elmas" at victim
 
Son düzenleme:

Shiptar

Zombi Katili
En iyi cevaplar
0
on death of victim:
if {itemeventi} is set:
chance of 5%:
drop 1 diamond named "&b&lEvent-İtem" at location of victim
stop

böylemi olcak

Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.

burda hepsi var

'victim' is not an entity type (zomevent.sk, Line 1: on death of victim:') hatası verdi 1 eror sadece bu var
 

Bartuzen

Bedrock Kaşifi
En iyi cevaplar
0
on death of victim:
if {itemeventi} is set:
chance of 5%:
drop 1 diamond named "&b&lEvent-İtem" at location of victim
stop

böylemi olcak

Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.

burda hepsi var

'victim' is not an entity type (zomevent.sk, Line 1: on death of victim:') hatası verdi 1 eror sadece bu var
Kod:
on death of victim:
yerine
Kod:
on death:
kullan.
 

ensiha

Bratackk <3
En iyi cevaplar
0
location of zombie or skeleton or enderman or creeper şekilden ekleyebilirsin
aynı şekilde ölümleride
on death zombie or skeleton or enderman diye

Örn:
PHP:
on death of zombie or skeleton:
    if {itemeventi} is set:
        chance of 100%:
            drop 1 diamond named "&b&lEvent-İtem" at location of zombie or skeleton
 

MhaWTHoR

Obsidyen Madencisi
En iyi cevaplar
1
location of zombie or skeleton or enderman or creeper şekilden ekleyebilirsin
aynı şekilde ölümleride
on death zombie or skeleton or enderman diye

Örn:
PHP:
on death of zombie or skeleton:
    if {itemeventi} is set:
        chance of 100%:
            drop 1 diamond named "&b&lEvent-İtem" at location of zombie or skeleton
Chance of %100 ;(
Öyle yapacağına direk kodu yazsana kardeşim... ;((
 
Üst