Yiğit_bee
Zombi Katili
- En iyi cevaplar
- 0
1- 20 dakikada bir adı "Boss1" "Boss2" "Boss3" olan yaratıkları looplicak eğer yaşamıyorlarsa gerisini ben yapıcam.
2- Bu 2 yerde sorun var; skript bana hiç hata olduğunu söylemiyor.
Arkadaşlar burda ne sorun var gerçekten hiç anlayamadığım bir şey.
2- Bu 2 yerde sorun var; skript bana hiç hata olduğunu söylemiyor.
Arkadaşlar burda ne sorun var gerçekten hiç anlayamadığım bir şey.
Kod:
on death of iron golem:
attacker is player
if {gorev.%attacker%} is set:
if {bossoldur.%attacker%} is set:
add 1 to {bossoldurdu.%attacker%}
set action bar of attacker to "&6Öldürülen Boss'lar &8> &7{bossoldurdu.%attacker%}"
if {bossoldurdu.%attacker%} is 10:
send "" to player
send "{@prefix} &aGörevinizin 2. adımını tamamladınız." to player
send "" to player
delete {bossoldur.%attacker%}
delete {bossoldurdu.%attacker%}
set {oldur.%attacker%} to true
on death of player:
attacker is player
if {gorev.%attacker%} is set:
if {oldur%attacker%} is set:
add 1 to {oldurdu.%attacker%}
set action bar of attacker to "&6Öldürülen Oyuncular &8> &7{oldurdu.%attacker%}"
if {bossoldurdu.%attacker%} is 15:
send attacker title "&6❖ &aGörev Tamamlandı &6❖" for 4 seconds
send "&6 ❖ &bGörev'den Kazanılanlar &6❖" to player
send "" to player
send "&8➵ &715 &8&m[&eAkçe&8&m]&7." to player
send "&8➵ &a100.000 &7oyun parası." to player
send "&8➵ &732 &fBoss&fParası&7." to player
send "" to player
execute console command "/eco give %attacker% 100000"
give 32 paper named "&8&lBoss&f&lParası" to attacker
give 15 paper named "&8&m[&eAkçe&8&m]" to attacker
delete {oldur.%attacker%}
delete {oldurdu.%attacker%}
delete {gorev.%attacker%}